Skip to content

Commit 4fe98c7

Browse files
committed
update changelog
1 parent f170161 commit 4fe98c7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13+
## [1.12.0] -- 2016-05-26
14+
15+
### Added
16+
- Light positions, face normal epsilon and vertex normal epsilon are now
17+
configurable in `mesh3d` traces [#556]
18+
- Light position is now configurable in `surface` traces [#556]
19+
- `surface` and `mesh3d` lighting attributes are now accompanied with
20+
comprehensive descriptions. [#556]
21+
22+
### Changed
23+
- Plot modules are now allowed to have their own `toSVG` method for
24+
subplot-specific to-svg logic [#554]
25+
26+
### Fixed
27+
- gl2d plots are now functional in `core-js` environments (e.g. in babel es6
28+
presets) [#569]
29+
- gl2d replot calls from a blank plot are now functional [#570]
30+
- SVG graph config argument `scrollZoom` is now again functional (bug introduced
31+
in v1.10.0) [#564]
32+
- `layout.separators` is now honored in pie text labels [#547]
33+
- Heatmap `zsmooth` value `'fast'` is now functional for arbitrary layout widths
34+
[#548]
35+
- Range sliders now respond to all axis range relayout calls [#568]
36+
37+
1338
## [1.11.0] -- 2016-05-17
1439

1540
### Added

0 commit comments

Comments
 (0)