@fluentui/react-field 0.0.0-nightly-20230116-0419.1 → 0.0.0-nightly-20230118-0420.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.json +42 -13
- package/CHANGELOG.md +19 -9
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-field",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-field_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Wed, 18 Jan 2023 04:28:57 GMT",
|
6
|
+
"tag": "@fluentui/react-field_v0.0.0-nightly-20230118-0420.1",
|
7
|
+
"version": "0.0.0-nightly-20230118-0420.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,32 +16,61 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-field",
|
19
|
-
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20230118-0420.1",
|
20
|
+
"commit": "925002d446b713ae529e0d9c441be9dcd167b701"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-field",
|
25
|
-
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-20230118-0420.1",
|
26
|
+
"commit": "925002d446b713ae529e0d9c441be9dcd167b701"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-field",
|
31
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230118-0420.1",
|
32
|
+
"commit": "925002d446b713ae529e0d9c441be9dcd167b701"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-field",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230118-0420.1",
|
38
|
+
"commit": "925002d446b713ae529e0d9c441be9dcd167b701"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-field",
|
43
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230118-0420.1",
|
44
|
+
"commit": "925002d446b713ae529e0d9c441be9dcd167b701"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Mon, 16 Jan 2023 08:39:01 GMT",
|
51
|
+
"tag": "@fluentui/react-field_v9.0.0-alpha.15",
|
52
|
+
"version": "9.0.0-alpha.15",
|
53
|
+
"comments": {
|
54
|
+
"none": [
|
55
|
+
{
|
56
|
+
"author": "martinhochel@microsoft.com",
|
57
|
+
"package": "@fluentui/react-field",
|
58
|
+
"commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
|
59
|
+
"comment": "chore: migrate to packaged scripts"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"prerelease": [
|
63
|
+
{
|
64
|
+
"author": "sarah.higley@microsoft.com",
|
65
|
+
"package": "@fluentui/react-field",
|
66
|
+
"commit": "5b35bf93f6634324e8651ec29640353edd11178b",
|
67
|
+
"comment": "fix: Field styles do not wrap SVG status icon in inline parent to avoid layout bugs"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "beachball",
|
71
|
+
"package": "@fluentui/react-field",
|
72
|
+
"comment": "Bump @fluentui/react-label to v9.0.17",
|
73
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
45
74
|
}
|
46
75
|
]
|
47
76
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-field
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 18 Jan 2023 04:28:57 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20230118-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v0.0.0-nightly-20230118-0420.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.0.0-alpha.
|
9
|
+
Wed, 18 Jan 2023 04:28:57 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.0.0-alpha.15..@fluentui/react-field_v0.0.0-nightly-20230118-0420.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-label to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightly-20230118-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/925002d446b713ae529e0d9c441be9dcd167b701) by beachball)
|
16
|
+
- Bump @fluentui/react-label to v0.0.0-nightly-20230118-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/925002d446b713ae529e0d9c441be9dcd167b701) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230118-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/925002d446b713ae529e0d9c441be9dcd167b701) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230118-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/925002d446b713ae529e0d9c441be9dcd167b701) by beachball)
|
19
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20230118-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/925002d446b713ae529e0d9c441be9dcd167b701) by beachball)
|
20
|
+
|
21
|
+
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.15)
|
22
|
+
|
23
|
+
Mon, 16 Jan 2023 08:39:01 GMT
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.0.0-alpha.14..@fluentui/react-field_v9.0.0-alpha.15)
|
25
|
+
|
26
|
+
### Changes
|
27
|
+
|
28
|
+
- fix: Field styles do not wrap SVG status icon in inline parent to avoid layout bugs ([PR #26150](https://github.com/microsoft/fluentui/pull/26150) by sarah.higley@microsoft.com)
|
29
|
+
- Bump @fluentui/react-label to v9.0.17 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
|
20
30
|
|
21
31
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.14)
|
22
32
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-field",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230118-0420.1",
|
4
4
|
"description": "Fluent UI Field components",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -26,16 +26,16 @@
|
|
26
26
|
"devDependencies": {
|
27
27
|
"@fluentui/eslint-plugin": "*",
|
28
28
|
"@fluentui/react-conformance": "*",
|
29
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
29
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20230118-0420.1",
|
30
30
|
"@fluentui/scripts-api-extractor": "*",
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@fluentui/react-context-selector": "0.0.0-nightly-
|
34
|
+
"@fluentui/react-context-selector": "0.0.0-nightly-20230118-0420.1",
|
35
35
|
"@fluentui/react-icons": "^2.0.175",
|
36
|
-
"@fluentui/react-label": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
38
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
36
|
+
"@fluentui/react-label": "0.0.0-nightly-20230118-0420.1",
|
37
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230118-0420.1",
|
38
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230118-0420.1",
|
39
39
|
"@griffel/react": "^1.5.2",
|
40
40
|
"tslib": "^2.1.0"
|
41
41
|
},
|