Skip to content

Commit 0066143

Browse files
committed
changelog v1.54.0
1 parent 5227793 commit 0066143

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
99

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

12+
## [1.54.0] -- 2020-04-30
13+
14+
### Added
15+
- Introduce new drag modes "drawline", "drawrect", "drawcircle", "drawopenpath", "drawclosedpath" &
16+
add optional modebar buttons for drawing & removing new shapes inside cartesian subplots &
17+
add `newshape` and `activeshape` attributes to `layout` &
18+
add `editable` and `fillrule` attributes to `layout.shapes` [#4775]
19+
- Add `angle` and `allowoverlap` attributes to `marker` of `scattermapbox` traces [#4575, #4794]
20+
- Add Portuguese (Portugal) `pt-pt` locale [#4736]
21+
22+
### Changed
23+
- Bump WebGL modules including mapbox-gl and is-mobile [#4731, #4752, #4791]
24+
- Bump jsdom, d3-force, minify-stream, topojson-client and es6-promise [#4751, #4768, #4772, #4773, #4774]
25+
26+
### Fixed
27+
- Sanitize `sourceattribution` in mapbox `layers` [#4793]
28+
- Fix `react`to mapbox `style` changes [#4720]
29+
- Fix transform sort order with gaps [#4783]
30+
- Fix autorange for `bar` and `waterfall` when `base` is present [#4714]
31+
- Fix "extremes" `opacityscale` option for `volume` and `surface` [#4725]
32+
- Fix no-WebGL warning for `scattergl` and `splom` traces [#4777]
33+
- Fix notifier CSS to have a fallback in font stack [#4778]
34+
1235

1336
## [1.53.0] -- 2020-03-31
1437

0 commit comments

Comments
 (0)