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
***RadialChart:** Handle width and height prop correctly ([#52](https://github.com/SAP/ui5-webcomponents-react/issues/52)) ([2d3f091](https://github.com/SAP/ui5-webcomponents-react/commit/2d3f091))
20
+
***ThemeProvider:** Only inject theme properties if they are not present ([#55](https://github.com/SAP/ui5-webcomponents-react/issues/55)) ([3ec61d5](https://github.com/SAP/ui5-webcomponents-react/commit/3ec61d5))
21
+
***Table:** Fixed Table and adapt slot handling ([#50](https://github.com/SAP/ui5-webcomponents-react/issues/50)) ([2159ab1](https://github.com/SAP/ui5-webcomponents-react/commit/2159ab1))
22
+
23
+
### Code Refactoring
24
+
25
+
***base:** Merge `styles` and `utils` into `base` ([#38](https://github.com/SAP/ui5-webcomponents-react/issues/38)) ([9309505](https://github.com/SAP/ui5-webcomponents-react/commit/9309505)), closes [#34](https://github.com/SAP/ui5-webcomponents-react/issues/34)
26
+
***Custom Components:** Expose HTML Element via ref in every component ([#54](https://github.com/SAP/ui5-webcomponents-react/issues/54)) ([c285ee6](https://github.com/SAP/ui5-webcomponents-react/commit/c285ee6))
27
+
***withWebComponent:** replace innerComponentRef with ref for Web Components ([#44](https://github.com/SAP/ui5-webcomponents-react/issues/44)) ([08982ba](https://github.com/SAP/ui5-webcomponents-react/commit/08982ba))
28
+
9
29
30
+
### BREAKING CHANGES
10
31
32
+
***Button**: Use design with `ButtonDesign`, type with `ButtonType` is deleted
33
+
***Button**: `onPress` renamed to `onClick`
34
+
***Card**: `onHeaderPress` renamed to `onHeaderClick`
35
+
***Custom Components:** All Components now expose their root html node/the encapsulated Web Component via ref instead of the React instance.
36
+
***Dialog**: remove prop `noHeader`
37
+
***Link**: `onPress` renamed to `onClick`
38
+
***List**: `onItemPress` renamed to `onItemClick`
39
+
***Link**: Use design with `LinkDesign`, type with `LinkType` is deleted
40
+
***MessageStrip**: `hideIcon` and `hideCloseButton` are renamed to `noIcon` and `noCloseButton`
41
+
***Popup**: remove prop `noHeader`
42
+
***ResponsivePopover:** Deleted `ResponsivePopover`, please use the `Popover` Component
43
+
***Select**: the parameter of the change event is now called `selectedOption`
44
+
***Select**: Use `Option` instead of `StandardListItem` for selection
45
+
***ShellBar**: `onProfilePress` renamed to `onProfileClick`
46
+
***ShellBar**: `onNotificationsPress` renamed to `onNotificationsClick`
47
+
***ShellBar**: `onProductSwitchPress` renamed to `onProductSwitchClick`
48
+
***ShellBar**: `onLogoPress` renamed to `onLogoClick`
49
+
***ShellBar**: `onCoPilotPress` renamed to `onCoPilotClick`
50
+
***ShellBarItem**: prop `onPress` is renamed to `onClick`
51
+
***Switch**: type is removed, use `graphical`
52
+
***Table:** Use prop `slot` instead of `data-ui5-slot`
53
+
***Table**: prop `rows` is replaced by `children`
54
+
***TableRow**: prop `header` is replaced by `children`
55
+
***ThemeProvider:** Themes: rename Theme `sap_fiori3_light` to `sap_fiori_3`
56
+
***ThemeProvider:** ThemeProvider: removed contentDensity and theme props. To set those, use the [ui5 WebComponents configuration script tag](https://github.com/SAP/ui5-webcomponents#configure).
57
+
***TimelineItem**: `onItemNamePress` renamed to `onItemNameClick`
58
+
***ToggleButton**: Use design with `ButtonDesign`, type with `ButtonDesign` is deleted
59
+
***ToggleButton**: `onPress` renamed to `onClick`
60
+
***withWebComponent:** Replaced `innerComponentRef` with `ref` to support React `RefObject`
11
61
62
+
Please also check the [UI5 Web Components Release Notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.2)
0 commit comments