@instructure/ui-buttons 11.7.4-snapshot-184 → 11.7.4-snapshot-8
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 +2 -24
- package/package.json +17 -17
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,31 +3,9 @@
|
|
|
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-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
|
|
7
7
|
|
|
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-buttons:** fix button to icon size mapping ([ff13425](https://github.com/instructure/instructure-ui/commit/ff1342576648930858ba584bedb9373d708df447))
|
|
13
|
-
* **ui-buttons:** fix textAlign center on Buttons without icon ([198ea1f](https://github.com/instructure/instructure-ui/commit/198ea1f8f2c19303e207047cdfc7bc7b1c630d65))
|
|
14
|
-
* **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Features
|
|
18
|
-
|
|
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:** fix issues ([c9fbf03](https://github.com/instructure/instructure-ui/commit/c9fbf036de5f12841ae9572f467f67b56b3ee223))
|
|
21
|
-
* **many:** rework TopNavBar ([eb6c23f](https://github.com/instructure/instructure-ui/commit/eb6c23f9f8f0e35981e331b46a05a3d8ab4b9902))
|
|
22
|
-
* **ui-buttons,ui-text-input:** add condensed sizes to IconButton and simplify TextInput afterElement ([d05d257](https://github.com/instructure/instructure-ui/commit/d05d257e61477c2c7aa8151e99b71450557209ea))
|
|
23
|
-
* **ui-buttons:** add v2 button components with new icon system and theming ([c543b59](https://github.com/instructure/instructure-ui/commit/c543b596de5b21b92ba1071a0b72584365af1efc))
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### BREAKING CHANGES
|
|
27
|
-
|
|
28
|
-
* **many:** contains breaking changes due to component using the new theming system
|
|
29
|
-
|
|
30
|
-
INSTUI-4967
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-buttons
|
|
31
9
|
|
|
32
10
|
|
|
33
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-buttons",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-8",
|
|
4
4
|
"description": "Accessible button components",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -16,28 +16,28 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
18
|
"keycode": "^2",
|
|
19
|
-
"@instructure/console": "11.7.4-snapshot-
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-a11y-utils": "11.7.4-snapshot-
|
|
23
|
-
"@instructure/
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-icons": "11.7.4-snapshot-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
30
|
-
"@instructure/ui-
|
|
31
|
-
"@instructure/ui-
|
|
32
|
-
"@instructure/ui-view": "11.7.4-snapshot-
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-8",
|
|
20
|
+
"@instructure/emotion": "11.7.4-snapshot-8",
|
|
21
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-8",
|
|
22
|
+
"@instructure/ui-a11y-utils": "11.7.4-snapshot-8",
|
|
23
|
+
"@instructure/shared-types": "11.7.4-snapshot-8",
|
|
24
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-8",
|
|
25
|
+
"@instructure/ui-icons": "11.7.4-snapshot-8",
|
|
26
|
+
"@instructure/ui-position": "11.7.4-snapshot-8",
|
|
27
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-8",
|
|
28
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-8",
|
|
29
|
+
"@instructure/ui-themes": "11.7.4-snapshot-8",
|
|
30
|
+
"@instructure/ui-utils": "11.7.4-snapshot-8",
|
|
31
|
+
"@instructure/ui-tooltip": "11.7.4-snapshot-8",
|
|
32
|
+
"@instructure/ui-view": "11.7.4-snapshot-8"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@testing-library/jest-dom": "^6.6.3",
|
|
36
36
|
"@testing-library/react": "15.0.7",
|
|
37
37
|
"@testing-library/user-event": "^14.6.1",
|
|
38
38
|
"vitest": "^3.2.2",
|
|
39
|
-
"@instructure/ui-
|
|
40
|
-
"@instructure/ui-
|
|
39
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-8",
|
|
40
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-8"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=18 <=19"
|