You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
17
17
- Adds `ticklabelstep` to axes to reduce tick labels while still showing all ticks.
18
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`.
19
19
20
+
### Fixed
21
+
- [#1932](https://github.com/plotly/dash/pull/1932) Fixes several bugs:
22
+
- Restores compatibility with IE11 [#1925](https://github.com/plotly/dash/issues/1925)
23
+
- Restores `style_header` text alignment in Dash Table [#1914](https://github.com/plotly/dash/issues/1914)
24
+
- Clears the unneeded `webdriver-manager` requirement from `dash[testing]` [#1919](https://github.com/plotly/dash/issues/1925)
0 commit comments