@fluentui/react-components 9.14.0 → 9.15.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 +143 -1
- package/CHANGELOG.md +51 -2
- package/dist/index.d.ts +495 -0
- package/dist/unstable.d.ts +0 -495
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +0 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +103 -2
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +610 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +2 -611
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +40 -40
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,149 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 13 Feb 2023 09:34:34 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.15.1",
|
|
7
|
+
"version": "9.15.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "martinhochel@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-link",
|
|
13
|
+
"commit": "cbba19f7ed8a619b5fa856575fde872e79be99b9",
|
|
14
|
+
"comment": "style: fix formatting in files that were silently passed previously"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "martinhochel@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-menu",
|
|
19
|
+
"commit": "cbba19f7ed8a619b5fa856575fde872e79be99b9",
|
|
20
|
+
"comment": "style: fix formatting in files that were silently passed previously"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "martinhochel@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-toolbar",
|
|
25
|
+
"commit": "cbba19f7ed8a619b5fa856575fde872e79be99b9",
|
|
26
|
+
"comment": "style: fix formatting in files that were silently passed previously"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"patch": [
|
|
30
|
+
{
|
|
31
|
+
"author": "lingfangao@hotmail.com",
|
|
32
|
+
"package": "@fluentui/react-menu",
|
|
33
|
+
"commit": "01013be09ee21b976963582f112365ae81a33ae0",
|
|
34
|
+
"comment": "fix: MenuList is a single tabstop"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "behowell@microsoft.com",
|
|
38
|
+
"package": "@fluentui/react-positioning",
|
|
39
|
+
"commit": "0565ec044c06af355f951e158c0e68611a1d8861",
|
|
40
|
+
"comment": "fix: Coordinates should be rounded to device pixels to prevent blurriness"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"prerelease": [
|
|
44
|
+
{
|
|
45
|
+
"author": "ololubek@microsoft.com",
|
|
46
|
+
"package": "@fluentui/react-progress",
|
|
47
|
+
"commit": "48b466e0ba8a55ad6f216127e538076c1e65fd37",
|
|
48
|
+
"comment": "chore: Update docs and styling to fix visual bugs and clarify usage of ProgressBar"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"date": "Fri, 10 Feb 2023 08:49:57 GMT",
|
|
55
|
+
"tag": "@fluentui/react-components_v9.15.0",
|
|
56
|
+
"version": "9.15.0",
|
|
57
|
+
"comments": {
|
|
58
|
+
"none": [
|
|
59
|
+
{
|
|
60
|
+
"author": "behowell@microsoft.com",
|
|
61
|
+
"package": "@fluentui/react-avatar",
|
|
62
|
+
"commit": "30999b8e1a383db0ef254bcaed2f8ee05fc85909",
|
|
63
|
+
"comment": "fix: Small mistake in docs for Avatar icon prop"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"author": "behowell@microsoft.com",
|
|
67
|
+
"package": "@fluentui/react-field",
|
|
68
|
+
"commit": "7db30ce5c8ff56bbcfb01d40e60db382356b6b38",
|
|
69
|
+
"comment": "chore: Update Field spec and migration guide"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"author": "behowell@microsoft.com",
|
|
73
|
+
"package": "@fluentui/react-field",
|
|
74
|
+
"commit": "2a4adf399928df00013a1b58eb5dd1ce77141c57",
|
|
75
|
+
"comment": "chore: Update Field documentation and stories"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"prerelease": [
|
|
79
|
+
{
|
|
80
|
+
"author": "marcosvmmoura@gmail.com",
|
|
81
|
+
"package": "@fluentui/react-card",
|
|
82
|
+
"commit": "43a79058970c5e18c912b1a5a47e776ad8b72465",
|
|
83
|
+
"comment": "fix: keyboard navigation not working for select elements"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
87
|
+
"package": "@fluentui/react-table",
|
|
88
|
+
"commit": "fbe4207b3b40b147e936ecaf1e8fad9a8b357db9",
|
|
89
|
+
"comment": "feat: TableCellLayout component now supports truncate prop"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
93
|
+
"package": "@fluentui/react-table",
|
|
94
|
+
"commit": "c5149e270e02a09eae9b7dfbba4da3aa4ac77a52",
|
|
95
|
+
"comment": "feat: DataGrid - add support for resizable columns"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"minor": [
|
|
99
|
+
{
|
|
100
|
+
"author": "lingfangao@hotmail.com",
|
|
101
|
+
"package": "@fluentui/react-components",
|
|
102
|
+
"commit": "6a925547d8051b7d9a1855d6f20b7920d946fcdf",
|
|
103
|
+
"comment": "feat: Release `Table` and `DataGrid` as stable"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"author": "lingfangao@hotmail.com",
|
|
107
|
+
"package": "@fluentui/react-positioning",
|
|
108
|
+
"commit": "95a7b63876ccdc142172d93fe30b035d80f4fe88",
|
|
109
|
+
"comment": "feat: Add `overflowBoundaryPadding` positioning prop"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"patch": [
|
|
113
|
+
{
|
|
114
|
+
"author": "esteban.230@hotmail.com",
|
|
115
|
+
"package": "@fluentui/react-provider",
|
|
116
|
+
"commit": "2043f6d0278192d009426549e6cb63dba4b93593",
|
|
117
|
+
"comment": "fix: Do not add an escape character for colons in the styleTagId since useId now removes colons from the generated id in React 18."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"author": "seanmonahan@microsoft.com",
|
|
121
|
+
"package": "@fluentui/react-spinbutton",
|
|
122
|
+
"commit": "ab3ee4ca37d90bd42ba0c90a444f9f701d76df7f",
|
|
123
|
+
"comment": "chore: improve SpinButton documentation for home/end hotkeys"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"author": "seanmonahan@microsoft.com",
|
|
127
|
+
"package": "@fluentui/react-spinbutton",
|
|
128
|
+
"commit": "dc2adec63a4f71534bf9ed51684503ccb507ceb7",
|
|
129
|
+
"comment": "fix: properly handle single character text input for SpinButton"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"author": "lingfangao@hotmail.com",
|
|
133
|
+
"package": "@fluentui/react-table",
|
|
134
|
+
"commit": "6a925547d8051b7d9a1855d6f20b7920d946fcdf",
|
|
135
|
+
"comment": "feat: Release 9.0.0"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"author": "esteban.230@hotmail.com",
|
|
139
|
+
"package": "@fluentui/react-utilities",
|
|
140
|
+
"commit": "2043f6d0278192d009426549e6cb63dba4b93593",
|
|
141
|
+
"comment": "fix: Generate id first to avoid hook order mismatch in React 18 and remove colons from generated id in React 18."
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"date": "Tue, 07 Feb 2023 14:13:04 GMT",
|
|
6
148
|
"tag": "@fluentui/react-components_v9.14.0",
|
|
7
149
|
"version": "9.14.0",
|
|
8
150
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,61 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 13 Feb 2023 09:34:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.15.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.1)
|
|
8
|
+
|
|
9
|
+
Mon, 13 Feb 2023 09:34:34 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.0..@fluentui/react-components_v9.15.1)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-menu`
|
|
15
|
+
- fix: MenuList is a single tabstop ([PR #26803](https://github.com/microsoft/fluentui/pull/26803) by lingfangao@hotmail.com)
|
|
16
|
+
- `@fluentui/react-positioning`
|
|
17
|
+
- fix: Coordinates should be rounded to device pixels to prevent blurriness ([PR #26766](https://github.com/microsoft/fluentui/pull/26766) by behowell@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-progress`
|
|
22
|
+
- chore: Update docs and styling to fix visual bugs and clarify usage of ProgressBar ([PR #26768](https://github.com/microsoft/fluentui/pull/26768) by ololubek@microsoft.com)
|
|
23
|
+
|
|
24
|
+
## [9.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.0)
|
|
25
|
+
|
|
26
|
+
Fri, 10 Feb 2023 08:49:57 GMT
|
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.14.0..@fluentui/react-components_v9.15.0)
|
|
28
|
+
|
|
29
|
+
### Minor changes
|
|
30
|
+
|
|
31
|
+
- `@fluentui/react-components`
|
|
32
|
+
- feat: Release `Table` and `DataGrid` as stable ([PR #26736](https://github.com/microsoft/fluentui/pull/26736) by lingfangao@hotmail.com)
|
|
33
|
+
- `@fluentui/react-positioning`
|
|
34
|
+
- feat: Add `overflowBoundaryPadding` positioning prop ([PR #26730](https://github.com/microsoft/fluentui/pull/26730) by lingfangao@hotmail.com)
|
|
35
|
+
|
|
36
|
+
### Patches
|
|
37
|
+
|
|
38
|
+
- `@fluentui/react-provider`
|
|
39
|
+
- fix: Do not add an escape character for colons in the styleTagId since useId now removes colons from the generated id in React 18. ([PR #26745](https://github.com/microsoft/fluentui/pull/26745) by esteban.230@hotmail.com)
|
|
40
|
+
- `@fluentui/react-spinbutton`
|
|
41
|
+
- chore: improve SpinButton documentation for home/end hotkeys ([PR #26724](https://github.com/microsoft/fluentui/pull/26724) by seanmonahan@microsoft.com)
|
|
42
|
+
- fix: properly handle single character text input for SpinButton ([PR #26789](https://github.com/microsoft/fluentui/pull/26789) by seanmonahan@microsoft.com)
|
|
43
|
+
- `@fluentui/react-table`
|
|
44
|
+
- feat: Release 9.0.0 ([PR #26736](https://github.com/microsoft/fluentui/pull/26736) by lingfangao@hotmail.com)
|
|
45
|
+
- `@fluentui/react-utilities`
|
|
46
|
+
- fix: Generate id first to avoid hook order mismatch in React 18 and remove colons from generated id in React 18. ([PR #26745](https://github.com/microsoft/fluentui/pull/26745) by esteban.230@hotmail.com)
|
|
47
|
+
|
|
48
|
+
### Changes
|
|
49
|
+
|
|
50
|
+
- `@fluentui/react-card`
|
|
51
|
+
- fix: keyboard navigation not working for select elements ([PR #26612](https://github.com/microsoft/fluentui/pull/26612) by marcosvmmoura@gmail.com)
|
|
52
|
+
- `@fluentui/react-table`
|
|
53
|
+
- feat: TableCellLayout component now supports truncate prop ([PR #26738](https://github.com/microsoft/fluentui/pull/26738) by jirivyhnalek@microsoft.com)
|
|
54
|
+
- feat: DataGrid - add support for resizable columns ([PR #26690](https://github.com/microsoft/fluentui/pull/26690) by jirivyhnalek@microsoft.com)
|
|
55
|
+
|
|
7
56
|
## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.14.0)
|
|
8
57
|
|
|
9
|
-
Tue, 07 Feb 2023 14:
|
|
58
|
+
Tue, 07 Feb 2023 14:13:04 GMT
|
|
10
59
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.13.0..@fluentui/react-components_v9.14.0)
|
|
11
60
|
|
|
12
61
|
### Minor changes
|