Skip to content

Commit

Permalink
changelog for pages improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Mar 15, 2023
1 parent 6fcf53b commit 04bbf0d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## Added

- [#2392](https://github.com/plotly/dash/pull/2392) Improved pages feature:
- Accept an absolute path or a `pathlib.path` for `pages_folder`, to match `assets_folder`
- Fix inferring `use_pages=True` when you supply a custom `pages_folder`
- Fix for `pages_folder` that includes special characters
- New test fixture `clear_pages_state`
- Make imported pages act more like regular Python modules
- [#2068](https://github.com/plotly/dash/pull/2068) Added `refresh="callback-nav"` in `dcc.Location`. This allows for navigation without refreshing the page when url is updated in a callback.
- [#2417](https://github.com/plotly/dash/pull/2417) Add wait_timeout property to customize the behavior of the default wait timeout used for by wait_for_page, fix [#1595](https://github.com/plotly/dash/issues/1595)
- [#2417](https://github.com/plotly/dash/pull/2417) Add the element target text for wait_for_text* error message, fix [#945](https://github.com/plotly/dash/issues/945)
Expand All @@ -32,7 +38,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## Updated

- [#2241](https://github.com/plotly/dash/pull/2441) Update Plotly.js to v2.19.0 from v2.18.0.
- [#2241](https://github.com/plotly/dash/pull/2441) Update Plotly.js to v2.20.0 from v2.18.0.
- Feature release [2.20.0](https://github.com/plotly/plotly.js/releases/tag/v2.20.0) adds `automargin` to the main plot title.
- Feature release [2.19.0](https://github.com/plotly/plotly.js/releases/tag/v2.19.0) adds text labels to `layout.shapes`, and adds a `labelalias` property to replace specific axis tick labels.
- Patch releases [2.18.1](https://github.com/plotly/plotly.js/releases/tag/v2.18.1),
Expand Down

0 comments on commit 04bbf0d

Please # to comment.