@skyux/icons 11.0.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 +14 -0
- package/assets/manifest.json +2 -0
- package/assets/svg/skyux-icons.svg +24 -24
- package/module/version.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
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
|
+
|
|
11
|
+
## [10.7.0](https://github.com/blackbaud/skyux-icons/compare/10.6.0...10.7.0) (2026-02-24)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
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))
|
|
17
|
+
|
|
4
18
|
## [11.0.0](https://github.com/blackbaud/skyux-icons/compare/10.6.0...11.0.0) (2026-02-20)
|
|
5
19
|
|
|
6
20
|
|
package/assets/manifest.json
CHANGED
|
@@ -915,6 +915,7 @@
|
|
|
915
915
|
"clipboard-bullet-list",
|
|
916
916
|
"clipboard-checkmark",
|
|
917
917
|
"code",
|
|
918
|
+
"column-single",
|
|
918
919
|
"compass-northwest",
|
|
919
920
|
"connected",
|
|
920
921
|
"contact-card",
|
|
@@ -1025,6 +1026,7 @@
|
|
|
1025
1026
|
"subtract",
|
|
1026
1027
|
"subtract-circle",
|
|
1027
1028
|
"table-freeze-column",
|
|
1029
|
+
"table-multiple",
|
|
1028
1030
|
"tablet",
|
|
1029
1031
|
"tag-multiple",
|
|
1030
1032
|
"target",
|