File tree Expand file tree Collapse file tree 10 files changed +50
-11
lines changed Expand file tree Collapse file tree 10 files changed +50
-11
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+ ## [ 1.0.0-rc.1] ( https://github.com/SAP/ui5-webcomponents/compare/v0.13.1...v1.0.0-rc.1 ) (2019-06-28)
7+
8+ ### Bug Fixes
9+ * ** ui5-button:** fix disable click events when disabled ([ #586 ] ( https://github.com/SAP/ui5-webcomponents/pull/586 ) )
10+ * ** ui5-select:** prevent scrolling when changing selection with arrows(#588 ] ( https://github.com/SAP/ui5-webcomponents/pull/588 ) )
11+
12+ ### Refactoring
13+
14+ * ** all components:** remove press event in favour of click (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
15+
16+ ### BREAKING CHANGES
17+ * ** ui5-button:** BREAKING CHANGE: ui5-button press event is renamed to click (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
18+ * ** ui5-card:** headerPress event is renamed to headerClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
19+ * ** ui5-link:** press event is renamed to click (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
20+ * ** ui5-list:** itemPress event is renamed to itemClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
21+ * ** ui5-shellbar:** notificationsPress event is renamed to notificationsClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
22+ * ** ui5-shellbar:** profilePress event is renamed to profileClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
23+ * ** ui5-shellbar:** productSwitchPress event is renamed to productSwitchClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
24+ * ** ui5-shellbar:** logoPress event is renamed to logoClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
25+ * ** ui5-shellbar:** coPilotPress event is renamed to coPilotClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
26+ * ** ui5-shellbar:** menuItemPress event is renamed to menuItemClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
27+ * ** ui5-timeline-item:** ui5-timeline-item itemNamePress event is renamed to itemNameClick (#597 ] ( https://github.com/SAP/ui5-webcomponents/pull/597 ) )
28+
629## [ 0.13.1] ( https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1 ) (2019-06-22)
730
831### Bug Fixes
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.14.0] ( https://github.com/SAP/ui5-webcomponents/compare/v0.13.1...v0.14.0 ) (2019-06-28)
7+
8+ ** Note:** Version bump only for package @ui5/webcomponents-base
9+
610## [ 0.13.1] ( https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1 ) (2019-06-22)
711
812** Note:** Version bump only for package @ui5/webcomponents-base
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-base" ,
3- "version" : " 0.13.1 " ,
3+ "version" : " 0.14.0 " ,
44 "description" : " UI5 Web Components: webcomponents.base" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2121 "lint" : " eslint ."
2222 },
2323 "dependencies" : {
24- "@ui5/webcomponents-core" : " 0.13.1 " ,
24+ "@ui5/webcomponents-core" : " 0.14.0 " ,
2525 "lit-html" : " ^1.0.0" ,
2626 "regenerator-runtime" : " 0.12.1" ,
2727 "url-search-params-polyfill" : " ^5.0.0"
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+
7+ ## [ 0.14.0] ( https://github.com/SAP/ui5-webcomponents/compare/v0.13.1...v0.14.0 ) (2019-06-28)
8+
9+ ** Note:** Version bump only for package @ui5/webcomponents-core
10+
11+
612## [ 0.13.1] ( https://github.com/SAP/ui5-webcomponents/compare/v0.13.0...v0.13.1 ) (2019-06-22)
713
814** Note:** Version bump only for package @ui5/webcomponents-core
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-core" ,
3- "version" : " 0.13.1 " ,
3+ "version" : " 0.14.0 " ,
44 "description" : " UI5 Web Components: webcomponents.core" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents" ,
3- "version" : " 0.13 .1" ,
3+ "version" : " 1.0.0-rc .1" ,
44 "description" : " UI5 Web Components: webcomponents.main" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
8888 "directory" : " packages/main"
8989 },
9090 "dependencies" : {
91- "@ui5/webcomponents-base" : " 0.13.1 " ,
92- "@ui5/webcomponents-core" : " 0.13.1 "
91+ "@ui5/webcomponents-base" : " 0.14.0 " ,
92+ "@ui5/webcomponents-core" : " 0.14.0 "
9393 },
9494 "devDependencies" : {
9595 "@babel/cli" : " ^7.1.2" ,
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+
7+ ## [ 0.14.0] ( https://github.com/SAP/ui5-webcomponents/compare/v0.13.1...v1.0.0-rc.1 ) (2019-06-28)
8+
9+ ** Note:** Version bump only for package @ui5/webcomponents-playground
10+
11+
612## [ 0.13.1] ( https://github.com/SAP/openui5/compare/v0.13.0...v0.13.1 ) (2019-06-22)
713
814** Note:** Version bump only for package @ui5/webcomponents-playground
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-playground" ,
33 "private" : true ,
4- "version" : " 0.13 .1" ,
4+ "version" : " 1.0.0-rc .1" ,
55 "description" : " UI5 Web Components Playground" ,
66 "author" : " SAP SE (https://www.sap.com)" ,
77 "license" : " Apache-2.0" ,
4141 "@openui5/sap.ui.core" : " ^1.60.2" ,
4242 "@openui5/sap.ui.layout" : " ^1.60.2" ,
4343 "@openui5/themelib_sap_belize" : " ^1.60.2" ,
44- "@ui5/webcomponents" : " 0.13 .1"
44+ "@ui5/webcomponents" : " 1.0.0-rc .1"
4545 },
4646 "devDependencies" : {
4747 "@ui5/cli" : " ^1.2.0" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h2 class="ui5-header bold-font">UI5 Web Components</h2>
3535 Github Project ›</ a >
3636 < iframe src ="https://ghbtns.com/github-btn.html?user=sap&repo=ui5-webcomponents&type=star&count=true&size=small " frameborder ="0 " scrolling ="0 " width ="90px " height ="20px "> </ iframe >
3737 </ div >
38- < div class ="curr-version "> Current version 0.13 .1</ div >
38+ < div class ="curr-version "> Current version 1.0.0-rc .1</ div >
3939 </ div >
4040 </ div >
4141 </ header >
Original file line number Diff line number Diff line change 1818
1919 <ToolbarSpacer ></ToolbarSpacer >
2020
21- <Label class =" version-label" text =" v0.13 .1" >
21+ <Label class =" version-label" text =" v1.0.0-rc .1" >
2222 <layoutData >
2323 <OverflowToolbarLayoutData priority =" NeverOverflow" />
2424 </layoutData >
7878 </FlexBox >
7979
8080 <HBox width =" 100%" justifyContent =" SpaceBetween" alignItems =" Center" >
81- <Label class =" version-label-in-settings" text =" v0.13 .1" />
81+ <Label class =" version-label-in-settings" text =" v1.0.0-rc .1" />
8282 <HBox class =" settings-buttons-wrapper" width =" 100%" justifyContent =" End" >
8383 <Button type =" Transparent" text =" Close" press =" closeSettingsMenu" class =" margin-end custom-button-height" />
8484 <Button text =" Apply" press =" applyChangeSettings" class =" custom-button-height" />
You can’t perform that action at this time.
0 commit comments