@instructure/ui-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 +38 -2
- package/package.json +19 -19
- package/tsconfig.build.tsbuildinfo +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-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:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
18
|
+
* **many:** fix issues ([c9fbf03](https://github.com/instructure/instructure-ui/commit/c9fbf036de5f12841ae9572f467f67b56b3ee223))
|
|
19
|
+
* **many:** rework Select, SimpleSelect and TimeSelect ([00773ea](https://github.com/instructure/instructure-ui/commit/00773ea86dab7991b414868eb5a2588a1fef3ca9))
|
|
20
|
+
* **ui-select,ui-date-time-input:** rework DateTimeInput and replace DateInput v1 with DateInput v2 in DateTimeInput ([3172595](https://github.com/instructure/instructure-ui/commit/3172595fdaf017fbfdd646a2d6f54f38f39987df))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### BREAKING CHANGES
|
|
24
|
+
|
|
25
|
+
* **ui-select,ui-date-time-input:** prevMonthLabel prop removed (use screenReaderLabels.prevMonthButton instead)
|
|
26
|
+
|
|
27
|
+
nextMonthLabel prop removed (use screenReaderLabels.nextMonthButton instead)
|
|
28
|
+
|
|
29
|
+
renderWeekdayLabels prop removed
|
|
30
|
+
|
|
31
|
+
dateFormat type changed: string → string
|
|
32
|
+
|
|
33
|
+
{ parser: (input: string) => Date
|
|
34
|
+
|
|
35
|
+
null, formatter: (date: Date) => string }
|
|
36
|
+
|
|
37
|
+
screenReaderLabels is a new required prop
|
|
38
|
+
|
|
39
|
+
dateFormat default changed: Moment's 'LL' (long month name) → locale's default date format
|
|
40
|
+
|
|
41
|
+
INSTUI-4791
|
|
42
|
+
* **many:** contains breaking changes due to component using the new theming system
|
|
43
|
+
|
|
44
|
+
INSTUI-4807
|
|
9
45
|
|
|
10
46
|
|
|
11
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-select",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "A component for select and autocomplete behavior.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/emotion": "11.7.4-snapshot-
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/
|
|
30
|
-
"@instructure/
|
|
31
|
-
"@instructure/ui-
|
|
32
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/ui-form-field": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/ui-icons": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-options": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-position": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-text-input": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-selectable": "11.7.4-snapshot-183",
|
|
27
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/ui-utils": "11.7.4-snapshot-183",
|
|
29
|
+
"@instructure/uid": "11.7.4-snapshot-183",
|
|
30
|
+
"@instructure/ui-popover": "11.7.4-snapshot-183",
|
|
31
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
32
|
+
"@instructure/ui-view": "11.7.4-snapshot-183"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@testing-library/jest-dom": "^6.6.3",
|
|
36
36
|
"@testing-library/react": "15.0.7",
|
|
37
37
|
"@testing-library/user-event": "^14.6.1",
|
|
38
38
|
"vitest": "^3.2.2",
|
|
39
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
40
|
-
"@instructure/ui-color-utils": "11.7.4-snapshot-
|
|
41
|
-
"@instructure/ui-scripts": "11.7.4-snapshot-
|
|
39
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183",
|
|
40
|
+
"@instructure/ui-color-utils": "11.7.4-snapshot-183",
|
|
41
|
+
"@instructure/ui-scripts": "11.7.4-snapshot-183"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=18 <=19"
|