File tree Expand file tree Collapse file tree 12 files changed +157
-7
lines changed Expand file tree Collapse file tree 12 files changed +157
-7
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.13.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0 ) (2021-01-07)
7+
8+
9+ ### chore
10+
11+ * delete deprecated components for v0.13.0 ([ #1106 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/1106 ) ) ([ 01814d1] ( https://github.com/SAP/ui5-webcomponents-react/commit/01814d1e680249653548a4edefecd65dab302981 ) )
12+
13+
14+ ### Features
15+
16+ * update @ui5/webcomponents to 1.0.0-rc.11 ([ #1108 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/1108 ) ) ([ 905dbca] ( https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f ) )
17+
18+
19+ ### BREAKING CHANGES
20+
21+ * ` NotificationOverflowAction ` got renamed to ` NotificationAction `
22+ * ** BarDesign** : removed BarDesign ` Auto `
23+ * ** Bar** : prop ` contentLeft ` is now ` startContent `
24+ * ** Bar** : prop ` contentMiddle ` is now ` middleContent `
25+ * ** Bar** : prop ` contentRight ` is now ` endContent `
26+ * removed deprecated ` Spinner ` component
27+ * removed deprecated ` Tokenizer ` component
28+ * ** Toolbar** : removed deprecated ` onToolbarClick ` in favour of ` onClick `
29+ * ** Device** : removed deprecated, class-based API. Please use the [ individual util functions] ( https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#device-api ) instead.
30+ * ** Device** : removed the optional ` oListener ` parameter from all device attach/detach functions (mostly used internally)
31+
32+
33+
34+
35+
636## [ 0.12.4] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.3...v0.12.4 ) (2020-12-17)
737
838
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 0.12.4 " ,
5+ "version" : " 0.13.0 " ,
66 "npmClient" : " yarn" ,
77 "useWorkspaces" : true ,
88 "command" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.13.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0 ) (2021-01-07)
7+
8+
9+ ### chore
10+
11+ * delete deprecated components for v0.13.0 ([ #1106 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/1106 ) ) ([ 01814d1] ( https://github.com/SAP/ui5-webcomponents-react/commit/01814d1e680249653548a4edefecd65dab302981 ) )
12+
13+
14+ ### Features
15+
16+ * update @ui5/webcomponents to 1.0.0-rc.11 ([ #1108 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/1108 ) ) ([ 905dbca] ( https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f ) )
17+
18+
19+ ### BREAKING CHANGES
20+
21+ * ` NotificationOverflowAction ` got renamed to ` NotificationAction `
22+ * ** BarDesign** : removed BarDesign ` Auto `
23+ * ** Bar** : prop ` contentLeft ` is now ` startContent `
24+ * ** Bar** : prop ` contentMiddle ` is now ` middleContent `
25+ * ** Bar** : prop ` contentRight ` is now ` endContent `
26+ * removed deprecated ` Spinner ` component
27+ * removed deprecated ` Tokenizer ` component
28+ * ** Toolbar** : removed deprecated ` onToolbarClick ` in favour of ` onClick `
29+ * ** Device** : removed deprecated, class-based API. Please use the [ individual util functions] ( https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#device-api ) instead.
30+ * ** Device** : removed the optional ` oListener ` parameter from all device attach/detach functions (mostly used internally)
31+
32+
33+
34+
35+
636## [ 0.12.3] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.2...v0.12.3 ) (2020-12-17)
737
838
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-react-base" ,
3- "version" : " 0.12.3 " ,
3+ "version" : " 0.13.0 " ,
44 "description" : " Base for ui5-webcomponents-react" ,
55 "main" : " index.cjs.js" ,
66 "module" : " index.esm.js" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.13.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0 ) (2021-01-07)
7+
8+
9+ ### Features
10+
11+ * update @ui5/webcomponents to 1.0.0-rc.11 ([ #1108 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/1108 ) ) ([ 905dbca] ( https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * ` NotificationOverflowAction ` got renamed to ` NotificationAction `
17+ * ** BarDesign** : removed BarDesign ` Auto `
18+ * ** Bar** : prop ` contentLeft ` is now ` startContent `
19+ * ** Bar** : prop ` contentMiddle ` is now ` middleContent `
20+ * ** Bar** : prop ` contentRight ` is now ` endContent `
21+
22+
23+
24+
25+
626## [ 0.12.4] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.3...v0.12.4 ) (2020-12-17)
727
828
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-react-charts" ,
3- "version" : " 0.12.4 " ,
3+ "version" : " 0.13.0 " ,
44 "description" : " Charts for ui5-webcomponents-react" ,
55 "main" : " index.cjs.js" ,
66 "module" : " index.esm.js" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.13.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0 ) (2021-01-07)
7+
8+
9+ ### Features
10+
11+ * update @ui5/webcomponents to 1.0.0-rc.11 ([ #1108 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/1108 ) ) ([ 905dbca] ( https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * ` NotificationOverflowAction ` got renamed to ` NotificationAction `
17+ * ** BarDesign** : removed BarDesign ` Auto `
18+ * ** Bar** : prop ` contentLeft ` is now ` startContent `
19+ * ** Bar** : prop ` contentMiddle ` is now ` middleContent `
20+ * ** Bar** : prop ` contentRight ` is now ` endContent `
21+
22+
23+
24+
25+
626## [ 0.12.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.0...v0.12.1 ) (2020-11-24)
727
828
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/cra-template-webcomponents-react-seed" ,
3- "version" : " 0.12.1 " ,
3+ "version" : " 0.13.0 " ,
44 "keywords" : [
55 " react" ,
66 " create-react-app" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.13.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.12.4...v0.13.0 ) (2021-01-07)
7+
8+
9+ ### Features
10+
11+ * update @ui5/webcomponents to 1.0.0-rc.11 ([ #1108 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/1108 ) ) ([ 905dbca] ( https://github.com/SAP/ui5-webcomponents-react/commit/905dbca96911c1eefdcab212790c2961eda70d5f ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * ` NotificationOverflowAction ` got renamed to ` NotificationAction `
17+ * ** BarDesign** : removed BarDesign ` Auto `
18+ * ** Bar** : prop ` contentLeft ` is now ` startContent `
19+ * ** Bar** : prop ` contentMiddle ` is now ` middleContent `
20+ * ** Bar** : prop ` contentRight ` is now ` endContent `
21+
22+
23+
24+
25+
626# [ 0.12.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.11.4...v0.12.0 ) (2020-11-16)
727
828
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/cra-template-webcomponents-react" ,
3- "version" : " 0.12 .0" ,
3+ "version" : " 0.13 .0" ,
44 "keywords" : [
55 " react" ,
66 " create-react-app" ,
You can’t perform that action at this time.
0 commit comments