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

Commit 1afbe7e

Browse files
Merge branch 'dev' into ie11-numeric-input
2 parents 096f013 + 9bea97b commit 1afbe7e

File tree

6 files changed

+1051
-284
lines changed

6 files changed

+1051
-284
lines changed

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
### Changed
8+
- [#729](https://github.com/plotly/dash-core-components/pull/729) Handle case where dcc fails to load when used inside an iframe with a sandbox attribute that only has allow-scripts
9+
10+
## [1.7.1] - 2020-01-15 (JS-only)
11+
### Fixed
12+
- [#734](https://github.com/plotly/dash-core-components/pull/734) Fix JS-facing release bug where `Plotly.js` was listed in `devDependencies` instead of `dependencies`
13+
14+
## [1.7.0] - 2020-01-14
615
### Added
716
- [#711](https://github.com/plotly/dash-core-components/pull/711) Added support for `dcc.Link` (dccLink) and nested `dcc.Markdown` (dccMarkdown) react components inside of `dcc.Markdown`
817
- [#706](https://github.com/plotly/dash-core-components/pull/706)
@@ -16,15 +25,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1625
### Changed
1726
- [#723](https://github.com/plotly/dash-core-components/pull/723) Changed npm package content to allow source code inclusion from other projects
1827
- [#725](https://github.com/plotly/dash-core-components/pull/725) Improve async graph performance by parallelizing resource fetching instead of fetching sequentially
28+
- [#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.
1929

2030
### Updated
31+
- [#732](https://github.com/plotly/dash-core-components/pull/732)
32+
- Upgraded plotly.js to [1.52.1](https://github.com/plotly/plotly.js/releases/tag/v1.52.1)
33+
- [Feature release 1.52.0](https://github.com/plotly/plotly.js/releases/tag/v1.52.0) which contains:
34+
- Enable loading locale bundles before plotly.js bundles [#4453](https://github.com/plotly/plotly.js/pull/4453)
35+
- `ko` localization [#4315](https://github.com/plotly/plotly.js/pull/4315)
36+
- Patch release [1.52.1](https://github.com/plotly/plotly.js/releases/tag/v1.52.1) containing several bug fixes.
2137
- [#706](https://github.com/plotly/dash-core-components/pull/706)
2238
- Upgraded plotly.js to [1.51.3](https://github.com/plotly/plotly.js/releases/tag/v1.51.3)
2339

24-
### Changed
25-
- [#720](https://github.com/plotly/dash-core-components/pull/720)
26-
- `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.
27-
2840
## [1.6.0] - 2019-11-27
2941
### Updated
3042
- Upgraded plotly.js to 1.51.2 [#708](https://github.com/plotly/dash-core-components/pull/708)

generator/plotly.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)