Skip to content

Commit c40b49e

Browse files
authored
Merge pull request #1911 from plotly/plotly.js-2.9.0
bump `plotly.js-dist-min` v2.9.0
2 parents 5afc4fb + 513d702 commit c40b49e

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

Diff for: CHANGELOG.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
44

55
## [Unreleased]
66

7-
### Added
7+
### Added
88
- [#1923](https://github.com/plotly/dash/pull/1923):
9-
- `dash.get_relative_path`
10-
- `dash.strip_relative_path`
11-
- `dash.get_asset_url`
12-
This is similar to `dash.callback` where you don't need the `app` object. It makes it possible to use these
13-
functions in the `pages` folder of a multi-page app without running into the circular `app` imports issue.
9+
- `dash.get_relative_path`
10+
- `dash.strip_relative_path`
11+
- `dash.get_asset_url`
12+
This is similar to `dash.callback` where you don't need the `app` object. It makes it possible to use these
13+
functions in the `pages` folder of a multi-page app without running into the circular `app` imports issue.
14+
15+
### Updated
16+
- [#1911](https://github.com/plotly/dash/pull/1911) Upgrade Plotly.js to v2.9.0 (from v2.8.3).
17+
- Adds `ticklabelstep` to axes to reduce tick labels while still showing all ticks.
18+
- 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`.
1419

1520
## [2.1.0] - 2022-01-22
1621

Diff for: components/dash-core-components/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/dash-core-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"highlight.js": "^11.3.1",
4949
"moment": "^2.29.1",
5050
"node-polyfill-webpack-plugin": "^1.1.4",
51-
"plotly.js-dist-min": "2.8.3",
51+
"plotly.js-dist-min": "2.9.0",
5252
"prop-types": "^15.7.2",
5353
"ramda": "^0.27.1",
5454
"rc-slider": "^9.7.5",

0 commit comments

Comments
 (0)