@@ -9,6 +9,38 @@ To see all merged commits on the master branch that will be part of the next plo
99
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
12+ ## [ 1.58.0] -- 2020-12-02
13+
14+ ### Added
15+ - Add ` ticklabelposition ` attribute to cartesian axes and colorbars [ #5275 ] ,
16+ this feature was anonymously sponsored: thank you to our sponsor!
17+ - Add "strict" ` autotypenumbers ` to axes and ` layout ` [ #5240 ]
18+ - Add ` itemwidth ` to legends [ #5212 ] ,
19+ with thanks to @thierryVergult for the contribution!
20+ - Add ` root.color ` attribute to ` sunburst ` and ` treemap ` traces [ #5232 , #5245 ] ,
21+ with thanks to @thierryVergult for the contribution!
22+
23+ ### Changed
24+ - Enable fast ` image ` rendering for all linear axes [ #5307 ] ,
25+ with thanks to @almarklein for the contribution!
26+ - Rework ` matches ` and ` scaleanchor ` so they work together [ #5287 ]
27+
28+ ### Fixed
29+ - Fix hover on mobile and tablet devices for gl3d subplots [ #5239 ]
30+ (regression introduced in 1.34.0), with thanks to @jdpaterson for the contribution!
31+ - Fix interactions when static/dynamic CSS transforms e.g. scale and translate are applied to the
32+ graph div or its parents [ #5193 , #5302 ] , with thanks to @alexhartstone for the contribution!
33+ - Fix reordering of mapbox raster and image layers on update [ #5269 ]
34+ - Fix ` categoryorder ` for missing values in cartesian traces [ #5268 ]
35+ - Fix ` automargin ` bug to provide space for long axis labels [ #5237 ]
36+ - Avoid styling of backgrounds during ` automargin ` redraws [ #5236 ]
37+ - Fix displaying zero length bars with ` staticPlot ` config option [ #5294 ]
38+ - Fix setting false locale to "en-US" [ #5293 ]
39+ - Fix typo in Czech locale file [ #5255 ] ,
40+ with thanks to @helb for the contribution!
41+ - Fix ` gl3d ` scene initialization [ #5233 ]
42+
43+
1244## [ 1.57.1] -- 2020-10-20
1345
1446### Changed
0 commit comments