@@ -10,6 +10,62 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
1212
13+ ## [ 1.52.0] -- 2020-01-08
14+
15+ ### Added
16+ - Add ` uniformtext ` behavior to ` bar ` , ` funnel ` , ` waterfall ` , ` pie ` , ` funnelarea ` ,
17+ ` sunburst ` and ` treemap ` traces [ #4420 , #4444 , #4469 ]
18+ - Add "pre-computed" q1/median/q3 input signature for ` box ` traces [ #4432 ]
19+ - Add support for legend titles [ #4386 ]
20+ - Add legend items for ` choropleth ` , ` choroplethmapbox ` , ` cone ` , ` densitymapbox ` ,
21+ ` heatmap ` , ` histogram2d ` , ` isosurface ` , ` mesh3d ` , ` streamtube ` ,
22+ ` surface ` , ` volume ` traces [ #4386 , #4441 ]
23+ - Add "auto-fitting" behavior to geo subplots via ` geo.fitbounds ` attribute [ #4419 ]
24+ - Add support for custom geojson geometries in ` choropleth `
25+ and ` scattergeo ` traces [ #4419 ]
26+ - Add "exclusive" and "inclusive" quartile-computing algorithm to ` box ` traces
27+ via ` quartilemethod ` attribute [ #4432 ]
28+ - Add ` insidetextorientation ` attribute to ` pie ` and ` sunburst ` traces [ #4420 ]
29+ - Add ` intensitymode ` to allow cell intensity values in ` mesh3d ` traces [ #4446 ]
30+ - Add ` featureidkey ` attribute to ` choroplethmapbox ` , ` choropleth `
31+ and ` scattergeo ` traces [ #4419 ]
32+ - Add ` geo.visible ` shortcut attribute [ #4419 ]
33+ - Add coordinates of mapbox subplot view as a derived property in ` plotly_relayout `
34+ event data [ #4413 ]
35+ - Add modebar buttons ` zoomInMapbox ` and ` zoomOutMapbox ` [ #4398 ]
36+ - Add support for typed array in ` groupby ` transforms ` groups ` [ #4410 ]
37+ - Add ` notifyOnLogging ` config option that allows log/warn/error messages
38+ to show up in notifiers pop-ups [ #4464 ]
39+ - Enable loading locale bundles before plotly.js bundles [ #4453 ]
40+ - Add Korean ` ko ` locale [ #4315 ]
41+
42+ ### Changed
43+ - Skip mapbox subplot map position updates while panning/zooming removing
44+ potential stuttering [ #4418 ]
45+ - Optimize mapbox ` raster ` layout layer updates [ #4418 ]
46+ - Improve ` sunburst ` and ` treemap ` click events behavior [ #4454 ]
47+ - Improve attribute description of sunburst/treemap ` outsidetextfont ` [ #4463 ]
48+ - Update source and dist file headers to 2020 [ #4457 ]
49+
50+ ### Fixed
51+ - Fix ` streamtube ` traces with numeric string coordinates
52+ (bug introduced in 1.51.0) [ #4431 ]
53+ - Correctly handle different data orders in ` isosurface ` and ` volume ` traces [ #4431 ]
54+ - Fix symbol numbers in ` scattergl ` and ` splom ` traces [ #4465 ]
55+ - Fix ` coloraxis ` colorbars for ` sunburst ` and ` treemap ` with
56+ values colorscales [ #4444 ]
57+ - Fix inside text fitting for ` bar ` , ` funnel ` and ` waterfall ` traces with
58+ set ` textangle ` [ #4444 ]
59+ - Fix handling of invalid values and zero totals for ` pie ` and ` funnelarea ` [ #4416 ]
60+ - Fix colorbar of ` reversescale ` colorscales of heatmap-coloring contours [ #4437 ]
61+ - Fix colorbar templating for "non-root" colorscales [ #4470 ]
62+ - Fix event data and some hover templates for x/y/z heatmap + contour [ #4472 ]
63+ - Fix "toggleothers" behavior for graphs with traces not in legend [ #4406 ]
64+ - Fix ` histogram ` bingroup logic when ` calendars ` module is not registered [ #4439 ]
65+ - Fix "almost equal" ` branchvalue: 'total' ` partial sum cases [ #4442 ]
66+ - Fix handling of ` treemap ` ` pathbar.textfont ` [ #4444 ]
67+
68+
1369## [ 1.51.3] -- 2019-12-16
1470
1571### Fixed
0 commit comments