File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,31 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
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
+
13
38
## [ 1.11.0] -- 2016-05-17
14
39
15
40
### Added
You can’t perform that action at this time.
0 commit comments