@instructure/ui-link 11.7.4-snapshot-5 → 11.7.4-snapshot-184

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,12 +3,24 @@
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-5](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-5) (2026-05-12)
6
+ ## [11.7.4-snapshot-184](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-184) (2026-05-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** a11y requirement fix, interactive links must be underlined on interaction and isWithinText prop was removed ([8531756](https://github.com/instructure/instructure-ui/commit/8531756c564a3220a8266d02a72fb26c3bbcc977))
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-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
7
15
 
8
16
 
9
17
  ### Features
10
18
 
11
- * **many:** remove deprecated v2 items ([d5c1198](https://github.com/instructure/instructure-ui/commit/d5c1198820342f674c99bd7ef016ab2094d62a89))
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))
21
+ * **ui-breadcrumb:** migrate to new theming system and add new lucide icon and change separator style calculation ([d6c8006](https://github.com/instructure/instructure-ui/commit/d6c8006d213e95c6502d611d9a8e6792ba46e55d))
22
+ * **ui-link:** migrate to new theming system and deprecate old variants and add new size prop ([b83f73b](https://github.com/instructure/instructure-ui/commit/b83f73b6b6782ff48af88c5fa78b9ced0363e327))
23
+ * **ui-link:** migrate to new theming system and deprecate old variants and add new size prop ([777836e](https://github.com/instructure/instructure-ui/commit/777836ecf40f9df152885b4df2fa6f2a4abac1da))
12
24
 
13
25
 
14
26
  ### BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-link",
3
- "version": "11.7.4-snapshot-5",
3
+ "version": "11.7.4-snapshot-184",
4
4
  "description": "A component for creating links",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,25 +15,25 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/console": "11.7.4-snapshot-5",
19
- "@instructure/emotion": "11.7.4-snapshot-5",
20
- "@instructure/shared-types": "11.7.4-snapshot-5",
21
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-5",
22
- "@instructure/ui-color-utils": "11.7.4-snapshot-5",
23
- "@instructure/ui-dom-utils": "11.7.4-snapshot-5",
24
- "@instructure/ui-icons": "11.7.4-snapshot-5",
25
- "@instructure/ui-react-utils": "11.7.4-snapshot-5",
26
- "@instructure/ui-utils": "11.7.4-snapshot-5",
27
- "@instructure/ui-themes": "11.7.4-snapshot-5",
28
- "@instructure/ui-view": "11.7.4-snapshot-5"
18
+ "@instructure/emotion": "11.7.4-snapshot-184",
19
+ "@instructure/console": "11.7.4-snapshot-184",
20
+ "@instructure/shared-types": "11.7.4-snapshot-184",
21
+ "@instructure/ui-a11y-utils": "11.7.4-snapshot-184",
22
+ "@instructure/ui-color-utils": "11.7.4-snapshot-184",
23
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-184",
24
+ "@instructure/ui-icons": "11.7.4-snapshot-184",
25
+ "@instructure/ui-react-utils": "11.7.4-snapshot-184",
26
+ "@instructure/ui-themes": "11.7.4-snapshot-184",
27
+ "@instructure/ui-utils": "11.7.4-snapshot-184",
28
+ "@instructure/ui-view": "11.7.4-snapshot-184"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/jest-dom": "^6.6.3",
32
32
  "@testing-library/react": "15.0.7",
33
33
  "@testing-library/user-event": "^14.6.1",
34
34
  "vitest": "^3.2.2",
35
- "@instructure/ui-axe-check": "11.7.4-snapshot-5",
36
- "@instructure/ui-babel-preset": "11.7.4-snapshot-5"
35
+ "@instructure/ui-axe-check": "11.7.4-snapshot-184",
36
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-184"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=18 <=19"