@instructure/ui-tree-browser 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,19 +3,12 @@
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-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:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
6
+ ## [11.7.4-snapshot-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
12
7
 
13
8
 
14
9
  ### Features
15
10
 
16
- * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
17
11
  * **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
18
- * **ui-tree-browser:** migrate to new theming system, add controlled selection and hoverable prop ([dad9ff4](https://github.com/instructure/instructure-ui/commit/dad9ff4d1e85ab07ba917e658b8d5799a40ba069))
19
12
 
20
13
 
21
14
  ### BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-tree-browser",
3
- "version": "11.7.4-snapshot-184",
3
+ "version": "11.7.4-snapshot-8",
4
4
  "description": "A component for displaying a hierarchical view of information",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -16,21 +16,21 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
18
  "keycode": "^2",
19
- "@instructure/shared-types": "11.7.4-snapshot-184",
20
- "@instructure/emotion": "11.7.4-snapshot-184",
21
- "@instructure/ui-img": "11.7.4-snapshot-184",
22
- "@instructure/ui-react-utils": "11.7.4-snapshot-184",
23
- "@instructure/ui-icons": "11.7.4-snapshot-184",
24
- "@instructure/ui-themes": "11.7.4-snapshot-184",
25
- "@instructure/ui-utils": "11.7.4-snapshot-184"
19
+ "@instructure/emotion": "11.7.4-snapshot-8",
20
+ "@instructure/shared-types": "11.7.4-snapshot-8",
21
+ "@instructure/ui-icons": "11.7.4-snapshot-8",
22
+ "@instructure/ui-img": "11.7.4-snapshot-8",
23
+ "@instructure/ui-react-utils": "11.7.4-snapshot-8",
24
+ "@instructure/ui-themes": "11.7.4-snapshot-8",
25
+ "@instructure/ui-utils": "11.7.4-snapshot-8"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^6.6.3",
29
29
  "@testing-library/react": "15.0.7",
30
30
  "vitest": "^3.2.2",
31
- "@instructure/ui-axe-check": "11.7.4-snapshot-184",
32
- "@instructure/ui-babel-preset": "11.7.4-snapshot-184",
33
- "@instructure/ui-color-utils": "11.7.4-snapshot-184"
31
+ "@instructure/ui-axe-check": "11.7.4-snapshot-8",
32
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-8",
33
+ "@instructure/ui-color-utils": "11.7.4-snapshot-8"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=18 <=19"