@instructure/ui-tree-browser 11.7.4-snapshot-3 → 11.7.4-snapshot-5
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 +38 -2
- package/es/TreeBrowser/v2/index.js +0 -3
- package/lib/TreeBrowser/v2/index.js +0 -3
- package/package.json +11 -11
- package/src/TreeBrowser/v2/index.tsx +0 -7
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/TreeBrowser/v2/index.d.ts +0 -1
- package/types/TreeBrowser/v2/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,45 @@
|
|
|
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-5](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-5) (2026-05-12)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **many:** remove deprecated v2 items ([d5c1198](https://github.com/instructure/instructure-ui/commit/d5c1198820342f674c99bd7ef016ab2094d62a89))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* **many:** Removed FormFieldLabel component
|
|
17
|
+
|
|
18
|
+
Removed _content prop from DrawerLayout.Tray and DrawerLayout.Content
|
|
19
|
+
|
|
20
|
+
Removed _link prop from Link
|
|
21
|
+
|
|
22
|
+
Removed _node prop from Menu.Item
|
|
23
|
+
|
|
24
|
+
Removed _root prop from Pagination, TreeBrowser
|
|
25
|
+
|
|
26
|
+
Removed _select prop from SimpleSelect and TimeSelect
|
|
27
|
+
|
|
28
|
+
Removed _ref prop from TruncateText
|
|
29
|
+
|
|
30
|
+
Removed _element prop from View
|
|
31
|
+
|
|
32
|
+
Removed color="ai" from Heading
|
|
33
|
+
|
|
34
|
+
Removed variant="inline-small" and variant="standalone-small" from Link
|
|
35
|
+
|
|
36
|
+
Removed title prop from Tag
|
|
37
|
+
|
|
38
|
+
Removed focusRingBorderRadius prop from View
|
|
39
|
+
|
|
40
|
+
Removed hideActionsUserSeparator prop from TopNavBar.Layout
|
|
41
|
+
|
|
42
|
+
Removed handleFocusOutlineColor, handleFocusOutlineWidth, handleShadowColor from RangeInput
|
|
43
|
+
|
|
44
|
+
INSTUI-5025
|
|
9
45
|
|
|
10
46
|
|
|
11
47
|
|
|
@@ -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-
|
|
3
|
+
"version": "11.7.4-snapshot-5",
|
|
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/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-themes": "11.7.4-snapshot-
|
|
25
|
-
"@instructure/ui-utils": "11.7.4-snapshot-
|
|
19
|
+
"@instructure/emotion": "11.7.4-snapshot-5",
|
|
20
|
+
"@instructure/shared-types": "11.7.4-snapshot-5",
|
|
21
|
+
"@instructure/ui-icons": "11.7.4-snapshot-5",
|
|
22
|
+
"@instructure/ui-img": "11.7.4-snapshot-5",
|
|
23
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-5",
|
|
24
|
+
"@instructure/ui-themes": "11.7.4-snapshot-5",
|
|
25
|
+
"@instructure/ui-utils": "11.7.4-snapshot-5"
|
|
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-
|
|
32
|
-
"@instructure/ui-color-utils": "11.7.4-snapshot-
|
|
33
|
-
"@instructure/ui-
|
|
31
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-5",
|
|
32
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-5",
|
|
33
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-5"
|
|
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,
|