@fluentui/react-datepicker-compat 0.6.27 → 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.
- package/CHANGELOG.md +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-datepicker-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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
|
+
|
|
7
16
|
## [0.6.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.27)
|
|
8
17
|
|
|
9
|
-
Wed, 11 Mar 2026 12:58:
|
|
18
|
+
Wed, 11 Mar 2026 12:58:45 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.26..@fluentui/react-datepicker-compat_v0.6.27)
|
|
11
20
|
|
|
12
21
|
### Patches
|
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.28",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
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.
|
|
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",
|