@@ -10,6 +10,39 @@ 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.33.0] -- 2018-01-18
14
+
15
+ ### Added
16
+ - Completely rewritten ` scattergl ` trace type using ` regl ` [ #2258 ]
17
+ - Completely rewritten polar chart renderer accompanied by new
18
+ ` scatterpolar ` and ` scatterpolargl ` trace types [ #2200 ]
19
+ - Add the ability to draw layout images and layout shapes on subplot
20
+ with ` scattergl ` traces [ #2258 ]
21
+ - Add ` fill ` capabilities to ` scattergl ` traces [ #2258 ]
22
+ - Add ` spikedistance ` , ` hoverdistance ` and ` skipsnap ` for more customizable
23
+ spikes and hover behavior on cartesian subplots [ #2247 ]
24
+ - Add official Spanish translation (locale ` es ` ) [ #2249 ]
25
+ - Add official French translation (locale ` fr ` ) [ #2252 ]
26
+ - Add locale machinery to annotation _ new text_ placeholder [ #2257 ]
27
+
28
+ ### Changed
29
+ - Old polar trace types (` scatter ` with ` (r,t) ` coordinates,
30
+ ` bar ` with ` (r,t) ` coordinates and ` area ` ) are now deprecated.
31
+
32
+ ### Fixed
33
+
34
+ - Fix ` gl2d ` tick label on pan interaction regression [ #2258 ]
35
+ - Fix ` candlestick ` hover label regression (bug introduced in v1.32.0) [ #2264 ]
36
+ - Fix several ` gl2d ` axis related bugs with new regl-based ` scattergl ` [ #2258 ]
37
+ See full list under the On-par gl2d milestone https://github.com/plotly/plotly.js/milestone/3
38
+ - Fix several polar bugs with ` scatterpolar ` [ #2200 ] .
39
+ See full list under the On-par polar milestone https://github.com/plotly/plotly.js/milestone/2
40
+ - Fix ` scattergl ` marker.colorscale handling [ #2258 ]
41
+ - Fix ternary relayout calls involving axis tick styles and titles [ #2200 ]
42
+ - Fix decimal and thousands settings in ` de ` locale [ #2246 ]
43
+ - Make scroll handler _ passive_ , removing those annoying console warnings [ #2251 ]
44
+
45
+
13
46
## [ 1.32.0] -- 2018-01-11
14
47
15
48
### Added
0 commit comments