@fluentui/react-datepicker-compat 0.6.26 → 0.6.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,20 +1,38 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 11 Mar 2026 09:20:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Mar 2026 08:10:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.6.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.28)
8
+
9
+ Thu, 26 Mar 2026 08:10:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.27..@fluentui/react-datepicker-compat_v0.6.28)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-input to v9.8.0 ([PR #35824](https://github.com/microsoft/fluentui/pull/35824) by beachball)
15
+
16
+ ## [0.6.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.27)
17
+
18
+ Wed, 11 Mar 2026 12:58:45 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.26..@fluentui/react-datepicker-compat_v0.6.27)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-calendar-compat to v0.4.0 ([PR #35862](https://github.com/microsoft/fluentui/pull/35862) by beachball)
24
+
7
25
  ## [0.6.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.26)
8
26
 
9
- Wed, 11 Mar 2026 09:20:35 GMT
27
+ Wed, 11 Mar 2026 09:22:20 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.25..@fluentui/react-datepicker-compat_v0.6.26)
11
29
 
12
30
  ### Patches
13
31
 
14
32
  - 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 #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
16
- - Bump @fluentui/react-field to v9.4.16 ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
17
- - Bump @fluentui/react-input to v9.7.16 ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
33
+ - Bump @fluentui/react-calendar-compat to v0.3.21 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
34
+ - Bump @fluentui/react-field to v9.4.16 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
35
+ - Bump @fluentui/react-input to v9.7.16 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
18
36
 
19
37
  ## [0.6.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.25)
20
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.6.26",
3
+ "version": "0.6.28",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,10 +13,10 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/keyboard-keys": "^9.0.8",
16
- "@fluentui/react-calendar-compat": "^0.3.21",
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
- "@fluentui/react-input": "^9.7.16",
19
+ "@fluentui/react-input": "^9.8.0",
20
20
  "@fluentui/react-jsx-runtime": "^9.4.1",
21
21
  "@fluentui/react-popover": "^9.14.0",
22
22
  "@fluentui/react-portal": "^9.8.11",