@skyux/icons 8.2.0 → 8.4.0
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 +15 -0
- package/README.md +4 -1
- package/assets/manifest.json +3 -0
- package/assets/svg/skyux-icons.svg +302 -38
- package/module/__get-icon-manifest.js +1 -1
- package/module/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [8.4.0](https://github.com/blackbaud/skyux-icons/compare/8.3.0...8.4.0) (2025-07-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add `virtual-terminal` icon ([#188](https://github.com/blackbaud/skyux-icons/issues/188)) ([12bbeb5](https://github.com/blackbaud/skyux-icons/commit/12bbeb58d75a9459c12264c77d9a535a36ba02c1))
|
|
9
|
+
* add custom size variations, `flower-heart`, `pause-circle`, and `leaf-two` icons ([#193](https://github.com/blackbaud/skyux-icons/issues/193)) ([c61cb04](https://github.com/blackbaud/skyux-icons/commit/c61cb0412a6b37f1cd0866799dbf212a5b3c0b2c))
|
|
10
|
+
|
|
11
|
+
## [8.3.0](https://github.com/blackbaud/skyux-icons/compare/8.2.0...8.3.0) (2025-07-07)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add person-money fluent icon ([#191](https://github.com/blackbaud/skyux-icons/issues/191)) ([ececa68](https://github.com/blackbaud/skyux-icons/commit/ececa68b1cbb6e42e61b7d153fdb5165bbfa65ec))
|
|
17
|
+
|
|
3
18
|
## [8.2.0](https://github.com/blackbaud/skyux-icons/compare/8.1.0...8.2.0) (2025-06-16)
|
|
4
19
|
|
|
5
20
|
|
package/README.md
CHANGED
|
@@ -59,7 +59,8 @@ Branded icons support maintaining brand color customization.
|
|
|
59
59
|
|
|
60
60
|
### Minor Version
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
1. Release `skyux-icons`
|
|
63
|
+
2. If metadata changes have been made, update the `@skyux/icons` package version in `@skyux/icon` and release the monorepo.
|
|
63
64
|
|
|
64
65
|
### Major Version
|
|
65
66
|
|
|
@@ -67,6 +68,8 @@ Branded icons support maintaining brand color customization.
|
|
|
67
68
|
2. Update `@skyux/icon` component:
|
|
68
69
|
- `@skyux/icons` package version
|
|
69
70
|
- the major version in the CDN URL in `SkyIconSvgResolverService`
|
|
71
|
+
3. Release the monorepo
|
|
72
|
+
4. Update the docs SPA and omnibar SPA packages
|
|
70
73
|
|
|
71
74
|
## Maintenance
|
|
72
75
|
|
package/assets/manifest.json
CHANGED
|
@@ -1969,6 +1969,7 @@
|
|
|
1969
1969
|
"key",
|
|
1970
1970
|
"keyboard",
|
|
1971
1971
|
"laptop",
|
|
1972
|
+
"leaf-two",
|
|
1972
1973
|
"lightbulb",
|
|
1973
1974
|
"list",
|
|
1974
1975
|
"lock-open",
|
|
@@ -1984,11 +1985,13 @@
|
|
|
1984
1985
|
"options",
|
|
1985
1986
|
"organization-horizontal",
|
|
1986
1987
|
"paint-brush",
|
|
1988
|
+
"pause-circle",
|
|
1987
1989
|
"payment-wireless",
|
|
1988
1990
|
"person-add",
|
|
1989
1991
|
"person-available",
|
|
1990
1992
|
"person-circle",
|
|
1991
1993
|
"person-lock",
|
|
1994
|
+
"person-money",
|
|
1992
1995
|
"person-note",
|
|
1993
1996
|
"person-support",
|
|
1994
1997
|
"person-tag",
|