Skip to content

Commit 93ebb2a

Browse files
committed
update changelog for 1.52.2
1 parent b840d52 commit 93ebb2a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13+
## [1.52.2] -- 2020-02-03
14+
15+
## Fixed
16+
- Handle 'missing' matching axes [#4529]
17+
- Fix hover for `mesh3d`, `isosurface` and `volume`
18+
when using `plotGlPixelRatio > 1` (bug introduced in 1.45.0) [#4534]
19+
- Fix hover of `mesh3d` traces with `facecolor` and `intensitymode: 'cell'` [#4539]
20+
- Fix gl3d rendering on iPad Pro & iPad 7th + iOs v13 + Safari [#4360, #4546]
21+
- Fix pixel-rounding logic for blank bars [#4522]
22+
- Fix `pathbar.visible` updates in `treemap` traces [#4516]
23+
- Fix `waterfall` `'closest'` hover when cursor is below the size axis [#4537]
24+
- Fix mapbox layout layer opacity for raster types [#4525]
25+
- Allow `0` in `grouby` transform `nameformat` templates [#4526]
26+
- Fix `Plotly.validate` for `valType:'any'` attributes [#4526]
27+
- Bump `d3-interpolate` to v1.4.0 [#4475]
28+
- Bump `d3-hierarchy` to v1.1.9 [#4475]
29+
- Fix typo in annotation `align` attribute description [#4528]
30+
- Fix `plot_bgcolor` and `paper_bgcolor` attribute description [#4536]
31+
- Fix `insidetextorientation` description for pie and sunburst traces [#4523]
32+
33+
1334
## [1.52.1] -- 2020-01-13
1435

1536
### Fixed

0 commit comments

Comments
 (0)