Skip to content

Commit 83c0a7a

Browse files
committed
update changelog for v2.0.0
1 parent 6ebebaf commit 83c0a7a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ 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-
## [2.0.0] -- UNRELEASED
12+
## [2.0.0] -- 2021-06-07
1313

1414
### Added
1515
- CSP safety: refactored to avoid usage of function constructors from `basic`, `cartesian`, `finance`, `geo`, and `mapbox`
1616
partial bundles and added tests to ensure that they will not again do so in the future [[#5359](https://github.com/plotly/plotly.js/pull/5359), [#5383](https://github.com/plotly/plotly.js/pull/5383), [#5387](https://github.com/plotly/plotly.js/pull/5387)],
1717
with thanks to [Equinor](https://www.equinor.com) for sponsoring the related development!
1818
- Add `strict` partial bundle [[#5413](https://github.com/plotly/plotly.js/pull/5413), [#5444](https://github.com/plotly/plotly.js/pull/5444)], which includes
1919
the maximal subset of the library which does not rely on function constructors
20-
- Add `partial-bundle` script to facilitate generation of custom bundles [[#5527](https://github.com/plotly/plotly.js/pull/5527), [#5508](https://github.com/plotly/plotly.js/pull/5508), [#5605](https://github.com/plotly/plotly.js/pull/5605)]
20+
- Add `custom-bundle` script to facilitate generation of custom bundles [[#5527](https://github.com/plotly/plotly.js/pull/5527), [#5508](https://github.com/plotly/plotly.js/pull/5508), [#5605](https://github.com/plotly/plotly.js/pull/5605), [#5712](https://github.com/plotly/plotly.js/pull/5712)]
2121
- Add mock validation utility [[#5653](https://github.com/plotly/plotly.js/pull/5653)]
2222
- Implement "fast" `zsmooth` option for `image` trace [[#5354](https://github.com/plotly/plotly.js/pull/5354), [#5386](https://github.com/plotly/plotly.js/pull/5386)],
2323
with thanks to @almarklein for the contribution!
@@ -100,10 +100,11 @@ where X.Y.Z is the semver of most recent plotly.js release.
100100
- Improve attribute compression and avoid redundant copyright comments in non-minified
101101
bundles [[#5426](https://github.com/plotly/plotly.js/pull/5426), [#5429](https://github.com/plotly/plotly.js/pull/5429), [#5439](https://github.com/plotly/plotly.js/pull/5439)]
102102
- Provide links to all pull requests in the changelog [[#5469](https://github.com/plotly/plotly.js/pull/5469)]
103-
- Provide documention for creating custom bundles and improve readme files [[##5702](https://github.com/plotly/plotly.js/pull/#5702), [##5703](https://github.com/plotly/plotly.js/pull/#5703), [##5704](https://github.com/plotly/plotly.js/pull/#5704), [##5705](https://github.com/plotly/plotly.js/pull/#5705)]
104-
- Fix syntax test on the dist files [[#5471](https://github.com/plotly/plotly.js/pull/5471)]
105-
- Publish partial bundles using relevant tag from the package e.g. `latest` or `rc` [[#5467](https://github.com/plotly/plotly.js/pull/5467)]
103+
- Provide documention for creating custom bundles and improve readme files [[#5702](https://github.com/plotly/plotly.js/pull/#5702), [#5703](https://github.com/plotly/plotly.js/pull/#5703), [#5704](https://github.com/plotly/plotly.js/pull/#5704), [#5705](https://github.com/plotly/plotly.js/pull/#5705), [#5713](https://github.com/plotly/plotly.js/pull/#5713)]
104+
- Provide a link to plotly.js dependencies when publishing various plotly.js-dist packages to npm [[#5711](https://github.com/plotly/plotly.js/pull/5711)]
105+
- Adjust npm publish script to use relevant tag e.g. "rc" when publishing various plotly.js-dist packages [[#5467](https://github.com/plotly/plotly.js/pull/5467)]
106106
- Place CDN publish script inside plotly.js repository [[#5468](https://github.com/plotly/plotly.js/pull/5468), [#5470](https://github.com/plotly/plotly.js/pull/5470)]
107+
- Fix syntax test on the dist files [[#5471](https://github.com/plotly/plotly.js/pull/5471)]
107108

108109

109110
## [1.58.4] -- 2020-12-21

0 commit comments

Comments
 (0)