@@ -10,22 +10,23 @@ To see all merged commits on the master branch that will be part of the next plo
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
## [ 1.55.0] -- 2020-09-02
13
+
13
14
### Added
14
15
- Introduce "period" ` ticklabelmode ` on cartesian date axes [ #4993 , #5055 , #5060 , #5065 , #5088 , #5089 ]
15
16
- Add new formatting options for weeks and quarters [ #5026 ]
16
17
- 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!
18
19
- 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!
20
21
21
22
### Changed
22
23
- Improve contribution guide & readme, add code of conduct [ #5068 ]
23
24
- Bump various dev-dependencies namely bubleify and glslify [ #5084 , #5085 , #5118 ]
24
25
25
26
### Fixed
26
27
- 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!
29
30
- Fix numeric periods on date axes for ` bar ` with ` base ` [ #5061 ]
30
31
- Fix ` bar ` and ` box ` widths on categorical axes in "overlay" mode [ #5072 ]
31
32
- Fix ` symbol ` numbers in string format [ #5073 ]
@@ -34,6 +35,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
34
35
35
36
36
37
## [ 1.54.7] -- 2020-07-23
38
+
37
39
### Changed
38
40
- Revert [ #4904 ] to fix a template regression introduced in 1.54.4 [ #5016 ]
39
41
@@ -62,6 +64,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
62
64
63
65
64
66
## [ 1.54.4] -- 2020-06-22
67
+
65
68
### Changed
66
69
- Bump ` ecstatic ` , ` gl-selet-static ` , ` gl-plot2d ` & ` gl-plot3d ` and drop ` cwise ` to simplify build process & address security warnings [ #4929 , #4930 , #4934 ]
67
70
@@ -70,11 +73,13 @@ where X.Y.Z is the semver of most recent plotly.js release.
70
73
71
74
72
75
## [ 1.54.3] -- 2020-06-16
76
+
73
77
### Fixed
74
78
- Fix ` autosize ` case of hidden div with non-px size [ #4925 ]
75
79
76
80
77
81
## [ 1.54.2] -- 2020-06-10
82
+
78
83
### Changed
79
84
- Bump ` regl ` dependency to v1.6.1 [ #4881 ]
80
85
- Bump ` ndarray ` dependency to v1.0.19 [ #4910 ]
0 commit comments