Skip to content

Commit 1518e22

Browse files
authored
chore(release): publish v1.0.0-rc.6 (#1376)
1 parent 0f541a3 commit 1518e22

File tree

24 files changed

+522
-41
lines changed

24 files changed

+522
-41
lines changed

CHANGELOG.md

Lines changed: 254 additions & 0 deletions
Large diffs are not rendered by default.

packages/base/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
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.19.0](https://github.com/SAP/ui5-webcomponents/compare/v0.18.0...v0.19.0) (2020-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **framework:** fix travis build ([#1212](https://github.com/SAP/ui5-webcomponents/issues/1212)) ([7f30cf3](https://github.com/SAP/ui5-webcomponents/commit/7f30cf3))
12+
* **framework:** openUI5 cldr support re-added ([#1207](https://github.com/SAP/ui5-webcomponents/issues/1207)) ([6bf40a2](https://github.com/SAP/ui5-webcomponents/commit/6bf40a2))
13+
* **framework:** Provide a workaround for Firefox 74 shadow root bug ([#1347](https://github.com/SAP/ui5-webcomponents/issues/1347)) ([7cc67a7](https://github.com/SAP/ui5-webcomponents/commit/7cc67a7))
14+
* **framework:** StaticArea and StaticAreaElement identify as UI5Element ([#1168](https://github.com/SAP/ui5-webcomponents/issues/1168)) ([28f827a](https://github.com/SAP/ui5-webcomponents/commit/28f827a))
15+
* **framework:** prevent infinite loop when fetching i18n bundles ([#1333](https://github.com/SAP/ui5-webcomponents/issues/1333)) ([f605566](https://github.com/SAP/ui5-webcomponents/commit/f605566))
16+
* **framework:** prevent error when deleting static area item ([#1335](https://github.com/SAP/ui5-webcomponents/issues/1335)) ([5a99536](https://github.com/SAP/ui5-webcomponents/commit/5a99536))
17+
* **framework:** apply size "compact" for StaticArea items ([#1204](https://github.com/SAP/ui5-webcomponents/issues/1204)) ([c411774](https://github.com/SAP/ui5-webcomponents/commit/c411774))
18+
* **framework:** merge metadata properly ([#1092](https://github.com/SAP/ui5-webcomponents/issues/1092)) ([6a29872](https://github.com/SAP/ui5-webcomponents/commit/6a29872))
19+
* **framework:** create font face style tag only once ([#1090](https://github.com/SAP/ui5-webcomponents/issues/1090)) ([1a09e13](https://github.com/SAP/ui5-webcomponents/commit/1a09e13))
20+
21+
22+
### Code Refactoring
23+
24+
* **framework:** propagate compact size when ui5-content-density-compact class is set ([#1136](https://github.com/SAP/ui5-webcomponents/issues/1136)) ([2db62ba](https://github.com/SAP/ui5-webcomponents/commit/2db62ba))
25+
26+
27+
### Features
28+
29+
* **framework:** Allow the registration of custom themes ([#1109](https://github.com/SAP/ui5-webcomponents/issues/1109)) ([6a69521](https://github.com/SAP/ui5-webcomponents/commit/6a69521))
30+
* **framework:** create getLocaleData API ([#1269](https://github.com/SAP/ui5-webcomponents/issues/1269)) ([c9253a6](https://github.com/SAP/ui5-webcomponents/commit/c9253a6))
31+
* **framework:** OpenUI5 integration ([#1138](https://github.com/SAP/ui5-webcomponents/issues/1138)) ([5527990](https://github.com/SAP/ui5-webcomponents/commit/5527990))
32+
* **Itemnavigation:** add paging behaviour ([#1116](https://github.com/SAP/ui5-webcomponents/issues/1116)) ([1cb0832](https://github.com/SAP/ui5-webcomponents/commit/1cb0832))
33+
* **ScrollEnablement:** enhance implementation to work on desktop ([#1374](https://github.com/SAP/ui5-webcomponents/issues/1374)) ([2567bea](https://github.com/SAP/ui5-webcomponents/commit/2567bea))
34+
35+
36+
### BREAKING CHANGES
37+
38+
* **framework:** remove `set/get` for compact size, use CSS class `ui5-content-density-compact` as a replacement.
39+
40+
41+
42+
43+
644
# [0.18.0](https://github.com/SAP/ui5-webcomponents/compare/v0.17.0...v0.18.0) (2019-12-02)
745

846

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.18.0",
3+
"version": "0.19.0",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
3030
"url-search-params-polyfill": "^5.0.0"
3131
},
3232
"devDependencies": {
33-
"@ui5/webcomponents-tools": "1.0.0-rc.5",
33+
"@ui5/webcomponents-tools": "1.0.0-rc.6",
3434
"array-uniq": "^2.0.0",
3535
"copy-and-watch": "^0.1.4",
3636
"eslint": "^5.13.0",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.19.0](https://github.com/SAP/ui5-webcomponents/compare/v0.18.0...v0.19.0) (2020-03-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-core
9+
10+
11+
12+
13+
614
# [0.18.0](https://github.com/SAP/ui5-webcomponents/compare/v0.17.0...v0.18.0) (2019-12-02)
715

816
**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.18.0",
3+
"version": "0.19.0",
44
"description": "UI5 Web Components: webcomponents.core",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

packages/fiori/CHANGELOG.md

Lines changed: 24 additions & 1 deletion
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.6](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2020-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-shellbar:** Change path in imports for playground ([#1008](https://github.com/SAP/ui5-webcomponents/issues/1008)) ([bfe36dd](https://github.com/SAP/ui5-webcomponents/commit/bfe36dd))
12+
* **ui5-shellbar:** fire logoClick on small size ([#1192](https://github.com/SAP/ui5-webcomponents/issues/1192)) ([b84b9d8](https://github.com/SAP/ui5-webcomponents/commit/b84b9d8))
13+
* **ui5-shellbar:** fix search field behavior ([#1264](https://github.com/SAP/ui5-webcomponents/issues/1264)) ([2beb1c5](https://github.com/SAP/ui5-webcomponents/commit/2beb1c5))
14+
* **ui5-shellbar:** provide correct target ref when item is in overflow popover ([#1334](https://github.com/SAP/ui5-webcomponents/issues/1334)) ([7636bb7](https://github.com/SAP/ui5-webcomponents/commit/7636bb7))
15+
16+
17+
18+
### Features
19+
20+
* **ui5-shellbar:** add profile slot ([#1222](https://github.com/SAP/ui5-webcomponents/issues/1222)) ([9dab18b](https://github.com/SAP/ui5-webcomponents/commit/9dab18b))
21+
* **ui5-shellbar-item:** introduce count property ([#1221](https://github.com/SAP/ui5-webcomponents/issues/1221)) ([02ddd0d](https://github.com/SAP/ui5-webcomponents/commit/02ddd0d))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* **ui5-shellbar:** profile property is removed in favour of profile slot
27+
28+
629
# [1.0.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2019-12-02)
730

831

@@ -31,4 +54,4 @@ To get the ShellBar's coPilot animated SVG you have to import the following modu
3154

3255
* **ui5-shellbar-item:** "src" property renamed to "name":
3356

34-
The src property was renamed to icon and accepts icon name (such as "add") instead of icon src (such as "sap-icon://add")
57+
The src property was renamed to icon and accepts icon name (such as "add") instead of icon src (such as "sap-icon://add")

packages/fiori/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-fiori",
3-
"version": "1.0.0-rc.5",
3+
"version": "1.0.0-rc.6",
44
"description": "UI5 Web Components: webcomponents.fiori",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -25,12 +25,12 @@
2525
"directory": "packages/fiori"
2626
},
2727
"dependencies": {
28-
"@ui5/webcomponents": "1.0.0-rc.5",
29-
"@ui5/webcomponents-icons": "1.0.0-rc.5",
30-
"@ui5/webcomponents-theme-base": "1.0.0-rc.5",
31-
"@ui5/webcomponents-base": "0.18.0"
28+
"@ui5/webcomponents": "1.0.0-rc.6",
29+
"@ui5/webcomponents-base": "0.19.0",
30+
"@ui5/webcomponents-icons": "1.0.0-rc.6",
31+
"@ui5/webcomponents-theme-base": "1.0.0-rc.6"
3232
},
3333
"devDependencies": {
34-
"@ui5/webcomponents-tools": "1.0.0-rc.5"
34+
"@ui5/webcomponents-tools": "1.0.0-rc.6"
3535
}
3636
}

packages/icons/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2020-03-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-icons
9+
10+
11+
12+
613
# [1.0.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2019-12-02)
714

8-
**Note:** Version bump only for package @ui5/webcomponents-icons
15+
**Note:** Version bump only for package @ui5/webcomponents-icons

packages/icons/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-icons",
3-
"version": "1.0.0-rc.5",
3+
"version": "1.0.0-rc.6",
44
"description": "UI5 Web Components: webcomponents.SAP-icons",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -21,9 +21,9 @@
2121
"directory": "packages/icons"
2222
},
2323
"dependencies": {
24-
"@ui5/webcomponents-base": "0.18.0"
24+
"@ui5/webcomponents-base": "0.19.0"
2525
},
2626
"devDependencies": {
27-
"@ui5/webcomponents-tools": "1.0.0-rc.5"
27+
"@ui5/webcomponents-tools": "1.0.0-rc.6"
2828
}
2929
}

packages/localization/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.19.0](https://github.com/SAP/ui5-webcomponents/compare/v0.18.0...v0.19.0) (2020-03-27)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-localization

0 commit comments

Comments
 (0)