Skip to content

Commit 43c0fd7

Browse files
committed
update changelog for v1.55.0
1 parent 01ad533 commit 43c0fd7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ 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.55.0] -- 2020-09-02
13+
### Added
14+
- Introduce "period" `ticklabelmode` on cartesian date axes [#4993, #5055, #5060, #5065, #5088, #5089]
15+
- Add new formatting options for weeks and quarters [#5026]
16+
- Add `source` attribute to `image` traces for fast rendering [#5075]
17+
- Add `zsmooth` attribute for discrete `heatmapgl` traces [#4953]
18+
- Add horizontal and vertical markers for arrow charts [#5010]
19+
- Add touch support to `rangeslider` [#5025]
20+
21+
### Changed
22+
- Improve contribution guide & readme, add code of conduct [#5068]
23+
- Bump various dev-dependencies namely bubleify and glslify [#5084, #5085, #5118]
24+
25+
### Fixed
26+
- Fix updating `title` and tick labels during transition with react [#5045]
27+
- Fix `table` wheel scroll for Firefox [#5051]
28+
- Fix ISO-8601 short time zone format [#5015]
29+
- Fix numeric periods on date axes for `bar` with `base` [#5061]
30+
- Fix `bar` and `box` widths on categorical axes in "overlay" mode [#5072]
31+
- Fix `symbol` numbers in string format [#5073]
32+
- Fix gl2d marker sizes [#5093]
33+
- Fix default latitude span in `geo` subplots [#5033]
34+
35+
1236
## [1.54.7] -- 2020-07-23
1337
### Changed
1438
- Revert [#4904] to fix a template regression introduced in 1.54.4 [#5016]

0 commit comments

Comments
 (0)