@fluentui/react-spinbutton 0.0.0-nightly-20220526-0422.1 → 9.0.0-beta.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +7 -7
- package/CHANGELOG.md +6 -6
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-spinbutton",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Thu, 26 May 2022
|
6
|
-
"tag": "@fluentui/react-
|
7
|
-
"version": "
|
5
|
+
"date": "Thu, 26 May 2022 21:00:05 GMT",
|
6
|
+
"tag": "@fluentui/react-spinbutton_v9.0.0-beta.12",
|
7
|
+
"version": "9.0.0-beta.12",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,14 +16,14 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-spinbutton",
|
19
|
-
"comment": "Bump @fluentui/react-input to
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-input to v9.0.0-rc.4",
|
20
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-spinbutton",
|
25
|
-
"comment": "Bump @fluentui/react-label to
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-rc.4",
|
26
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
27
27
|
}
|
28
28
|
]
|
29
29
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
# Change Log - @fluentui/react-spinbutton
|
2
2
|
|
3
|
-
This log was last generated on Thu, 26 May 2022
|
3
|
+
This log was last generated on Thu, 26 May 2022 21:00:05 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [
|
7
|
+
## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.12)
|
8
8
|
|
9
|
-
Thu, 26 May 2022
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.11..@fluentui/react-
|
9
|
+
Thu, 26 May 2022 21:00:05 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.0-beta.11..@fluentui/react-spinbutton_v9.0.0-beta.12)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Removing additional focus ring in native input for macOS safari. ([PR #23197](https://github.com/microsoft/fluentui/pull/23197) by esteban.230@hotmail.com)
|
15
|
-
- Bump @fluentui/react-input to
|
16
|
-
- Bump @fluentui/react-label to
|
15
|
+
- Bump @fluentui/react-input to v9.0.0-rc.4 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
16
|
+
- Bump @fluentui/react-label to v9.0.0-rc.4 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
17
17
|
|
18
18
|
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.0-beta.11)
|
19
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-spinbutton",
|
3
|
-
"version": "
|
3
|
+
"version": "9.0.0-beta.12",
|
4
4
|
"description": "Fluent UI React SpinButton component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -28,17 +28,17 @@
|
|
28
28
|
"devDependencies": {
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
30
|
"@fluentui/react-conformance": "*",
|
31
|
-
"@fluentui/react-conformance-griffel": "
|
32
|
-
"@fluentui/react-label": "
|
31
|
+
"@fluentui/react-conformance-griffel": "9.0.0-beta.7",
|
32
|
+
"@fluentui/react-label": "9.0.0-rc.4",
|
33
33
|
"@fluentui/scripts": "^1.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@griffel/react": "1.0.5",
|
37
|
-
"@fluentui/keyboard-keys": "
|
37
|
+
"@fluentui/keyboard-keys": "9.0.0-rc.6",
|
38
38
|
"@fluentui/react-icons": "^2.0.166-rc.3",
|
39
|
-
"@fluentui/react-input": "
|
40
|
-
"@fluentui/react-theme": "
|
41
|
-
"@fluentui/react-utilities": "
|
39
|
+
"@fluentui/react-input": "9.0.0-rc.4",
|
40
|
+
"@fluentui/react-theme": "9.0.0-rc.9",
|
41
|
+
"@fluentui/react-utilities": "9.0.0-rc.9",
|
42
42
|
"tslib": "^2.1.0"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|