@fluentui/react-components 9.12.0 → 9.13.0
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 +124 -1
- package/CHANGELOG.md +44 -2
- package/dist/index.d.ts +243 -0
- package/dist/unstable.d.ts +0 -183
- package/lib/index.js +5 -3
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +0 -2
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +57 -5
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +334 -18
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +10 -216
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +40 -40
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,130 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 31 Jan 2023 19:50:37 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.13.0",
|
|
7
|
+
"version": "9.13.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-badge",
|
|
13
|
+
"commit": "4e058ce9ac62585e7062b8badfa85f74ebe51f84",
|
|
14
|
+
"comment": "chore: Updates border-radius to use proper token"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-button",
|
|
19
|
+
"commit": "b9284238a8b79e3d0864ce26a8bb0e9ffb33a96a",
|
|
20
|
+
"comment": "fix: Fixing button padding + minHeight to get correct sizes from design spec."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "sarah.higley@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-combobox",
|
|
25
|
+
"commit": "a864688a78bff922b8ba9accf77f69af41a58633",
|
|
26
|
+
"comment": "feat: release Combobox and Dropdown as stable components"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "olfedias@microsoft.com",
|
|
30
|
+
"package": "@fluentui/react-components",
|
|
31
|
+
"commit": "798f50ff4f51e005f89157e1d57b66f343198c71",
|
|
32
|
+
"comment": "feat: re-export useFocusWithin() hook"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
36
|
+
"package": "@fluentui/react-dialog",
|
|
37
|
+
"commit": "b58cd1ad53018e1a1971d10f05dd1d545cb52753",
|
|
38
|
+
"comment": "chore: properly use tokens for border radius"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "esteban.230@hotmail.com",
|
|
42
|
+
"package": "@fluentui/react-persona",
|
|
43
|
+
"commit": "f4f81bc1025ba1ac43f09ef9e45646cb06f47f89",
|
|
44
|
+
"comment": "fix: Reduce spacing between first and second line."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "esteban.230@hotmail.com",
|
|
48
|
+
"package": "@fluentui/react-persona",
|
|
49
|
+
"commit": "fc896528cd40ac5e32c0fb125fb00c502a471cab",
|
|
50
|
+
"comment": "fix: Make before and after textPositions align correctly when the Avatar size is larger than the text lines together."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "sarah.higley@microsoft.com",
|
|
54
|
+
"package": "@fluentui/react-select",
|
|
55
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083",
|
|
56
|
+
"comment": "feat: release `@fluentui/react-select` as stable"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "olfedias@microsoft.com",
|
|
60
|
+
"package": "@fluentui/react-utilities",
|
|
61
|
+
"commit": "12ec691720e2394ef61bd1936d911a4245f6e0cd",
|
|
62
|
+
"comment": "fix: update definitions for SSRProvider"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"minor": [
|
|
66
|
+
{
|
|
67
|
+
"author": "sarah.higley@microsoft.com",
|
|
68
|
+
"package": "@fluentui/react-components",
|
|
69
|
+
"commit": "a864688a78bff922b8ba9accf77f69af41a58633",
|
|
70
|
+
"comment": "feat: release Combobox and Dropdown as stable components"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"author": "marcosvmmoura@gmail.com",
|
|
74
|
+
"package": "@fluentui/react-components",
|
|
75
|
+
"commit": "7e7f876324b0a1512c3163939180b875d69bd3bb",
|
|
76
|
+
"comment": "feat: expose all typography tokens as components"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"author": "gcox@microsoft.com",
|
|
80
|
+
"package": "@fluentui/react-components",
|
|
81
|
+
"commit": "8b78517786e11cd28232851d4704598443cefd64",
|
|
82
|
+
"comment": "chore: Added context exports for react-tabs"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"author": "sarah.higley@microsoft.com",
|
|
86
|
+
"package": "@fluentui/react-components",
|
|
87
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083",
|
|
88
|
+
"comment": "feat: release `@fluentui/react-select` as stable"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"author": "gcox@microsoft.com",
|
|
92
|
+
"package": "@fluentui/react-tabs",
|
|
93
|
+
"commit": "8b78517786e11cd28232851d4704598443cefd64",
|
|
94
|
+
"comment": "chore: Added context exports"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"author": "marcosvmmoura@gmail.com",
|
|
98
|
+
"package": "@fluentui/react-text",
|
|
99
|
+
"commit": "7e7f876324b0a1512c3163939180b875d69bd3bb",
|
|
100
|
+
"comment": "feat: expose all typography tokens as components"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"prerelease": [
|
|
104
|
+
{
|
|
105
|
+
"author": "behowell@microsoft.com",
|
|
106
|
+
"package": "@fluentui/react-field",
|
|
107
|
+
"commit": "d59cee0443fc357a3033d0e71e23659a2ce2d57d",
|
|
108
|
+
"comment": "chore: Change the default value of validationState to error when a validationMessage is set."
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"none": [
|
|
112
|
+
{
|
|
113
|
+
"author": "sarah.higley@microsoft.com",
|
|
114
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
115
|
+
"commit": "a864688a78bff922b8ba9accf77f69af41a58633",
|
|
116
|
+
"comment": "chore: import Dropdown and Option from react-components"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"author": "marcosvmmoura@gmail.com",
|
|
120
|
+
"package": "@fluentui/react-theme",
|
|
121
|
+
"commit": "7e7f876324b0a1512c3163939180b875d69bd3bb",
|
|
122
|
+
"comment": "docs: recreate documentation for typography page"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"date": "Thu, 26 Jan 2023 13:30:51 GMT",
|
|
6
129
|
"tag": "@fluentui/react-components_v9.12.0",
|
|
7
130
|
"version": "9.12.0",
|
|
8
131
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,54 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 31 Jan 2023 19:50:37 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.13.0)
|
|
8
|
+
|
|
9
|
+
Tue, 31 Jan 2023 19:50:37 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.12.0..@fluentui/react-components_v9.13.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: release Combobox and Dropdown as stable components ([PR #26518](https://github.com/microsoft/fluentui/pull/26518) by sarah.higley@microsoft.com)
|
|
16
|
+
- feat: expose all typography tokens as components ([PR #26403](https://github.com/microsoft/fluentui/pull/26403) by marcosvmmoura@gmail.com)
|
|
17
|
+
- chore: Added context exports for react-tabs ([PR #26552](https://github.com/microsoft/fluentui/pull/26552) by gcox@microsoft.com)
|
|
18
|
+
- feat: release `@fluentui/react-select` as stable ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by sarah.higley@microsoft.com)
|
|
19
|
+
- `@fluentui/react-tabs`
|
|
20
|
+
- chore: Added context exports ([PR #26552](https://github.com/microsoft/fluentui/pull/26552) by gcox@microsoft.com)
|
|
21
|
+
- `@fluentui/react-text`
|
|
22
|
+
- feat: expose all typography tokens as components ([PR #26403](https://github.com/microsoft/fluentui/pull/26403) by marcosvmmoura@gmail.com)
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- `@fluentui/react-badge`
|
|
27
|
+
- chore: Updates border-radius to use proper token ([PR #26531](https://github.com/microsoft/fluentui/pull/26531) by bernardo.sunderhus@gmail.com)
|
|
28
|
+
- `@fluentui/react-button`
|
|
29
|
+
- fix: Fixing button padding + minHeight to get correct sizes from design spec. ([PR #26522](https://github.com/microsoft/fluentui/pull/26522) by Humberto.Morimoto@microsoft.com)
|
|
30
|
+
- `@fluentui/react-combobox`
|
|
31
|
+
- feat: release Combobox and Dropdown as stable components ([PR #26518](https://github.com/microsoft/fluentui/pull/26518) by sarah.higley@microsoft.com)
|
|
32
|
+
- `@fluentui/react-components`
|
|
33
|
+
- feat: re-export useFocusWithin() hook ([PR #26533](https://github.com/microsoft/fluentui/pull/26533) by olfedias@microsoft.com)
|
|
34
|
+
- `@fluentui/react-dialog`
|
|
35
|
+
- chore: properly use tokens for border radius ([PR #26516](https://github.com/microsoft/fluentui/pull/26516) by bernardo.sunderhus@gmail.com)
|
|
36
|
+
- `@fluentui/react-persona`
|
|
37
|
+
- fix: Reduce spacing between first and second line. ([PR #26520](https://github.com/microsoft/fluentui/pull/26520) by esteban.230@hotmail.com)
|
|
38
|
+
- fix: Make before and after textPositions align correctly when the Avatar size is larger than the text lines together. ([PR #26546](https://github.com/microsoft/fluentui/pull/26546) by esteban.230@hotmail.com)
|
|
39
|
+
- `@fluentui/react-select`
|
|
40
|
+
- feat: release `@fluentui/react-select` as stable ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by sarah.higley@microsoft.com)
|
|
41
|
+
- `@fluentui/react-utilities`
|
|
42
|
+
- fix: update definitions for SSRProvider ([PR #25582](https://github.com/microsoft/fluentui/pull/25582) by olfedias@microsoft.com)
|
|
43
|
+
|
|
44
|
+
### Changes
|
|
45
|
+
|
|
46
|
+
- `@fluentui/react-field`
|
|
47
|
+
- chore: Change the default value of validationState to error when a validationMessage is set. ([PR #26523](https://github.com/microsoft/fluentui/pull/26523) by behowell@microsoft.com)
|
|
48
|
+
|
|
7
49
|
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.12.0)
|
|
8
50
|
|
|
9
|
-
Thu, 26 Jan 2023 13:
|
|
51
|
+
Thu, 26 Jan 2023 13:30:51 GMT
|
|
10
52
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.11.1..@fluentui/react-components_v9.12.0)
|
|
11
53
|
|
|
12
54
|
### Minor changes
|