Skip to content

Commit 513d702

Browse files
committed
changelog for plotlyjs 2.9
1 parent 160978e commit 513d702

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
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

0 commit comments

Comments
 (0)