@instructure/ui-icons 11.7.4-snapshot-4 → 11.7.4-snapshot-183
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 +20 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,27 @@
|
|
|
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
|
-
## [11.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-183](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-183) (2026-05-14)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([2c43c6c](https://github.com/instructure/instructure-ui/commit/2c43c6c0d98780f97ddc6bf9922365751cbe4fb1))
|
|
17
|
+
* **ui-icons,ui-billboard:** migrate to new theming system ([fb42132](https://github.com/instructure/instructure-ui/commit/fb42132f5f5fc9b0ecfe2b28773c2e1c10fa0c86))
|
|
18
|
+
* **ui-rating,ui-icons:** rework Rating ([32e8a9c](https://github.com/instructure/instructure-ui/commit/32e8a9c91b3eab15368da8436ff9b53f040068f5))
|
|
19
|
+
* **ui-scripts,ui-icons,ui-codemods:** add build-time generation of custom/brand icon components and migration codemod ([e20d974](https://github.com/instructure/instructure-ui/commit/e20d9743ae3fd37e0863af3ee050676dec53cc9a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### BREAKING CHANGES
|
|
23
|
+
|
|
24
|
+
* **ui-rating,ui-icons:** contains breaking changes due to component using the new theming system
|
|
25
|
+
|
|
26
|
+
INSTUI-4806
|
|
9
27
|
|
|
10
28
|
|
|
11
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "Icon set for Instructure, Inc. products",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^22.5.4",
|
|
22
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
22
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.29.2",
|
|
26
26
|
"lucide-react": "1.7.0",
|
|
27
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/shared-types": "11.7.4-snapshot-
|
|
30
|
-
"@instructure/ui-
|
|
31
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
32
|
-
"@instructure/ui-
|
|
27
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
29
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
30
|
+
"@instructure/ui-svg-images": "11.7.4-snapshot-183",
|
|
31
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
32
|
+
"@instructure/ui-utils": "11.7.4-snapshot-183"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=18 <=19"
|