|
2 | 2 | All notable changes to `dash` will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](https://semver.org/).
|
4 | 4 |
|
5 |
| -## [Unreleased] |
| 5 | +## [2.5.0] - 2022-06-06 |
6 | 6 |
|
7 |
| -### Fixed |
| 7 | +### Added |
8 | 8 |
|
9 |
| -- [#2043](https://github.com/plotly/dash/pull/2043) Fix bug |
10 |
| -[#2003](https://github.com/plotly/dash/issues/2003) in which |
11 |
| -`dangerously_allow_html=True` + `mathjax=True` works in some cases, and in some cases not. |
12 |
| -- [#2047](https://github.com/plotly/dash/pull/2047) Fix bug [#1979](https://github.com/plotly/dash/issues/1979) in which `DASH_DEBUG` as enviroment variable gets ignored. |
13 |
| -- [#2065](https://github.com/plotly/dash/pull/2065) Fix bug [#2064](https://github.com/plotly/dash/issues/2064) rendering of `dcc.Dropdown` with a value but no options. |
14 |
| -- [#2070](https://github.com/plotly/dash/pull/2070) Fix bug [#2066](https://github.com/plotly/dash/issues/2066) nested types triggering maximum call stack error when building typescript components. |
| 9 | +- [#1947](https://github.com/plotly/dash/pull/1947) Added `pages` - a better way to build multi-page apps. For more information see the [forum post.](https://community.plotly.com/t/introducing-dash-pages-a-dash-2-x-feature-preview/57775) |
| 10 | +- [#1965](https://github.com/plotly/dash/pull/1965) Add component as props. |
| 11 | +- [#2049](https://github.com/plotly/dash/pull/2043) Added `wait_for_class_to_equal` and `wait_for_contains_class` methods to `dash.testing` |
15 | 12 |
|
16 | 13 | ### Changed
|
17 | 14 |
|
18 | 15 | - [#2050](https://github.com/plotly/dash/pull/2050) Changed `find_element` and `find_elements` to accept an `attribute` argument that aligns with Selenium's `By` class, allowing you to search elements by other attributes. Default value is `CSS_SELECTOR` to maintain backwards compatibility with previous `find_elements`.
|
19 | 16 |
|
20 |
| -### Added |
21 |
| - |
22 |
| -- [#1947](https://github.com/plotly/dash/pull/1947) Added `pages` - a better way to build multi-page apps. For more information see the [forum post.](https://community.plotly.com/t/introducing-dash-pages-a-dash-2-x-feature-preview/57775) |
23 |
| - |
| 17 | +### Fixed |
24 | 18 |
|
25 |
| -- [#2049](https://github.com/plotly/dash/pull/2043) Added `wait_for_class_to_equal` and `wait_for_contains_class` methods to `dash.testing` |
26 |
| -- [#1965](https://github.com/plotly/dash/pull/1965) Add component as props. |
| 19 | +- [#2043](https://github.com/plotly/dash/pull/2043) Fix bug |
| 20 | +[#2003](https://github.com/plotly/dash/issues/2003) in which |
| 21 | +`dangerously_allow_html=True` + `mathjax=True` works in some cases, and in some cases not. |
| 22 | +- [#2065](https://github.com/plotly/dash/pull/2065) Fix bug [#2064](https://github.com/plotly/dash/issues/2064) rendering of `dcc.Dropdown` with a value but no options. |
| 23 | +- [#2047](https://github.com/plotly/dash/pull/2047) Fix bug [#1979](https://github.com/plotly/dash/issues/1979) in which `DASH_DEBUG` as environment variable gets ignored. |
| 24 | +- [#2070](https://github.com/plotly/dash/pull/2070) Fix bug [#2066](https://github.com/plotly/dash/issues/2066) nested types triggering maximum call stack error when building typescript components. |
27 | 25 |
|
28 | 26 | ## [2.4.1] - 2022-05-11
|
29 | 27 |
|
|
0 commit comments