@instructure/ui-tree-browser 11.7.4-snapshot-4 → 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 CHANGED
@@ -3,9 +3,52 @@
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-4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-4) (2026-05-12)
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
7
 
8
- **Note:** Version bump only for package @instructure/ui-tree-browser
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
+
13
+
14
+ ### Features
15
+
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
+ * **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
+
20
+
21
+ ### BREAKING CHANGES
22
+
23
+ * **many:** Removed FormFieldLabel component
24
+
25
+ Removed _content prop from DrawerLayout.Tray and DrawerLayout.Content
26
+
27
+ Removed _link prop from Link
28
+
29
+ Removed _node prop from Menu.Item
30
+
31
+ Removed _root prop from Pagination, TreeBrowser
32
+
33
+ Removed _select prop from SimpleSelect and TimeSelect
34
+
35
+ Removed _ref prop from TruncateText
36
+
37
+ Removed _element prop from View
38
+
39
+ Removed color="ai" from Heading
40
+
41
+ Removed variant="inline-small" and variant="standalone-small" from Link
42
+
43
+ Removed title prop from Tag
44
+
45
+ Removed focusRingBorderRadius prop from View
46
+
47
+ Removed hideActionsUserSeparator prop from TopNavBar.Layout
48
+
49
+ Removed handleFocusOutlineColor, handleFocusOutlineWidth, handleShadowColor from RangeInput
50
+
51
+ INSTUI-5025
9
52
 
10
53
 
11
54
 
@@ -87,9 +87,6 @@ let TreeBrowser = (_dec = withStyleNew(generateStyles), _dec(_class = class Tree
87
87
  componentDidUpdate() {
88
88
  this.props.makeStyles?.();
89
89
  }
90
- get _root() {
91
- return this.ref;
92
- }
93
90
  handleCollectionClick = (e, collection, expand = true) => {
94
91
  e.stopPropagation();
95
92
  const {
@@ -94,9 +94,6 @@ let TreeBrowser = exports.TreeBrowser = (_dec = (0, _emotion.withStyleNew)(_styl
94
94
  componentDidUpdate() {
95
95
  this.props.makeStyles?.();
96
96
  }
97
- get _root() {
98
- return this.ref;
99
- }
100
97
  handleCollectionClick = (e, collection, expand = true) => {
101
98
  e.stopPropagation();
102
99
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-tree-browser",
3
- "version": "11.7.4-snapshot-4",
3
+ "version": "11.7.4-snapshot-183",
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/emotion": "11.7.4-snapshot-4",
20
- "@instructure/shared-types": "11.7.4-snapshot-4",
21
- "@instructure/ui-react-utils": "11.7.4-snapshot-4",
22
- "@instructure/ui-img": "11.7.4-snapshot-4",
23
- "@instructure/ui-icons": "11.7.4-snapshot-4",
24
- "@instructure/ui-themes": "11.7.4-snapshot-4",
25
- "@instructure/ui-utils": "11.7.4-snapshot-4"
19
+ "@instructure/emotion": "11.7.4-snapshot-183",
20
+ "@instructure/ui-icons": "11.7.4-snapshot-183",
21
+ "@instructure/shared-types": "11.7.4-snapshot-183",
22
+ "@instructure/ui-img": "11.7.4-snapshot-183",
23
+ "@instructure/ui-react-utils": "11.7.4-snapshot-183",
24
+ "@instructure/ui-themes": "11.7.4-snapshot-183",
25
+ "@instructure/ui-utils": "11.7.4-snapshot-183"
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-babel-preset": "11.7.4-snapshot-4",
32
- "@instructure/ui-axe-check": "11.7.4-snapshot-4",
33
- "@instructure/ui-color-utils": "11.7.4-snapshot-4"
31
+ "@instructure/ui-axe-check": "11.7.4-snapshot-183",
32
+ "@instructure/ui-color-utils": "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"
@@ -109,13 +109,6 @@ class TreeBrowser extends Component<TreeBrowserProps, TreeBrowserState> {
109
109
  this.props.makeStyles?.()
110
110
  }
111
111
 
112
- get _root() {
113
- console.warn(
114
- '_root property is deprecated and will be removed in v9, please use ref instead'
115
- )
116
- return this.ref
117
- }
118
-
119
112
  handleCollectionClick = (
120
113
  e: SyntheticEvent,
121
114
  collection: CollectionData,