File tree Expand file tree Collapse file tree 10 files changed +67
-7
lines changed Expand file tree Collapse file tree 10 files changed +67
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.2-rc.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1...v0.4.2-rc.0 ) (2019-07-19)
7
+
8
+
9
+ ### Code Refactoring
10
+
11
+ * ** Charts:** Update ref API and color maps ([ #62 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/62 ) ) ([ a343567] ( https://github.com/SAP/ui5-webcomponents-react/commit/a343567 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** Charts:** ` innerChartRef ` is replaced by ` ref `
17
+ * ** Charts:** ` sap_belize ` and ` sap_belize_plus ` stylings are not longer exported
18
+ * ** Charts:** Name of color variables for all themes changed. Now ` sapUiChartAccent1 ` to ` sapUiChartAccent12 ` plus ` sapUiChartGood ` , ` sapUiChartBad ` and ` sapUiChartHighlight ` are available
19
+
20
+
21
+
22
+
23
+
6
24
## [ 0.4.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1 ) (2019-07-19)
7
25
8
26
** Note:** Version bump only for package node-library-fiori-for-react-gb.xjqchip.workers.dev-release
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.4.1 " ,
5
+ "version" : " 0.4.2-rc.0 " ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
8
"command" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.2-rc.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1...v0.4.2-rc.0 ) (2019-07-19)
7
+
8
+ ** Note:** Version bump only for package @ui5/webcomponents-react-base
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.4.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1 ) (2019-07-19)
7
15
8
16
** Note:** Version bump only for package @ui5/webcomponents-react-base
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/webcomponents-react-base" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2-rc.0 " ,
4
4
"description" : " Base for ui5-webcomponents-react" ,
5
5
"main" : " index.cjs.js" ,
6
6
"module" : " index.esm.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.2-rc.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1...v0.4.2-rc.0 ) (2019-07-19)
7
+
8
+
9
+ ### Code Refactoring
10
+
11
+ * ** Charts:** Update ref API and color maps ([ #62 ] ( https://github.com/SAP/ui5-webcomponents-react/issues/62 ) ) ([ a343567] ( https://github.com/SAP/ui5-webcomponents-react/commit/a343567 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** Charts:** ` innerChartRef ` is replaced by ` ref `
17
+ * ** Charts:** ` sap_belize ` and ` sap_belize_plus ` stylings are not longer exported
18
+ * ** Charts:** Name of color variables for all themes changed. Now ` sapUiChartAccent1 ` to ` sapUiChartAccent12 ` plus ` sapUiChartGood ` , ` sapUiChartBad ` and ` sapUiChartHighlight ` are available
19
+
20
+
21
+
22
+
23
+
6
24
## [ 0.4.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1 ) (2019-07-19)
7
25
8
26
** Note:** Version bump only for package @ui5/webcomponents-react-charts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/webcomponents-react-charts" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2-rc.0 " ,
4
4
"description" : " Charts for ui5-webcomponents-react" ,
5
5
"main" : " index.cjs.js" ,
6
6
"module" : " index.esm.js" ,
17
17
"@types/chart.js" : " ^2.7.53"
18
18
},
19
19
"dependencies" : {
20
- "@ui5/webcomponents-react-base" : " 0.4.1 " ,
20
+ "@ui5/webcomponents-react-base" : " 0.4.2-rc.0 " ,
21
21
"chart.js" : " ^2.8.0" ,
22
22
"chartjs-plugin-datalabels" : " ^0.6.0" ,
23
23
"get-best-contrast-color" : " ^0.3.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.2-rc.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1...v0.4.2-rc.0 ) (2019-07-19)
7
+
8
+ ** Note:** Version bump only for package @ui5/webcomponents-react-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.4.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1 ) (2019-07-19)
7
15
8
16
** Note:** Version bump only for package @ui5/webcomponents-react-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/webcomponents-react-cli" ,
3
3
"private" : true ,
4
- "version" : " 0.4.1 " ,
4
+ "version" : " 0.4.2-rc.0 " ,
5
5
"description" : " CLI for creating React Components" ,
6
6
"repository" : {
7
7
"type" : " git" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.2-rc.0] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1...v0.4.2-rc.0 ) (2019-07-19)
7
+
8
+ ** Note:** Version bump only for package @ui5/webcomponents-react
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.4.1] ( https://github.com/SAP/ui5-webcomponents-react/compare/v0.4.1-rc.2...v0.4.1 ) (2019-07-19)
7
15
8
16
** Note:** Version bump only for package @ui5/webcomponents-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/webcomponents-react" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2-rc.0 " ,
4
4
"description" : " React Wrapper for UI5 Web Components and additional components" ,
5
5
"repository" : {
6
6
"type" : " git" ,
21
21
},
22
22
"dependencies" : {
23
23
"@ui5/webcomponents" : " 1.0.0-rc.2" ,
24
- "@ui5/webcomponents-react-base" : " 0.4.1 " ,
24
+ "@ui5/webcomponents-react-base" : " 0.4.2-rc.0 " ,
25
25
"lodash.debounce" : " ^4.0.8" ,
26
26
"react-scroll" : " ^1.7.11" ,
27
27
"react-table" : " 6.8.6" ,
You can’t perform that action at this time.
0 commit comments