@instructure/ui-date-input 11.7.4-snapshot-185 → 11.7.4-snapshot-8
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 +1 -13
- package/package.json +16 -16
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,24 +3,12 @@
|
|
|
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-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
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-date-input:** voicover: read only textinput label, ignore children ([7eade78](https://github.com/instructure/instructure-ui/commit/7eade78c41e6e21eed0e6a6930271031aac4df9b))
|
|
13
|
-
* **ui-date-time-input,ui-date-input,ui-calendar:** set missing aria-selected on calendar days, BREAKING CHANGE: add mandatory prop selectedLabel, change datePickerDialog prop to mandatory ([8b69bec](https://github.com/instructure/instructure-ui/commit/8b69bec6aad44cb45b9c22154d7bd31fe5f8c676))
|
|
14
11
|
* **ui-dialog,ui-date-input,ui-calendar:** add aria-live to calendar header, descriptive nav button labels with target month, aria-modal on focused dialogs ([ac11880](https://github.com/instructure/instructure-ui/commit/ac11880013be74f148558671177ed25c9286204f))
|
|
15
|
-
* **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
21
|
-
* **ui-buttons,ui-text-input:** add condensed sizes to IconButton and simplify TextInput afterElement ([d05d257](https://github.com/instructure/instructure-ui/commit/d05d257e61477c2c7aa8151e99b71450557209ea))
|
|
22
|
-
* **ui-date-input,ui-calendar:** rework Calendar and DateInput ([4f127ef](https://github.com/instructure/instructure-ui/commit/4f127ef48f4cf3263e07c4b147e2f3f7c5218a3a))
|
|
23
|
-
* **ui-date-input:** migrate DateInput and DateInput2 ([d49b155](https://github.com/instructure/instructure-ui/commit/d49b155a4a8dbf8f04858d463e0b029e988aea44))
|
|
24
12
|
|
|
25
13
|
|
|
26
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-date-input",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-8",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,27 +15,27 @@
|
|
|
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/ui-calendar": "11.7.4-snapshot-
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/ui-i18n": "11.7.4-snapshot-
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-position": "11.7.4-snapshot-
|
|
26
|
-
"@instructure/ui-react-utils": "11.7.4-snapshot-
|
|
27
|
-
"@instructure/ui-selectable": "11.7.4-snapshot-
|
|
28
|
-
"@instructure/ui-text-input": "11.7.4-snapshot-
|
|
29
|
-
"@instructure/ui-utils": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-8",
|
|
19
|
+
"@instructure/ui-form-field": "11.7.4-snapshot-8",
|
|
20
|
+
"@instructure/ui-calendar": "11.7.4-snapshot-8",
|
|
21
|
+
"@instructure/shared-types": "11.7.4-snapshot-8",
|
|
22
|
+
"@instructure/ui-i18n": "11.7.4-snapshot-8",
|
|
23
|
+
"@instructure/ui-popover": "11.7.4-snapshot-8",
|
|
24
|
+
"@instructure/ui-icons": "11.7.4-snapshot-8",
|
|
25
|
+
"@instructure/ui-position": "11.7.4-snapshot-8",
|
|
26
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-8",
|
|
27
|
+
"@instructure/ui-selectable": "11.7.4-snapshot-8",
|
|
28
|
+
"@instructure/ui-text-input": "11.7.4-snapshot-8",
|
|
29
|
+
"@instructure/ui-utils": "11.7.4-snapshot-8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@testing-library/jest-dom": "^6.6.3",
|
|
33
33
|
"@testing-library/react": "15.0.7",
|
|
34
34
|
"@testing-library/user-event": "^14.6.1",
|
|
35
35
|
"vitest": "^3.2.2",
|
|
36
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-
|
|
36
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-8",
|
|
37
|
+
"@instructure/ui-scripts": "11.7.4-snapshot-8",
|
|
38
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-8"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": ">=18 <=19"
|