Skip to content

Commit e6889e2

Browse files
committed
changelog for pmc simplification
1 parent 9ec6d60 commit e6889e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
178178
```
179179

180180
### Fixed
181+
- [#1879](https://github.com/plotly/dash/pull/1879) Delete redundancy in pattern-matching callback implementation, specifically when `ALL` and `MATCH` wildcards are used together. This patch was submitted by an anonymous Dash Enterprise customer. Many thanks!
182+
181183
- [#1858](https://github.com/plotly/dash/pull/1858) Support `mini-css-extract-plugin` Webpack plugin with `@plotly/webpack-dash-dynamic-import` node package - used by components to support dash async chunks. Updated dependencies of other `@plotly` node packages.
182184

183185
- [#1836](https://github.com/plotly/dash/pull/1836) Fix `__all__` in dcc and table for extras: dcc download helpers and table format helpers. This also restores this functionality to the obsolete top-level packages `dash_core_components` and `dash_table`.
@@ -187,7 +189,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
187189
- [#1779](https://github.com/plotly/dash/pull/1779):
188190
- Clean up our handling of serialization problems, including fixing `orjson` for Python 3.6
189191
- Added the ability for `dash.testing` `percy_snapshot` methods to choose widths to generate.
190-
192+
191193
- [#1778](https://github.com/plotly/dash/pull/1778) DataTable: Fix React warnings stating
192194
that each child in a list should have a unique "key" prop
193195

0 commit comments

Comments
 (0)