Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 072b68b

Browse files
Update CHANGELOG.md
1 parent b5e364b commit 072b68b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313
### Changed
1414
- [#723](https://github.com/plotly/dash-core-components/pull/723) Changed npm package content to allow source code inclusion from other projects
1515
- [#725](https://github.com/plotly/dash-core-components/pull/725) Improve async graph performance by parallelizing resource fetching instead of fetching sequentially
16+
- [#720](https://github.com/plotly/dash-core-components/pull/720) `highlight.js` is now bundled into the package, and no longer sets the `window.hljs` variable. Similarly to how `plotly.js` is handled, it is overridden by a user-provided version if one exists.
1617

1718
### Updated
1819
- [#732](https://github.com/plotly/dash-core-components/pull/732)
@@ -24,10 +25,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2425
- [#706](https://github.com/plotly/dash-core-components/pull/706)
2526
- Upgraded plotly.js to [1.51.3](https://github.com/plotly/plotly.js/releases/tag/v1.51.3)
2627

27-
### Changed
28-
- [#720](https://github.com/plotly/dash-core-components/pull/720)
29-
- `highlight.js` is now bundled into the package, and no longer sets the `window.hljs` variable. Similarly to how `plotly.js` is handled, it is overridden by a user-provided version if one exists.
30-
3128
## [1.6.0] - 2019-11-27
3229
### Updated
3330
- Upgraded plotly.js to 1.51.2 [#708](https://github.com/plotly/dash-core-components/pull/708)

0 commit comments

Comments
 (0)