@fluentui/react-spinbutton 9.3.9 → 9.4.1
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 +22 -2
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-spinbutton
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 13 Jun 2025 12:30:21 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.4.1)
|
8
|
+
|
9
|
+
Fri, 13 Jun 2025 12:30:21 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.4.0..@fluentui/react-spinbutton_v9.4.1)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-field to v9.3.1 ([PR #34639](https://github.com/microsoft/fluentui/pull/34639) by beachball)
|
15
|
+
|
16
|
+
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.4.0)
|
17
|
+
|
18
|
+
Thu, 12 Jun 2025 09:43:33 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.3.9..@fluentui/react-spinbutton_v9.4.0)
|
20
|
+
|
21
|
+
### Minor changes
|
22
|
+
|
23
|
+
- Bump @fluentui/react-field to v9.3.0 ([PR #34456](https://github.com/microsoft/fluentui/pull/34456) by beachball)
|
24
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.0 ([PR #34456](https://github.com/microsoft/fluentui/pull/34456) by beachball)
|
25
|
+
- Bump @fluentui/react-utilities to v9.21.0 ([PR #34456](https://github.com/microsoft/fluentui/pull/34456) by beachball)
|
26
|
+
|
7
27
|
## [9.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.3.9)
|
8
28
|
|
9
|
-
Wed, 11 Jun 2025 22:
|
29
|
+
Wed, 11 Jun 2025 22:31:58 GMT
|
10
30
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.3.8..@fluentui/react-spinbutton_v9.3.9)
|
11
31
|
|
12
32
|
### Patches
|
package/README.md
CHANGED
@@ -32,4 +32,4 @@ See [Spec.md](./Spec.md).
|
|
32
32
|
|
33
33
|
### Migration Guide
|
34
34
|
|
35
|
-
When upgrading to Fluent UI v9 see the [upgrade guide](https://react.fluentui.dev/?path=/docs/concepts-
|
35
|
+
When upgrading to Fluent UI v9 see the [upgrade guide](https://react.fluentui.dev/?path=/docs/concepts-migration-from-v8-components-spinbutton-migration--docs) for guidance on updating to the latest SpinButton implementation.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-spinbutton",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.4.1",
|
4
4
|
"description": "Fluent UI React SpinButton component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -20,12 +20,12 @@
|
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
22
|
"@fluentui/keyboard-keys": "^9.0.8",
|
23
|
-
"@fluentui/react-field": "^9.
|
23
|
+
"@fluentui/react-field": "^9.3.1",
|
24
24
|
"@fluentui/react-icons": "^2.0.245",
|
25
|
-
"@fluentui/react-jsx-runtime": "^9.0
|
25
|
+
"@fluentui/react-jsx-runtime": "^9.1.0",
|
26
26
|
"@fluentui/react-shared-contexts": "^9.23.1",
|
27
27
|
"@fluentui/react-theme": "^9.1.24",
|
28
|
-
"@fluentui/react-utilities": "^9.
|
28
|
+
"@fluentui/react-utilities": "^9.21.0",
|
29
29
|
"@griffel/react": "^1.5.22",
|
30
30
|
"@swc/helpers": "^0.5.1"
|
31
31
|
},
|