File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,32 @@ 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.16.0] -- 2016-08-04
14
+
15
+ ### Added
16
+ - Add ` updatemenus ` (aka dropdowns) layout components [ #770 ]
17
+ - Trace type ` scattermapbox ` is now part of the main bundle [ #816 ]
18
+ - Add support for ` plot ` in child windows [ #764 , #806 ]
19
+ - Horizontal legends with many items are now wrapped into multiple lines [ #786 ]
20
+ - Active color of range selector button is now configurable via ` activecolor `
21
+ [ #796 ]
22
+ - Add support for mapbox style JSON [ #795 ]
23
+
24
+ ### Changed
25
+ - Promise queue is cleared on ` restyle ` and ` relayout ` instead of in
26
+ the ` plot ` catch handler (which ate up user-defined catch handlers as of
27
+ 1.15.0) [ #776 , #789 ]
28
+ - Improve performance in ` convertToSVG ` step [ #791 , #804 ]
29
+
30
+ ### Fixed
31
+ - Skip over non-container arrays in relink private key step (performance bug
32
+ introduced in 1.15.0) [ #817 ]
33
+ - Categorical heatmap traces with insufficient brick are now functional again
34
+ (bug introduced in 1.14.0) [ #783 , #812 ]
35
+ - Fix ` Plotly.validate ` for info and container array attributes [ #814 , #819 ]
36
+ - Range selector buttons can now be deleted via ` relayout ` [ #793 ]
37
+
38
+
13
39
## [ 1.15.0] -- 2016-07-25
14
40
15
41
### Added
You can’t perform that action at this time.
0 commit comments