@skyux/icons 10.7.0 → 11.1.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 +18 -0
- package/assets/svg/skyux-icons.svg +32 -32
- package/module/version.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [11.1.0](https://github.com/blackbaud/skyux-icons/compare/11.0.0...11.1.0) (2026-05-01)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* add table multiple and column single ([#251](https://github.com/blackbaud/skyux-icons/issues/251)) ([#252](https://github.com/blackbaud/skyux-icons/issues/252)) ([df5c4a5](https://github.com/blackbaud/skyux-icons/commit/df5c4a5ccd0d4b39dc37680d6782fa143faf41e7))
|
|
10
|
+
|
|
4
11
|
## [10.7.0](https://github.com/blackbaud/skyux-icons/compare/10.6.0...10.7.0) (2026-02-24)
|
|
5
12
|
|
|
6
13
|
|
|
@@ -8,6 +15,17 @@
|
|
|
8
15
|
|
|
9
16
|
* add table multiple and column single ([#251](https://github.com/blackbaud/skyux-icons/issues/251)) ([1b13d35](https://github.com/blackbaud/skyux-icons/commit/1b13d35f5160de1a25f00dba37e9a3896b4dc924))
|
|
10
17
|
|
|
18
|
+
## [11.0.0](https://github.com/blackbaud/skyux-icons/compare/10.6.0...11.0.0) (2026-02-20)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ⚠ BREAKING CHANGES
|
|
22
|
+
|
|
23
|
+
* update fluent icons (#244)
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* update fluent icons ([#244](https://github.com/blackbaud/skyux-icons/issues/244)) ([80d17e5](https://github.com/blackbaud/skyux-icons/commit/80d17e5c33949e1ce4d05afaaa4b16413f87b1c6))
|
|
28
|
+
|
|
11
29
|
# [10.6.0](https://github.com/blackbaud/skyux-icons/compare/10.5.0...10.6.0) (2026-02-11)
|
|
12
30
|
|
|
13
31
|
|