Skip to content

Commit f57bfd5

Browse files
committed
docs: Consolidate Changelog [ci skip]
1 parent 835ad00 commit f57bfd5

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
# [0.4.0](https://github.com/SAP/ui5-webcomponents-react/compare/v0.3.2-rc.17...v0.4.0) (2019-07-15)
77

8-
**Note:** Version bump only for package node-library-fiori-for-react-github.com-release
8+
### Features
9+
10+
* **AnalyticalTable:** Added option to create pivot tables ([#47](https://github.com/SAP/ui5-webcomponents-react/issues/47)) ([71b546d](https://github.com/SAP/ui5-webcomponents-react/commit/71b546d))
11+
* **ThemeProvider:** Read config from UI5 Web Components ([efee11f](https://github.com/SAP/ui5-webcomponents-react/commit/efee11f))
12+
* **WebComponents**: Updated to v1.0.0-rc.2 (#51) ([8a40deb](https://github.com/SAP/ui5-webcomponents-react/commit/8a40deb)), closes [#51](https://github.com/SAP/ui5-webcomponents-react/issues/51)
13+
14+
### Bug Fixes
15+
16+
* **CSS-Variables:** remove trailing semicolon ([#53](https://github.com/SAP/ui5-webcomponents-react/issues/53)) ([f9d1daf](https://github.com/SAP/ui5-webcomponents-react/commit/f9d1daf)), closes [#49](https://github.com/SAP/ui5-webcomponents-react/issues/49)
17+
* **ObjectPage:** Highlight selected section while scrolling ([#56](https://github.com/SAP/ui5-webcomponents-react/issues/56)) ([42a6a10](https://github.com/SAP/ui5-webcomponents-react/commit/42a6a10))
18+
* **ObjectPage:** Added Hide Header Button ([#28](https://github.com/SAP/ui5-webcomponents-react/issues/28)) ([5509098](https://github.com/SAP/ui5-webcomponents-react/commit/5509098))
19+
* **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+
929

30+
### BREAKING CHANGES
1031

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`
1161

62+
Please also check the [UI5 Web Components Release Notes](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.0.0-rc.2)
1263

1364

1465
## [0.3.2-rc.17](https://github.com/SAP/ui5-webcomponents-react/compare/v0.3.2-rc.16...v0.3.2-rc.17) (2019-07-15)

0 commit comments

Comments
 (0)