Skip to content

Commit 514eb54

Browse files
committed
changelog for ie11 fix PR
1 parent f5a9a0c commit 514eb54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1717
- Adds `ticklabelstep` to axes to reduce tick labels while still showing all ticks.
1818
- 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`.
1919

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)
25+
2026
## [2.1.0] - 2022-01-22
2127

2228
### Changed

0 commit comments

Comments
 (0)