Skip to content

Commit de84636

Browse files
authored
chore(release): publish v1.0.0-rc.1 (#598)
* chore(release): publish v1.0.0-rc.1 * update playground labels
1 parent 3de3b09 commit de84636

File tree

10 files changed

+50
-11
lines changed

10 files changed

+50
-11
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/base/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -21,7 +21,7 @@
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"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/main/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -88,8 +88,8 @@
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",

packages/playground/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [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

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -41,7 +41,7 @@
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",

packages/playground/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="ui5-header bold-font">UI5 Web Components</h2>
3535
Github Project &rsaquo;</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>

packages/playground/webapp/view/Main.view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>
@@ -78,7 +78,7 @@
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" />

0 commit comments

Comments
 (0)