Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bump plotly.js-dist-min v2.9.0 #1911

Merged
merged 3 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

### Added
### Added
- [#1923](https://github.com/plotly/dash/pull/1923):
- `dash.get_relative_path`
- `dash.strip_relative_path`
- `dash.get_asset_url`
This is similar to `dash.callback` where you don't need the `app` object. It makes it possible to use these
functions in the `pages` folder of a multi-page app without running into the circular `app` imports issue.
- `dash.get_relative_path`
- `dash.strip_relative_path`
- `dash.get_asset_url`
This is similar to `dash.callback` where you don't need the `app` object. It makes it possible to use these
functions in the `pages` folder of a multi-page app without running into the circular `app` imports issue.

### Updated
- [#1911](https://github.com/plotly/dash/pull/1911) Upgrade Plotly.js to v2.9.0 (from v2.8.3).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Following @nicolaskruchten's pattern for plotly.py, note that I'm also listing the previous plotly.js version here.

- Adds `ticklabelstep` to axes to reduce tick labels while still showing all ticks.
- Displays the plotly.js version when hovering on the modebar. This helps debugging situations where there might be multiple sources of plotly.js, for example `/assets` vs the versions built into `dcc` or `ddk`.

## [2.1.0] - 2022-01-22

Expand Down
14 changes: 7 additions & 7 deletions components/dash-core-components/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 components/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"highlight.js": "^11.3.1",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"plotly.js-dist-min": "2.8.3",
"plotly.js-dist-min": "2.9.0",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"rc-slider": "^9.7.5",
Expand Down