@fluentui/react-datepicker-compat 0.6.26 → 0.6.27
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 +14 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,29 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-datepicker-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 11 Mar 2026
|
|
3
|
+
This log was last generated on Wed, 11 Mar 2026 12:58:16 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.6.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.27)
|
|
8
|
+
|
|
9
|
+
Wed, 11 Mar 2026 12:58:16 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.26..@fluentui/react-datepicker-compat_v0.6.27)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-calendar-compat to v0.4.0 ([PR #35862](https://github.com/microsoft/fluentui/pull/35862) by beachball)
|
|
15
|
+
|
|
7
16
|
## [0.6.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.26)
|
|
8
17
|
|
|
9
|
-
Wed, 11 Mar 2026 09:20
|
|
18
|
+
Wed, 11 Mar 2026 09:22:20 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.25..@fluentui/react-datepicker-compat_v0.6.26)
|
|
11
20
|
|
|
12
21
|
### Patches
|
|
13
22
|
|
|
14
23
|
- fix: reorder event handling for Escape key ([PR #35839](https://github.com/microsoft/fluentui/pull/35839) by 85318654+JakubWieclaw@users.noreply.github.com)
|
|
15
|
-
- Bump @fluentui/react-calendar-compat to v0.3.21 ([PR #
|
|
16
|
-
- Bump @fluentui/react-field to v9.4.16 ([PR #
|
|
17
|
-
- Bump @fluentui/react-input to v9.7.16 ([PR #
|
|
24
|
+
- Bump @fluentui/react-calendar-compat to v0.3.21 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
|
|
25
|
+
- Bump @fluentui/react-field to v9.4.16 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
|
|
26
|
+
- Bump @fluentui/react-input to v9.7.16 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
|
|
18
27
|
|
|
19
28
|
## [0.6.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.25)
|
|
20
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-datepicker-compat",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.27",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@fluentui/keyboard-keys": "^9.0.8",
|
|
16
|
-
"@fluentui/react-calendar-compat": "^0.
|
|
16
|
+
"@fluentui/react-calendar-compat": "^0.4.0",
|
|
17
17
|
"@fluentui/react-field": "^9.4.16",
|
|
18
18
|
"@fluentui/react-icons": "^2.0.245",
|
|
19
19
|
"@fluentui/react-input": "^9.7.16",
|