@instructure/ui-form-field 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 +11 -3
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,17 +3,25 @@
|
|
|
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
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* **
|
|
11
|
+
* **many:** fix doc component previews, update dark theme text and code block styles, and replace old icons ([34b7369](https://github.com/instructure/instructure-ui/commit/34b73699cefaf5877b1e497c50a41a27d15c88aa))
|
|
12
|
+
* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
|
|
13
|
+
* **ui-form-field:** disable child inputs when FormFieldGroup is disabled ([d30fc64](https://github.com/instructure/instructure-ui/commit/d30fc642a3586f708d86ab570ae73086107e2695))
|
|
14
|
+
* **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
|
|
12
15
|
|
|
13
16
|
|
|
14
17
|
### Features
|
|
15
18
|
|
|
16
|
-
* **many:**
|
|
19
|
+
* **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))
|
|
20
|
+
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
21
|
+
* **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
|
|
22
|
+
* **many:** rework TextArea and dependent FormField components ([0f8c438](https://github.com/instructure/instructure-ui/commit/0f8c43803e3458bbf7b2dd266a9e246cb89b0d3c))
|
|
23
|
+
* **many:** separate focus outline calculation from view, inject sharedTokens to generateStyles ([793fe43](https://github.com/instructure/instructure-ui/commit/793fe4346e7b960a272e8b4a98bc8e2c9bb7d2fe))
|
|
24
|
+
* **ui-form-field:** rework FormFieldGroup ([fb06912](https://github.com/instructure/instructure-ui/commit/fb069121f2e522b5ac18deb7f513e6212735cde2))
|
|
17
25
|
|
|
18
26
|
|
|
19
27
|
### BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-form-field",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "Form layout components.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,24 +15,24 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-a11y-
|
|
22
|
-
"@instructure/ui-a11y-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/
|
|
28
|
-
"@instructure/
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-a11y-utils": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-grid": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-icons": "11.7.4-snapshot-183",
|
|
27
|
+
"@instructure/ui-utils": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/uid": "11.7.4-snapshot-183"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
|
32
32
|
"@testing-library/react": "15.0.7",
|
|
33
33
|
"vitest": "^3.2.2",
|
|
34
|
-
"@instructure/ui-axe-check": "11.7.4-snapshot-
|
|
35
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
34
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-183",
|
|
35
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": ">=18 <=19"
|