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
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
33
33
34
34
### BREAKING CHANGES
35
35
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).
37
37
***AnalyticalCard**: remove prop `width`, please use `style` or `className` instead
38
38
***Text**: remove prop `width`, please use `style` or `className` instead
39
39
***ProgressIndicator**: remove props `width` and `height`, please use `style` or `className` instead
40
40
***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)
0 commit comments