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

Commit 6744a20

Browse files
Update Plotly.js to 1.53.0 (#784)
1 parent d07c274 commit 6744a20

File tree

3 files changed

+95
-86
lines changed

3 files changed

+95
-86
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
- [#768](https://github.com/plotly/dash-core-components/pull/768) Added title property to dcc.Link
99
- [#776](https://github.com/plotly/dash-core-components/pull/776) Update dcc.Link to set href as children if children not defined. Makes href a required prop as well.
1010
- [#767](https://github.com/plotly/dash-core-components/pull/767) Updated dcc.Link to respond to click modifiers, and added a target prop.
11-
- [#774](https://github.com/plotly/dash-core-components/pull/774) Fixed dcc.Location firing callbacks for wrong property.
12-
- [772](https://github.com/plotly/dash-core-components/pull/772) Modified dcc.Link to work with absolute paths if refresh=True.
11+
- [#774](https://github.com/plotly/dash-core-components/pull/774) Fixed dcc.Location firing callbacks for wrong property.
12+
- [772](https://github.com/plotly/dash-core-components/pull/772) Modified dcc.Link to work with absolute paths if refresh=True.
13+
14+
### Updated
15+
- [#784](https://github.com/plotly/dash-core-components/pull/784)
16+
- [Feature release of Plotly.js 1.53.0](https://github.com/plotly/plotly.js/releases/tag/v1.53.0) which contains:
17+
- `rangebreaks` on date axes [#4614](https://github.com/plotly/plotly.js/pull/4614)
18+
- (x|y) unified `hovermode` [#4620](https://github.com/plotly/plotly.js/pull/4620)
19+
- "hovered data" mode to `spikesnap` [#4665](https://github.com/plotly/plotly.js/pull/4665)
20+
- "full-json" export format to `Plotly.toImage` and `Plotly.dowloadImage` [#4593](https://github.com/plotly/plotly.js/pull/4593)
21+
- node.customdata and link.customdata in `sankey` traces [#4621](https://github.com/plotly/plotly.js/pull/4621)
22+
- `opacityscale` for `surface` traces [#4480](https://github.com/plotly/plotly.js/pull/4480)
1323

1424
## [1.8.1] -2020-02-27
1525
### Added

package-lock.json

Lines changed: 82 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"fast-isnumeric": "^1.1.3",
4444
"highlight.js": "^9.17.1",
4545
"moment": "^2.20.1",
46-
"plotly.js": "1.52.2",
46+
"plotly.js": "1.53.0",
4747
"prop-types": "^15.6.0",
4848
"ramda": "^0.26.1",
4949
"rc-slider": "^9.1.0",

0 commit comments

Comments
 (0)