@instructure/ui-text 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 -38
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,45 +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:** 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
|
-
|
|
14
|
-
|
|
15
|
-
### Code Refactoring
|
|
16
|
-
|
|
17
|
-
* **ui-text:** migrate to new theming system ([19c7c44](https://github.com/instructure/instructure-ui/commit/19c7c4413a5632b6b10380f888824384724b6be3))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Features
|
|
21
|
-
|
|
22
|
-
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
23
|
-
* **ui-text,ui-editable:** rework InPlaceEdit and Editable ([c2081e9](https://github.com/instructure/instructure-ui/commit/c2081e9b9d53f497efa3b1ffbdc4751197c6797e))
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### BREAKING CHANGES
|
|
27
|
-
|
|
28
|
-
* **ui-text,ui-editable:** contains breaking changes due to component using the new theming system
|
|
29
|
-
|
|
30
|
-
INSTUI-4969
|
|
31
|
-
* **ui-text:** Removed 'alert' color prop value. Use 'primary' color instead.
|
|
32
|
-
|
|
33
|
-
Also improves documentation:
|
|
34
|
-
- Clarify variant usage and recommendations in README
|
|
35
|
-
- Add deprecation notes for size, weight, and lineHeight legacy values
|
|
36
|
-
- Update color examples to include inverse colors and remove alert
|
|
37
|
-
- Add JSDoc comments for deprecated prop values
|
|
38
|
-
- Improve code examples with clearer formatting
|
|
39
|
-
|
|
40
|
-
To test: Compare with Figma design
|
|
41
|
-
|
|
42
|
-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
|
43
|
-
|
|
44
|
-
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-text
|
|
45
9
|
|
|
46
10
|
|
|
47
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-text",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-8",
|
|
4
4
|
"description": "A component for styling textual content",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-8",
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-8",
|
|
20
|
+
"@instructure/shared-types": "11.7.4-snapshot-8",
|
|
21
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-8",
|
|
22
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-8",
|
|
23
|
+
"@instructure/ui-themes": "11.7.4-snapshot-8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@testing-library/jest-dom": "^6.6.3",
|
|
27
27
|
"@testing-library/react": "15.0.7",
|
|
28
|
-
"@instructure/ui-axe-check": "11.7.4-snapshot-
|
|
29
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
28
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-8",
|
|
29
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-8"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=18 <=19"
|