Skip to content

Commit 9293483

Browse files
committed
changelog for v1.57.0
1 parent d173d7a commit 9293483

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ 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.57.0] -- 2020-10-15
13+
14+
### Added
15+
- Introduce "domain" axis references in layout `images`, `shapes` and `annotations` [#5014]
16+
- Add `rotation` attribute to `sunburst` traces [#5171, #5201],
17+
with thanks to @thierryVergult for the contribution!
18+
- Provide computed margins in "full-json" export [#5203],
19+
this feature was anonymously sponsored: thank you to our sponsor!
20+
21+
### Changed
22+
- Mention the "full-json" option in the `Plotly.toImage` warning [#5204]
23+
- Use current graph dimensions in `Plotly.downloadImage` [#5209]
24+
25+
### Fixed
26+
- Fix importing color modules for webpack users (regression introduced in 1.56.0) [#5189]
27+
- Fix positioning ticks and labels on axes with `rangebreaks` and/or "period" `ticklabelmode` [#5187, #5208]
28+
- Fix autorange computation when a category matches a range extreme [#5211],
29+
with thanks to @LoganWlv for the contribution!
30+
- Fix displaying modebar after `Plotly.restyle` [#5181],
31+
with thanks to @Yook74 for the contribution!
32+
33+
1234
## [1.56.0] -- 2020-09-30
1335

1436
### Added

0 commit comments

Comments
 (0)