Skip to content

Commit 80b6240

Browse files
docs: update changelog
[ci skip]
1 parent 1ba63e7 commit 80b6240

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3333

3434
### BREAKING CHANGES
3535

36-
* **charts:** replace deprecated charts with new implementation. In case your imports contain a `next` path segment, please remove this segment. Example: `import { BarChart } from '@ui5/webcomponents-react-charts/lib/next/BarChart';` becomes `import { BarChart } from '@ui5/webcomponents-react-charts/lib/BarChart';`. For further details please take a look into our [Migration Guide](https://github.com/SAP/ui5-webcomponents-react/blob/master/docs/MigrationGuide.md#095---charts-migration).
36+
* **charts:** replace deprecated charts with new implementation. In case your imports contain a `next` path segment, please remove this segment. Example: `import { BarChart } from '@ui5/webcomponents-react-charts/lib/next/BarChart';` becomes `import { BarChart } from '@ui5/webcomponents-react-charts/lib/BarChart';`. For further details please take a look into our [Migration Guide](https://github.com/SAP/ui5-webcomponents-react/blob/master/docs/MigrationGuide.stories.mdx#charts).
3737
* **AnalyticalCard**: remove prop `width`, please use `style` or `className` instead
3838
* **Text**: remove prop `width`, please use `style` or `className` instead
3939
* **ProgressIndicator**: remove props `width` and `height`, please use `style` or `className` instead
4040
* **FlexBox**: remove props `width` and `height`, please use `style` or `className` instead
41-
* **base:** remove deprecated `Event`
42-
* **base:** remove deprecated `font72` (comes with UI5 Web Components)
43-
* **base:** remove deprecated `HSLColor`
44-
* **base:** remove deprecated `Optional` (use JS optional-chaining instead)
45-
* **base:** remove deprecated `Scroller` library
4641
* **base:** remove deprecated `sap_fiori_3` theming parameters, use `ThemingParameters` instead
4742
* **base:** remove polyfill of old event API
4843
* **main:** **AnalyticalTable**: remove deprecated prop `renderExtension`, please use `extension` instead
@@ -56,6 +51,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5651
* **Grid:** prop `hSpacing` accepts now a CSS width instead of a number in `rem`
5752
* **Grid:** change prop `data-layout` (object) on child elements to `data-layout-span` and `data-layout-indent`
5853

54+
### BREAKING CHANGES (undocumented classes, internal framework cleanup)
55+
* **base:** remove deprecated `Event`
56+
* **base:** remove deprecated `font72` (comes with UI5 Web Components)
57+
* **base:** remove deprecated `HSLColor`
58+
* **base:** remove deprecated `Optional` (use JS optional-chaining instead)
59+
* **base:** remove deprecated `Scroller` library
60+
5961

6062

6163

0 commit comments

Comments
 (0)