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

Update Plotly.js to 1.53.0 #784

Merged
merged 3 commits into from
Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [#768](https://github.com/plotly/dash-core-components/pull/768) Added title property to dcc.Link
- [#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.
- [#767](https://github.com/plotly/dash-core-components/pull/767) Updated dcc.Link to respond to click modifiers, and added a target prop.
- [#774](https://github.com/plotly/dash-core-components/pull/774) Fixed dcc.Location firing callbacks for wrong property.
- [772](https://github.com/plotly/dash-core-components/pull/772) Modified dcc.Link to work with absolute paths if refresh=True.
- [#774](https://github.com/plotly/dash-core-components/pull/774) Fixed dcc.Location firing callbacks for wrong property.
- [772](https://github.com/plotly/dash-core-components/pull/772) Modified dcc.Link to work with absolute paths if refresh=True.

### Updated
- [#784](https://github.com/plotly/dash-core-components/pull/784)
- [Feature release 1.53.0](https://github.com/plotly/plotly.js/releases/tag/v1.53.0) which contains:
Marc-Andre-Rivet marked this conversation as resolved.
Show resolved Hide resolved
- `rangebreaks` on date axes [#4614](https://github.com/plotly/plotly.js/pull/4614)
- (x|y) unified `hovermode` [#4620](https://github.com/plotly/plotly.js/pull/4620)
- "hovered data" mode to `spikesnap` [#4665](https://github.com/plotly/plotly.js/pull/4665)
- "full-json" export format to `Plotly.toImage` and `Plotly.dowloadImage` [#4593](https://github.com/plotly/plotly.js/pull/4593)
- node.customdata and link.customdata in `sankey` traces [#4621](https://github.com/plotly/plotly.js/pull/4621)
- `opacityscale` for `surface` traces [#4480](https://github.com/plotly/plotly.js/pull/4480)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

List of added features. If some specific bugs should be included, let me know or please add them :)


## [1.8.1] -2020-02-27
### Added
Expand Down
165 changes: 82 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fast-isnumeric": "^1.1.3",
"highlight.js": "^9.17.1",
"moment": "^2.20.1",
"plotly.js": "1.52.2",
"plotly.js": "1.53.0",
"prop-types": "^15.6.0",
"ramda": "^0.26.1",
"rc-slider": "^9.1.0",
Expand Down