Skip to content

Commit 29347fe

Browse files
committed
update changelog v1.54.6
1 parent 51a8646 commit 29347fe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ To see all merged commits on the master branch that will be part of the next plo
99

1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

12+
## [1.54.6] -- 2020-07-09
13+
14+
### Fixed
15+
- Link matching axes categories during `Plotly.relayout` calls
16+
(regression introduced in 1.54.2) [#4977]
17+
- Fix "median" aggregation transforms [#4969]
18+
- Fix `parcats` category order when the dimension only includes numbers [#4973]
19+
- Fix numeric sort in `ternary` drag [#4975]
20+
- Fix `heatmapgl` supply defaults not to add unimplemented attributes
21+
`xcalendar`, `ycalendar`, `xgap`, `ygap`, `zsmooth`, `zhoverformat`,
22+
`hoverongaps` and `hovertemplate` to `gd._fullData` [#4950]
23+
- Fix `contourgl` supply defaults not to add unimplemented attributes
24+
`xcalendar`, `ycalendar` to `gd._fullData` [#4951]
25+
26+
1227
## [1.54.5] -- 2020-06-23
1328

1429
### Fixed

0 commit comments

Comments
 (0)