@fluentui/react-datepicker-compat 0.6.11 → 0.6.13

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 CHANGED
@@ -1,12 +1,47 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 30 Jul 2025 16:53:08 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 12:20:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.6.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.13)
8
+
9
+ Thu, 21 Aug 2025 12:20:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.12..@fluentui/react-datepicker-compat_v0.6.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.3.8 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
+ - Bump @fluentui/react-field to v9.4.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
16
+ - Bump @fluentui/react-input to v9.7.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
18
+ - Bump @fluentui/react-popover to v9.12.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
19
+ - Bump @fluentui/react-portal to v9.8.1 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
20
+ - Bump @fluentui/react-positioning to v9.20.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
21
+ - Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
22
+ - Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
23
+ - Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
24
+
25
+ ## [0.6.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.12)
26
+
27
+ Thu, 07 Aug 2025 10:03:33 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.11..@fluentui/react-datepicker-compat_v0.6.12)
29
+
30
+ ### Patches
31
+
32
+ - Bump @fluentui/react-calendar-compat to v0.3.7 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
33
+ - Bump @fluentui/react-field to v9.4.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
34
+ - Bump @fluentui/react-input to v9.7.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
35
+ - Bump @fluentui/react-jsx-runtime to v9.1.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
36
+ - Bump @fluentui/react-popover to v9.12.4 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
37
+ - Bump @fluentui/react-portal to v9.8.0 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
38
+ - Bump @fluentui/react-positioning to v9.20.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
39
+ - Bump @fluentui/react-tabster to v9.26.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
40
+ - Bump @fluentui/react-utilities to v9.23.2 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
41
+
7
42
  ## [0.6.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.11)
8
43
 
9
- Wed, 30 Jul 2025 16:53:08 GMT
44
+ Wed, 30 Jul 2025 16:55:47 GMT
10
45
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.10..@fluentui/react-datepicker-compat_v0.6.11)
11
46
 
12
47
  ### Patches
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import type { CalendarProps } from '@fluentui/react-calendar-compat';
4
2
  import { CalendarStrings } from '@fluentui/react-calendar-compat';
5
3
  import type { ComponentProps } from '@fluentui/react-utilities';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.6.11",
3
+ "version": "0.6.13",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,18 +21,18 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
- "@fluentui/react-calendar-compat": "^0.3.6",
25
- "@fluentui/react-field": "^9.4.2",
24
+ "@fluentui/react-calendar-compat": "^0.3.8",
25
+ "@fluentui/react-field": "^9.4.4",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-input": "^9.7.2",
28
- "@fluentui/react-jsx-runtime": "^9.1.4",
29
- "@fluentui/react-popover": "^9.12.3",
30
- "@fluentui/react-portal": "^9.7.2",
31
- "@fluentui/react-positioning": "^9.20.2",
32
- "@fluentui/react-shared-contexts": "^9.24.1",
33
- "@fluentui/react-tabster": "^9.26.2",
27
+ "@fluentui/react-input": "^9.7.4",
28
+ "@fluentui/react-jsx-runtime": "^9.1.6",
29
+ "@fluentui/react-popover": "^9.12.5",
30
+ "@fluentui/react-portal": "^9.8.1",
31
+ "@fluentui/react-positioning": "^9.20.4",
32
+ "@fluentui/react-shared-contexts": "^9.25.0",
33
+ "@fluentui/react-tabster": "^9.26.4",
34
34
  "@fluentui/react-theme": "^9.2.0",
35
- "@fluentui/react-utilities": "^9.23.1",
35
+ "@fluentui/react-utilities": "^9.24.0",
36
36
  "@griffel/react": "^1.5.22",
37
37
  "@swc/helpers": "^0.5.1"
38
38
  },