Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cfd895

Browse files
committed
add thank you messages for the community contributions in v1.55.0 - please let us know if anyone missing
1 parent d2ae743 commit 9cfd895

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@ To see all merged commits on the master branch that will be part of the next plo
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212
## [1.55.0] -- 2020-09-02
13+
1314
### Added
1415
- Introduce "period" `ticklabelmode` on cartesian date axes [#4993, #5055, #5060, #5065, #5088, #5089]
1516
- Add new formatting options for weeks and quarters [#5026]
1617
- Add `source` attribute to `image` traces for fast rendering [#5075]
17-
- Add `zsmooth` attribute for discrete `heatmapgl` traces [#4953]
18+
- Add `zsmooth` attribute for discrete `heatmapgl` traces [#4953], with thanks to @ordiology for the contribution!
1819
- Add horizontal and vertical markers for arrow charts [#5010]
19-
- Add touch support to `rangeslider` [#5025]
20+
- Add touch support to `rangeslider` [#5025], with thanks to @priyanomi, @cristiantx, @JasDev42 for their contribution!
2021

2122
### Changed
2223
- Improve contribution guide & readme, add code of conduct [#5068]
2324
- Bump various dev-dependencies namely bubleify and glslify [#5084, #5085, #5118]
2425

2526
### Fixed
2627
- 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]
28+
- Fix `table` wheel scroll for Firefox [#5051], with thanks to @ManelBH for the contribution!
29+
- Fix ISO-8601 short time zone format [#5015], with thanks to @mtgto for the contribution!
2930
- Fix numeric periods on date axes for `bar` with `base` [#5061]
3031
- Fix `bar` and `box` widths on categorical axes in "overlay" mode [#5072]
3132
- Fix `symbol` numbers in string format [#5073]
@@ -34,6 +35,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
3435

3536

3637
## [1.54.7] -- 2020-07-23
38+
3739
### Changed
3840
- Revert [#4904] to fix a template regression introduced in 1.54.4 [#5016]
3941

@@ -62,6 +64,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
6264

6365

6466
## [1.54.4] -- 2020-06-22
67+
6568
### Changed
6669
- Bump `ecstatic`, `gl-selet-static`, `gl-plot2d` & `gl-plot3d` and drop `cwise` to simplify build process & address security warnings [#4929, #4930, #4934]
6770

@@ -70,11 +73,13 @@ where X.Y.Z is the semver of most recent plotly.js release.
7073

7174

7275
## [1.54.3] -- 2020-06-16
76+
7377
### Fixed
7478
- Fix `autosize` case of hidden div with non-px size [#4925]
7579

7680

7781
## [1.54.2] -- 2020-06-10
82+
7883
### Changed
7984
- Bump `regl` dependency to v1.6.1 [#4881]
8085
- Bump `ndarray` dependency to v1.0.19 [#4910]

0 commit comments

Comments
 (0)