@fluentui/react-timepicker-compat 0.2.4 → 0.2.5
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 +19 -8
- package/README.md +0 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,33 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-timepicker-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 25 Mar 2024 11:09:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.5)
|
|
8
|
+
|
|
9
|
+
Mon, 25 Mar 2024 11:09:57 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.4..@fluentui/react-timepicker-compat_v0.2.5)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- docs: update Readme to remove unstable statement ([PR #30735](https://github.com/microsoft/fluentui/pull/30735) by yuanboxue@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-combobox to v9.9.4 ([PR #30845](https://github.com/microsoft/fluentui/pull/30845) by beachball)
|
|
16
|
+
- Bump @fluentui/react-field to v9.1.59 ([PR #30845](https://github.com/microsoft/fluentui/pull/30845) by beachball)
|
|
17
|
+
|
|
7
18
|
## [0.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.4)
|
|
8
19
|
|
|
9
|
-
Mon, 18 Mar 2024 19:
|
|
20
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.3..@fluentui/react-timepicker-compat_v0.2.4)
|
|
11
22
|
|
|
12
23
|
### Patches
|
|
13
24
|
|
|
14
|
-
- Bump @fluentui/react-combobox to v9.9.3 ([PR #
|
|
15
|
-
- Bump @fluentui/react-field to v9.1.58 ([PR #
|
|
16
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.34 ([PR #
|
|
17
|
-
- Bump @fluentui/react-shared-contexts to v9.15.2 ([PR #
|
|
18
|
-
- Bump @fluentui/react-theme to v9.1.19 ([PR #
|
|
19
|
-
- Bump @fluentui/react-utilities to v9.18.5 ([PR #
|
|
25
|
+
- Bump @fluentui/react-combobox to v9.9.3 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
26
|
+
- Bump @fluentui/react-field to v9.1.58 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
27
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.34 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
28
|
+
- Bump @fluentui/react-shared-contexts to v9.15.2 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
29
|
+
- Bump @fluentui/react-theme to v9.1.19 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
30
|
+
- Bump @fluentui/react-utilities to v9.18.5 ([PR #30600](https://github.com/microsoft/fluentui/pull/30600) by beachball)
|
|
20
31
|
|
|
21
32
|
## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.3)
|
|
22
33
|
|
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
**React Timepicker components for [Fluent UI React](https://react.fluentui.dev/)**
|
|
4
4
|
|
|
5
|
-
These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
|
|
6
|
-
|
|
7
5
|
TimePicker offers a control that’s optimized for selecting a time from a drop-down list or using free-form input to enter a custom time.
|
|
8
6
|
|
|
9
7
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-timepicker-compat",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Fluent UI TimePicker Compat Component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@fluentui/keyboard-keys": "^9.0.7",
|
|
43
|
-
"@fluentui/react-combobox": "^9.9.
|
|
44
|
-
"@fluentui/react-field": "^9.1.
|
|
43
|
+
"@fluentui/react-combobox": "^9.9.4",
|
|
44
|
+
"@fluentui/react-field": "^9.1.59",
|
|
45
45
|
"@fluentui/react-jsx-runtime": "^9.0.34",
|
|
46
46
|
"@fluentui/react-shared-contexts": "^9.15.2",
|
|
47
47
|
"@fluentui/react-theme": "^9.1.19",
|