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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
18
18
-`delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
19
19
-`delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
20
20
-`intent` property to `Button`, `FieldItem`, `FieldSet`, `Notification`, and `Spinner`
-`intent` property: align intent state usage with other components
23
+
24
+
### Deprecated
25
+
26
+
-`<Markdown />`
27
+
-`reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
21
28
22
29
### Fixed
23
30
@@ -30,6 +37,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
30
37
-`IntentBlueprint`: BlueprintJS intent types, also available by `DefinitionsBlueprint`
31
38
-`TableDataContainerProps`, `TableSimpleContainerProps`, `TableHeadProps`, `TableBodyProps`, `TableExpandedRowProps`, `TableHeaderProps` and `DataTableRenderProps` as interfaces for diverse table components
32
39
40
+
### Usage with old application bundlers
41
+
42
+
Old bundlers like webpack4 do not support the `exports` field from `package.json`, so it cannot resolve the correct files that need to be imported from the packages if they do not come with alternate configs like `modules` or `main`. Our latest markdown update introduced a few of those packages. So you need to extend your aliases (in webpack4 it is managed in `config.resolve.alias`) like:
* @deprecated (v25) this property won't support `PluggableList` from "react-markdown/lib/react-markdown" with the next major version, only the one from `unified` will be supported then.
0 commit comments