@ui5/webcomponents-icons 1.11.0-rc.2 → 1.11.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/README.md +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,25 @@
|
|
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
|
+
# [1.11.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.3...v1.11.0-rc.4) (2023-03-02)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-icons
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
# [1.11.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.2...v1.11.0-rc.3) (2023-02-23)
|
15
|
+
|
16
|
+
|
17
|
+
### Features
|
18
|
+
|
19
|
+
* support SAPBusinessSuite icons v1 and v2 font ( Horizon ) ([#6535](https://github.com/SAP/ui5-webcomponents/issues/6535)) ([38233b9](https://github.com/SAP/ui5-webcomponents/commit/38233b94543a94c9915cf1d8c8937a834cd6c87d))
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
6
25
|
# [1.11.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.1...v1.11.0-rc.2) (2023-02-16)
|
7
26
|
|
8
27
|
**Note:** Version bump only for package @ui5/webcomponents-icons
|
package/README.md
CHANGED
@@ -40,8 +40,8 @@ As SAP Icons is the default icon collection, you can skip the collection name an
|
|
40
40
|
<ui5-icon name="accept"></ui5-icon>
|
41
41
|
```
|
42
42
|
|
43
|
-
The package provides two versions of each icon (SAP Icons
|
44
|
-
the framework will detect the current theme and render the corresponding icon - `SAP Icons v5` for SAP Horizon theme family (sap_horizon,
|
43
|
+
The package provides two versions of each icon (SAP Icons v4 and SAP Icons v5). If you don't specify a collection name like in the example above,
|
44
|
+
the framework will detect the current theme and render the corresponding icon - `SAP Icons v5` for SAP Horizon theme family (sap_horizon, sap_horizon_dark, etc.), and `SAP Icons v4` for all the rest (sap_fiori_3, sap_fiori_3_dark, etc.).
|
45
45
|
|
46
46
|
### Collections `SAP-icon-v4` and `SAP-icon-v5`
|
47
47
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ui5/webcomponents-icons",
|
3
|
-
"version": "1.11.0-rc.
|
3
|
+
"version": "1.11.0-rc.4",
|
4
4
|
"description": "UI5 Web Components: webcomponents.SAP-icons",
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
6
6
|
"license": "Apache-2.0",
|
@@ -26,11 +26,11 @@
|
|
26
26
|
"directory": "packages/icons"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@ui5/webcomponents-base": "1.11.0-rc.
|
29
|
+
"@ui5/webcomponents-base": "1.11.0-rc.4"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@ui5/webcomponents-tools": "1.11.0-rc.
|
32
|
+
"@ui5/webcomponents-tools": "1.11.0-rc.4",
|
33
33
|
"chromedriver": "109.0.0"
|
34
34
|
},
|
35
|
-
"gitHead": "
|
35
|
+
"gitHead": "d50e50a31eeb4183f84f1eafd9aae1d0d1d1549f"
|
36
36
|
}
|