@instructure/ui-menu 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 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-3](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-3) (2026-05-12)
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
- **Note:** Version bump only for package @instructure/ui-menu
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
 
@@ -61,9 +61,6 @@ let MenuItem = (_dec = withDeterministicId(), _dec2 = withStyleNew(generateStyle
61
61
  this.state = state;
62
62
  this.labelId = props.deterministicId('MenuItem__label');
63
63
  }
64
- get _node() {
65
- return this.ref;
66
- }
67
64
  labelId;
68
65
  ref = null;
69
66
  handleRef = el => {
@@ -71,9 +71,6 @@ let MenuItem = exports.MenuItem = (_dec = (0, _withDeterministicId.withDetermini
71
71
  this.state = state;
72
72
  this.labelId = props.deterministicId('MenuItem__label');
73
73
  }
74
- get _node() {
75
- return this.ref;
76
- }
77
74
  labelId;
78
75
  ref = null;
79
76
  handleRef = el => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-menu",
3
- "version": "11.7.4-snapshot-3",
3
+ "version": "11.7.4-snapshot-5",
4
4
  "description": "A dropdown menu component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -16,27 +16,27 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
18
  "keycode": "^2",
19
- "@instructure/console": "11.7.4-snapshot-3",
20
- "@instructure/emotion": "11.7.4-snapshot-3",
21
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-3",
22
- "@instructure/shared-types": "11.7.4-snapshot-3",
23
- "@instructure/ui-dom-utils": "11.7.4-snapshot-3",
24
- "@instructure/ui-icons": "11.7.4-snapshot-3",
25
- "@instructure/ui-popover": "11.7.4-snapshot-3",
26
- "@instructure/ui-themes": "11.7.4-snapshot-3",
27
- "@instructure/ui-utils": "11.7.4-snapshot-3",
28
- "@instructure/ui-position": "11.7.4-snapshot-3",
29
- "@instructure/ui-react-utils": "11.7.4-snapshot-3",
30
- "@instructure/ui-view": "11.7.4-snapshot-3"
19
+ "@instructure/console": "11.7.4-snapshot-5",
20
+ "@instructure/emotion": "11.7.4-snapshot-5",
21
+ "@instructure/shared-types": "11.7.4-snapshot-5",
22
+ "@instructure/ui-a11y-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-popover": "11.7.4-snapshot-5",
26
+ "@instructure/ui-position": "11.7.4-snapshot-5",
27
+ "@instructure/ui-react-utils": "11.7.4-snapshot-5",
28
+ "@instructure/ui-utils": "11.7.4-snapshot-5",
29
+ "@instructure/ui-themes": "11.7.4-snapshot-5",
30
+ "@instructure/ui-view": "11.7.4-snapshot-5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",
34
34
  "@testing-library/react": "15.0.7",
35
35
  "@testing-library/user-event": "^14.6.1",
36
36
  "vitest": "^3.2.2",
37
- "@instructure/ui-axe-check": "11.7.4-snapshot-3",
38
- "@instructure/ui-babel-preset": "11.7.4-snapshot-3",
39
- "@instructure/ui-color-utils": "11.7.4-snapshot-3"
37
+ "@instructure/ui-axe-check": "11.7.4-snapshot-5",
38
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-5",
39
+ "@instructure/ui-color-utils": "11.7.4-snapshot-5"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=18 <=19"
@@ -79,14 +79,6 @@ class MenuItem extends Component<MenuItemProps, MenuItemState> {
79
79
  this.labelId = props.deterministicId!('MenuItem__label')
80
80
  }
81
81
 
82
- get _node() {
83
- console.warn(
84
- '_node property is deprecated and will be removed in v9, please use ref instead'
85
- )
86
-
87
- return this.ref
88
- }
89
-
90
82
  labelId: string
91
83
  ref: Element | null = null
92
84