@fluentui/react-datepicker-compat 0.4.61 → 0.5.0

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 +28 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 22 Jan 2025 13:55:32 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 21 Feb 2025 14:30:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.5.0)
8
+
9
+ Fri, 21 Feb 2025 14:30:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.62..@fluentui/react-datepicker-compat_v0.5.0)
11
+
12
+ ### Minor changes
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.2.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
15
+ - Bump @fluentui/react-field to v9.2.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
16
+ - Bump @fluentui/react-input to v9.5.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
17
+ - Bump @fluentui/react-popover to v9.10.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
18
+ - Bump @fluentui/react-portal to v9.5.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.24.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
20
+
21
+ ## [0.4.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.62)
22
+
23
+ Mon, 27 Jan 2025 20:27:35 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.61..@fluentui/react-datepicker-compat_v0.4.62)
25
+
26
+ ### Patches
27
+
28
+ - Bump @fluentui/react-field to v9.1.86 ([PR #33724](https://github.com/microsoft/fluentui/pull/33724) by beachball)
29
+ - Bump @fluentui/react-input to v9.4.99 ([PR #33724](https://github.com/microsoft/fluentui/pull/33724) by beachball)
30
+ - Bump @fluentui/react-popover to v9.9.32 ([PR #33724](https://github.com/microsoft/fluentui/pull/33724) by beachball)
31
+ - Bump @fluentui/react-positioning to v9.16.3 ([PR #33724](https://github.com/microsoft/fluentui/pull/33724) by beachball)
32
+
7
33
  ## [0.4.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.61)
8
34
 
9
- Wed, 22 Jan 2025 13:55:32 GMT
35
+ Wed, 22 Jan 2025 14:00:21 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.60..@fluentui/react-datepicker-compat_v0.4.61)
11
37
 
12
38
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.4.61",
3
+ "version": "0.5.0",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,16 +21,16 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
- "@fluentui/react-calendar-compat": "^0.1.26",
25
- "@fluentui/react-field": "^9.1.85",
24
+ "@fluentui/react-calendar-compat": "^0.2.0",
25
+ "@fluentui/react-field": "^9.2.0",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-input": "^9.4.98",
27
+ "@fluentui/react-input": "^9.5.0",
28
28
  "@fluentui/react-jsx-runtime": "^9.0.50",
29
- "@fluentui/react-popover": "^9.9.31",
30
- "@fluentui/react-portal": "^9.4.42",
31
- "@fluentui/react-positioning": "^9.16.2",
29
+ "@fluentui/react-popover": "^9.10.0",
30
+ "@fluentui/react-portal": "^9.5.0",
31
+ "@fluentui/react-positioning": "^9.16.3",
32
32
  "@fluentui/react-shared-contexts": "^9.21.2",
33
- "@fluentui/react-tabster": "^9.23.3",
33
+ "@fluentui/react-tabster": "^9.24.0",
34
34
  "@fluentui/react-theme": "^9.1.24",
35
35
  "@fluentui/react-utilities": "^9.18.20",
36
36
  "@griffel/react": "^1.5.22",