@instructure/ui-instructure 11.7.4-snapshot-5 → 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 +13 -2
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,20 @@
|
|
|
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
|
+
* **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **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))
|
|
18
|
+
* **ui-instructure:** migrate aiinformation to the new theming system ([419de61](https://github.com/instructure/instructure-ui/commit/419de618bb76b0fd4e71f1bfa8481b54b3c0af6e))
|
|
19
|
+
* **ui-instructure:** rework DataPermissionLevels and NutritionFacts ([62c090a](https://github.com/instructure/instructure-ui/commit/62c090aebabd1b39669d06c844a2533a93c6e65d))
|
|
9
20
|
|
|
10
21
|
|
|
11
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-instructure",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "Collection of specific components for Instructure products",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,26 +15,26 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/shared-types": "11.7.4-snapshot-
|
|
20
|
-
"@instructure/ui-
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-link": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/ui-heading": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-icons": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-link": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-text": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
27
|
+
"@instructure/ui-view": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/ui-popover": "11.7.4-snapshot-183",
|
|
29
|
+
"@instructure/ui-modal": "11.7.4-snapshot-183"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@testing-library/jest-dom": "^6.6.3",
|
|
33
33
|
"@testing-library/react": "15.0.7",
|
|
34
34
|
"vitest": "^3.2.2",
|
|
35
|
-
"@instructure/ui-
|
|
36
|
-
"@instructure/ui-
|
|
37
|
-
"@instructure/ui-color-utils": "11.7.4-snapshot-
|
|
35
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183",
|
|
36
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-183",
|
|
37
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-183"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": ">=18 <=19"
|