You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,24 @@ To see all merged commits on the master branch that will be part of the next plo
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+
## [2.1.0] -- 2021-06-18
13
+
14
+
### Added
15
+
- Add `icicle` trace type [[#5546](https://github.com/plotly/plotly.js/pull/5546)]
16
+
with thanks to @Kully and @mtwichan of [Zyphr](https://www.zyphr.ca/) for their contribution!
17
+
- Implement `legendrank` attribute in traces [[#5591](https://github.com/plotly/plotly.js/pull/5591)]
18
+
- Implement `fgopacity`, `fgcolor` & "overlay" `fillmode` for bars and
19
+
handle bar `pattern` and `legend` when `marker.colorscale` is present [[#5733](https://github.com/plotly/plotly.js/pull/5733)]
20
+
21
+
### Changed
22
+
- Replace deprecated [node-sass](https://www.npmjs.com/package/node-sass) modules with [Sass](https://www.npmjs.com/package/sass) and update plot CSS [[#5729](https://github.com/plotly/plotly.js/pull/5729)]
23
+
- Bump `probe-image-size` to v7.2.1 [[#5739](https://github.com/plotly/plotly.js/pull/5739)]
24
+
- More maintenance work listed under [the v2.1.0 milestone](https://github.com/plotly/plotly.js/milestone/61)
25
+
26
+
### Fixed
27
+
- Fix setting the width of categorical bars & boxes to unit [[#5732](https://github.com/plotly/plotly.js/pull/5732)]
28
+
29
+
12
30
## [2.0.0] -- 2021-06-07
13
31
14
32
### Added
@@ -72,7 +90,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
72
90
dist files at build time [[#5436](https://github.com/plotly/plotly.js/pull/5436), [#5446](https://github.com/plotly/plotly.js/pull/5446)]
73
91
- Guard against unexpected characters at build time [[#5424](https://github.com/plotly/plotly.js/pull/5424)]
74
92
- Minimize indentation in plot-schema [[#5663](https://github.com/plotly/plotly.js/pull/5663)]
75
-
- More maintenance work listed under the [the 60th milestone](https://github.com/plotly/plotly.js/milestone/60)!
93
+
- More maintenance work listed under [the 60th milestone](https://github.com/plotly/plotly.js/milestone/60)!
76
94
77
95
### Fixed
78
96
- Fix "toself" `fill` for `scattergl` traces to handle multiple polygons [[#5355](https://github.com/plotly/plotly.js/pull/5355)],
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.4. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
0 commit comments