@instructure/ui-simple-select 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 +48 -2
- package/es/SimpleSelect/v2/index.js +0 -3
- package/lib/SimpleSelect/v2/index.js +0 -3
- package/package.json +11 -11
- package/src/SimpleSelect/v2/index.tsx +0 -8
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/SimpleSelect/v2/index.d.ts +0 -1
- package/types/SimpleSelect/v2/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,55 @@
|
|
|
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-183](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-183) (2026-05-14)
|
|
7
7
|
|
|
8
|
-
|
|
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
|
+
* **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
|
|
18
|
+
* **many:** rework Select, SimpleSelect and TimeSelect ([00773ea](https://github.com/instructure/instructure-ui/commit/00773ea86dab7991b414868eb5a2588a1fef3ca9))
|
|
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
|
|
52
|
+
* **many:** contains breaking changes due to component using the new theming system
|
|
53
|
+
|
|
54
|
+
INSTUI-4807
|
|
9
55
|
|
|
10
56
|
|
|
11
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-simple-select",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "A component for standard select element behavior.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,22 +15,22 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/ui-select": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/ui-form-field": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/ui-position": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-select": "11.7.4-snapshot-183"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@testing-library/jest-dom": "^6.6.3",
|
|
27
27
|
"@testing-library/react": "15.0.7",
|
|
28
28
|
"@testing-library/user-event": "^14.6.1",
|
|
29
29
|
"vitest": "^3.2.2",
|
|
30
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
31
|
-
"@instructure/ui-icons": "11.7.4-snapshot-
|
|
32
|
-
"@instructure/ui-utils": "11.7.4-snapshot-
|
|
33
|
-
"@instructure/ui-color-utils": "11.7.4-snapshot-
|
|
30
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183",
|
|
31
|
+
"@instructure/ui-icons": "11.7.4-snapshot-183",
|
|
32
|
+
"@instructure/ui-utils": "11.7.4-snapshot-183",
|
|
33
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-183"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": ">=18 <=19"
|
|
@@ -107,14 +107,6 @@ class SimpleSelect extends Component<SimpleSelectProps, SimpleSelectState> {
|
|
|
107
107
|
this._emptyOptionId = props.deterministicId!('Select-EmptyOption')
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
get _select() {
|
|
111
|
-
console.warn(
|
|
112
|
-
'_select property is deprecated and will be removed in v9, please use ref instead'
|
|
113
|
-
)
|
|
114
|
-
|
|
115
|
-
return this.ref
|
|
116
|
-
}
|
|
117
|
-
|
|
118
110
|
focus() {
|
|
119
111
|
this.ref && this.ref.focus()
|
|
120
112
|
}
|