@instructure/ui-view 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 -2
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,12 +3,21 @@
|
|
|
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
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **many:** fix checkbox toggle variant icons and resolve border radius inheritance issues in DateInput and Menu from View ([2534ee9](https://github.com/instructure/instructure-ui/commit/2534ee98e32b5f21f5b069ee9626e69b58e44499))
|
|
12
|
+
* **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))
|
|
13
|
+
* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
|
|
14
|
+
* **ui-view:** clipping ContextView child content overflow ([deb29bf](https://github.com/instructure/instructure-ui/commit/deb29bf40d5563c507a915766781f75f90ca19ed))
|
|
7
15
|
|
|
8
16
|
|
|
9
17
|
### Features
|
|
10
18
|
|
|
11
|
-
* **many:**
|
|
19
|
+
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
20
|
+
* **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
|
|
12
21
|
|
|
13
22
|
|
|
14
23
|
### BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-view",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,22 +15,22 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-i18n": "11.7.4-snapshot-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/console": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-i18n": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-position": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@testing-library/jest-dom": "^6.6.3",
|
|
30
30
|
"@testing-library/react": "15.0.7",
|
|
31
31
|
"vitest": "^3.2.2",
|
|
32
|
-
"@instructure/ui-
|
|
33
|
-
"@instructure/ui-
|
|
32
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-183",
|
|
33
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": ">=18 <=19"
|