@fluentui/react-table 9.15.7 → 9.15.9
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 +159 -127
- package/lib/components/DataGrid/useDataGridStyles.styles.js +2 -0
- package/lib/components/DataGrid/useDataGridStyles.styles.js.map +1 -1
- package/lib/components/DataGridBody/useDataGridBodyStyles.styles.js +2 -0
- package/lib/components/DataGridBody/useDataGridBodyStyles.styles.js.map +1 -1
- package/lib/components/DataGridCell/useDataGridCellStyles.styles.js +2 -0
- package/lib/components/DataGridCell/useDataGridCellStyles.styles.js.map +1 -1
- package/lib/components/DataGridHeader/useDataGridHeaderStyles.styles.js +2 -0
- package/lib/components/DataGridHeader/useDataGridHeaderStyles.styles.js.map +1 -1
- package/lib/components/DataGridHeaderCell/useDataGridHeaderCellStyles.styles.js +2 -0
- package/lib/components/DataGridHeaderCell/useDataGridHeaderCellStyles.styles.js.map +1 -1
- package/lib/components/DataGridRow/useDataGridRowStyles.styles.js +2 -0
- package/lib/components/DataGridRow/useDataGridRowStyles.styles.js.map +1 -1
- package/lib/components/DataGridSelectionCell/useDataGridSelectionCellStyles.styles.js +2 -0
- package/lib/components/DataGridSelectionCell/useDataGridSelectionCellStyles.styles.js.map +1 -1
- package/lib/components/Table/useTableStyles.styles.js +2 -0
- package/lib/components/Table/useTableStyles.styles.js.map +1 -1
- package/lib/components/TableBody/useTableBodyStyles.styles.js +2 -0
- package/lib/components/TableBody/useTableBodyStyles.styles.js.map +1 -1
- package/lib/components/TableCell/useTableCellStyles.styles.js +2 -0
- package/lib/components/TableCell/useTableCellStyles.styles.js.map +1 -1
- package/lib/components/TableCellActions/useTableCellActionsStyles.styles.js +2 -0
- package/lib/components/TableCellActions/useTableCellActionsStyles.styles.js.map +1 -1
- package/lib/components/TableCellLayout/useTableCellLayoutStyles.styles.js +2 -0
- package/lib/components/TableCellLayout/useTableCellLayoutStyles.styles.js.map +1 -1
- package/lib/components/TableHeader/useTableHeaderStyles.styles.js +2 -0
- package/lib/components/TableHeader/useTableHeaderStyles.styles.js.map +1 -1
- package/lib/components/TableHeaderCell/useTableHeaderCellStyles.styles.js +2 -0
- package/lib/components/TableHeaderCell/useTableHeaderCellStyles.styles.js.map +1 -1
- package/lib/components/TableResizeHandle/useTableResizeHandleStyles.styles.js +2 -0
- package/lib/components/TableResizeHandle/useTableResizeHandleStyles.styles.js.map +1 -1
- package/lib/components/TableRow/useTableRowStyles.styles.js +2 -0
- package/lib/components/TableRow/useTableRowStyles.styles.js.map +1 -1
- package/lib/components/TableSelectionCell/useTableSelectionCellStyles.styles.js +2 -0
- package/lib/components/TableSelectionCell/useTableSelectionCellStyles.styles.js.map +1 -1
- package/lib/hooks/useTableColumnSizing.js +1 -0
- package/lib/hooks/useTableColumnSizing.js.map +1 -1
- package/lib/hooks/useTableSelection.js +1 -0
- package/lib/hooks/useTableSelection.js.map +1 -1
- package/lib/hooks/useTableSort.js +1 -0
- package/lib/hooks/useTableSort.js.map +1 -1
- package/lib-commonjs/components/DataGrid/useDataGridStyles.styles.js +1 -0
- package/lib-commonjs/components/DataGrid/useDataGridStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DataGridBody/useDataGridBodyStyles.styles.js +1 -0
- package/lib-commonjs/components/DataGridBody/useDataGridBodyStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/useDataGridCellStyles.styles.js +1 -0
- package/lib-commonjs/components/DataGridCell/useDataGridCellStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/useDataGridHeaderStyles.styles.js +1 -0
- package/lib-commonjs/components/DataGridHeader/useDataGridHeaderStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCellStyles.styles.js +1 -0
- package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCellStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DataGridRow/useDataGridRowStyles.styles.js +1 -0
- package/lib-commonjs/components/DataGridRow/useDataGridRowStyles.styles.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCellStyles.styles.js +1 -0
- package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCellStyles.styles.js.map +1 -1
- package/lib-commonjs/components/Table/useTableStyles.styles.js +1 -0
- package/lib-commonjs/components/Table/useTableStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableBody/useTableBodyStyles.styles.js +1 -0
- package/lib-commonjs/components/TableBody/useTableBodyStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableCell/useTableCellStyles.styles.js +1 -0
- package/lib-commonjs/components/TableCell/useTableCellStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/useTableCellActionsStyles.styles.js +1 -0
- package/lib-commonjs/components/TableCellActions/useTableCellActionsStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/useTableCellLayoutStyles.styles.js +1 -0
- package/lib-commonjs/components/TableCellLayout/useTableCellLayoutStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableHeader/useTableHeaderStyles.styles.js +1 -0
- package/lib-commonjs/components/TableHeader/useTableHeaderStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/useTableHeaderCellStyles.styles.js +1 -0
- package/lib-commonjs/components/TableHeaderCell/useTableHeaderCellStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableResizeHandle/useTableResizeHandleStyles.styles.js +1 -0
- package/lib-commonjs/components/TableResizeHandle/useTableResizeHandleStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableRow/useTableRowStyles.styles.js +1 -0
- package/lib-commonjs/components/TableRow/useTableRowStyles.styles.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/useTableSelectionCellStyles.styles.js +1 -0
- package/lib-commonjs/components/TableSelectionCell/useTableSelectionCellStyles.styles.js.map +1 -1
- package/lib-commonjs/hooks/useTableColumnSizing.js +1 -0
- package/lib-commonjs/hooks/useTableColumnSizing.js.map +1 -1
- package/lib-commonjs/hooks/useTableSelection.js +1 -0
- package/lib-commonjs/hooks/useTableSelection.js.map +1 -1
- package/lib-commonjs/hooks/useTableSort.js +1 -0
- package/lib-commonjs/hooks/useTableSort.js.map +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,44 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-table
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 01 Jul 2024 20:25:46 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.15.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.9)
|
|
8
|
+
|
|
9
|
+
Mon, 01 Jul 2024 20:25:46 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.8..@fluentui/react-table_v9.15.9)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: add eslint react-compiler ([PR #31457](https://github.com/microsoft/fluentui/pull/31457) by seanmonahan@microsoft.com)
|
|
15
|
+
- chore: Update react-icons package to ^2.0.245 ([PR #31802](https://github.com/microsoft/fluentui/pull/31802) by ololubek@microsoft.com)
|
|
16
|
+
- Bump @fluentui/react-aria to v9.13.0 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
17
|
+
- Bump @fluentui/react-avatar to v9.6.31 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
18
|
+
- Bump @fluentui/react-checkbox to v9.2.30 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
19
|
+
- Bump @fluentui/react-context-selector to v9.1.63 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
20
|
+
- Bump @fluentui/react-radio to v9.2.25 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
21
|
+
- Bump @fluentui/react-tabster to v9.22.1 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
22
|
+
- Bump @fluentui/react-utilities to v9.18.11 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
23
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.40 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
|
24
|
+
|
|
25
|
+
## [9.15.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.8)
|
|
26
|
+
|
|
27
|
+
Mon, 17 Jun 2024 07:34:17 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.7..@fluentui/react-table_v9.15.8)
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- Bump @fluentui/react-aria to v9.12.1 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
|
33
|
+
- Bump @fluentui/react-avatar to v9.6.30 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
|
34
|
+
- Bump @fluentui/react-checkbox to v9.2.29 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
|
35
|
+
- Bump @fluentui/react-context-selector to v9.1.62 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
|
36
|
+
- Bump @fluentui/react-radio to v9.2.24 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
|
37
|
+
- Bump @fluentui/react-tabster to v9.22.0 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
|
38
|
+
|
|
7
39
|
## [9.15.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.7)
|
|
8
40
|
|
|
9
|
-
Thu, 06 Jun 2024 15:
|
|
41
|
+
Thu, 06 Jun 2024 15:26:39 GMT
|
|
10
42
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.6..@fluentui/react-table_v9.15.7)
|
|
11
43
|
|
|
12
44
|
### Patches
|
|
@@ -23,7 +55,7 @@ Thu, 06 Jun 2024 15:22:21 GMT
|
|
|
23
55
|
|
|
24
56
|
## [9.15.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.6)
|
|
25
57
|
|
|
26
|
-
Thu, 23 May 2024 08:02:48 GMT
|
|
58
|
+
Thu, 23 May 2024 08:02:48 GMT
|
|
27
59
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.5..@fluentui/react-table_v9.15.6)
|
|
28
60
|
|
|
29
61
|
### Patches
|
|
@@ -37,7 +69,7 @@ Thu, 23 May 2024 08:02:48 GMT
|
|
|
37
69
|
|
|
38
70
|
## [9.15.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.5)
|
|
39
71
|
|
|
40
|
-
Mon, 20 May 2024 12:45:05 GMT
|
|
72
|
+
Mon, 20 May 2024 12:45:05 GMT
|
|
41
73
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.4..@fluentui/react-table_v9.15.5)
|
|
42
74
|
|
|
43
75
|
### Patches
|
|
@@ -55,7 +87,7 @@ Mon, 20 May 2024 12:45:05 GMT
|
|
|
55
87
|
|
|
56
88
|
## [9.15.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.4)
|
|
57
89
|
|
|
58
|
-
Thu, 16 May 2024 09:25:19 GMT
|
|
90
|
+
Thu, 16 May 2024 09:25:19 GMT
|
|
59
91
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.3..@fluentui/react-table_v9.15.4)
|
|
60
92
|
|
|
61
93
|
### Patches
|
|
@@ -67,7 +99,7 @@ Thu, 16 May 2024 09:25:19 GMT
|
|
|
67
99
|
|
|
68
100
|
## [9.15.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.3)
|
|
69
101
|
|
|
70
|
-
Thu, 09 May 2024 19:35:12 GMT
|
|
102
|
+
Thu, 09 May 2024 19:35:12 GMT
|
|
71
103
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.2..@fluentui/react-table_v9.15.3)
|
|
72
104
|
|
|
73
105
|
### Patches
|
|
@@ -80,7 +112,7 @@ Thu, 09 May 2024 19:35:12 GMT
|
|
|
80
112
|
|
|
81
113
|
## [9.15.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.2)
|
|
82
114
|
|
|
83
|
-
Mon, 06 May 2024 12:55:02 GMT
|
|
115
|
+
Mon, 06 May 2024 12:55:02 GMT
|
|
84
116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.1..@fluentui/react-table_v9.15.2)
|
|
85
117
|
|
|
86
118
|
### Patches
|
|
@@ -97,12 +129,12 @@ Mon, 06 May 2024 12:55:02 GMT
|
|
|
97
129
|
|
|
98
130
|
## [9.15.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.1)
|
|
99
131
|
|
|
100
|
-
Thu, 02 May 2024 11:36:38 GMT
|
|
132
|
+
Thu, 02 May 2024 11:36:38 GMT
|
|
101
133
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.15.0..@fluentui/react-table_v9.15.1)
|
|
102
134
|
|
|
103
135
|
### Patches
|
|
104
136
|
|
|
105
|
-
-
|
|
137
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
|
106
138
|
- refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
|
|
107
139
|
- Bump @fluentui/react-aria to v9.11.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
108
140
|
- Bump @fluentui/react-avatar to v9.6.23 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
@@ -112,7 +144,7 @@ Thu, 02 May 2024 11:36:38 GMT
|
|
|
112
144
|
|
|
113
145
|
## [9.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.15.0)
|
|
114
146
|
|
|
115
|
-
Tue, 23 Apr 2024 08:17:49 GMT
|
|
147
|
+
Tue, 23 Apr 2024 08:17:49 GMT
|
|
116
148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.14.0..@fluentui/react-table_v9.15.0)
|
|
117
149
|
|
|
118
150
|
### Minor changes
|
|
@@ -130,7 +162,7 @@ Tue, 23 Apr 2024 08:17:49 GMT
|
|
|
130
162
|
|
|
131
163
|
## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.14.0)
|
|
132
164
|
|
|
133
|
-
Wed, 17 Apr 2024 21:53:59 GMT
|
|
165
|
+
Wed, 17 Apr 2024 21:53:59 GMT
|
|
134
166
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.13.0..@fluentui/react-table_v9.14.0)
|
|
135
167
|
|
|
136
168
|
### Minor changes
|
|
@@ -148,7 +180,7 @@ Wed, 17 Apr 2024 21:53:59 GMT
|
|
|
148
180
|
|
|
149
181
|
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.13.0)
|
|
150
182
|
|
|
151
|
-
Thu, 04 Apr 2024 12:08:08 GMT
|
|
183
|
+
Thu, 04 Apr 2024 12:08:08 GMT
|
|
152
184
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.12.1..@fluentui/react-table_v9.13.0)
|
|
153
185
|
|
|
154
186
|
### Minor changes
|
|
@@ -157,7 +189,7 @@ Thu, 04 Apr 2024 12:08:08 GMT
|
|
|
157
189
|
|
|
158
190
|
## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.12.1)
|
|
159
191
|
|
|
160
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
|
192
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
|
161
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.12.0..@fluentui/react-table_v9.12.1)
|
|
162
194
|
|
|
163
195
|
### Patches
|
|
@@ -174,7 +206,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
|
174
206
|
|
|
175
207
|
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.12.0)
|
|
176
208
|
|
|
177
|
-
Mon, 25 Mar 2024 11:12:14 GMT
|
|
209
|
+
Mon, 25 Mar 2024 11:12:14 GMT
|
|
178
210
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.15..@fluentui/react-table_v9.12.0)
|
|
179
211
|
|
|
180
212
|
### Minor changes
|
|
@@ -186,7 +218,7 @@ Mon, 25 Mar 2024 11:12:14 GMT
|
|
|
186
218
|
|
|
187
219
|
## [9.11.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.15)
|
|
188
220
|
|
|
189
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
|
221
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
|
190
222
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.14..@fluentui/react-table_v9.11.15)
|
|
191
223
|
|
|
192
224
|
### Patches
|
|
@@ -204,7 +236,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
|
204
236
|
|
|
205
237
|
## [9.11.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.14)
|
|
206
238
|
|
|
207
|
-
Fri, 15 Mar 2024 21:43:49 GMT
|
|
239
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
|
208
240
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.13..@fluentui/react-table_v9.11.14)
|
|
209
241
|
|
|
210
242
|
### Patches
|
|
@@ -222,7 +254,7 @@ Fri, 15 Mar 2024 21:43:49 GMT
|
|
|
222
254
|
|
|
223
255
|
## [9.11.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.13)
|
|
224
256
|
|
|
225
|
-
Thu, 07 Mar 2024 19:33:25 GMT
|
|
257
|
+
Thu, 07 Mar 2024 19:33:25 GMT
|
|
226
258
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.12..@fluentui/react-table_v9.11.13)
|
|
227
259
|
|
|
228
260
|
### Patches
|
|
@@ -241,7 +273,7 @@ Thu, 07 Mar 2024 19:33:25 GMT
|
|
|
241
273
|
|
|
242
274
|
## [9.11.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.12)
|
|
243
275
|
|
|
244
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
|
276
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
|
245
277
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.11..@fluentui/react-table_v9.11.12)
|
|
246
278
|
|
|
247
279
|
### Patches
|
|
@@ -258,7 +290,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
|
258
290
|
|
|
259
291
|
## [9.11.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.11)
|
|
260
292
|
|
|
261
|
-
Tue, 20 Feb 2024 14:22:25 GMT
|
|
293
|
+
Tue, 20 Feb 2024 14:22:25 GMT
|
|
262
294
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.10..@fluentui/react-table_v9.11.11)
|
|
263
295
|
|
|
264
296
|
### Patches
|
|
@@ -274,7 +306,7 @@ Tue, 20 Feb 2024 14:22:25 GMT
|
|
|
274
306
|
|
|
275
307
|
## [9.11.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.10)
|
|
276
308
|
|
|
277
|
-
Tue, 06 Feb 2024 17:55:21 GMT
|
|
309
|
+
Tue, 06 Feb 2024 17:55:21 GMT
|
|
278
310
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.9..@fluentui/react-table_v9.11.10)
|
|
279
311
|
|
|
280
312
|
### Patches
|
|
@@ -287,7 +319,7 @@ Tue, 06 Feb 2024 17:55:21 GMT
|
|
|
287
319
|
|
|
288
320
|
## [9.11.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.9)
|
|
289
321
|
|
|
290
|
-
Tue, 30 Jan 2024 23:16:53 GMT
|
|
322
|
+
Tue, 30 Jan 2024 23:16:53 GMT
|
|
291
323
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.8..@fluentui/react-table_v9.11.9)
|
|
292
324
|
|
|
293
325
|
### Patches
|
|
@@ -304,7 +336,7 @@ Tue, 30 Jan 2024 23:16:53 GMT
|
|
|
304
336
|
|
|
305
337
|
## [9.11.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.8)
|
|
306
338
|
|
|
307
|
-
Mon, 29 Jan 2024 13:56:06 GMT
|
|
339
|
+
Mon, 29 Jan 2024 13:56:06 GMT
|
|
308
340
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.7..@fluentui/react-table_v9.11.8)
|
|
309
341
|
|
|
310
342
|
### Patches
|
|
@@ -315,7 +347,7 @@ Mon, 29 Jan 2024 13:56:06 GMT
|
|
|
315
347
|
|
|
316
348
|
## [9.11.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.7)
|
|
317
349
|
|
|
318
|
-
Fri, 26 Jan 2024 10:40:22 GMT
|
|
350
|
+
Fri, 26 Jan 2024 10:40:22 GMT
|
|
319
351
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.6..@fluentui/react-table_v9.11.7)
|
|
320
352
|
|
|
321
353
|
### Patches
|
|
@@ -324,7 +356,7 @@ Fri, 26 Jan 2024 10:40:22 GMT
|
|
|
324
356
|
|
|
325
357
|
## [9.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.6)
|
|
326
358
|
|
|
327
|
-
Tue, 23 Jan 2024 15:11:00 GMT
|
|
359
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
|
328
360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.5..@fluentui/react-table_v9.11.6)
|
|
329
361
|
|
|
330
362
|
### Patches
|
|
@@ -340,7 +372,7 @@ Tue, 23 Jan 2024 15:11:00 GMT
|
|
|
340
372
|
|
|
341
373
|
## [9.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.5)
|
|
342
374
|
|
|
343
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
|
375
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
|
344
376
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.4..@fluentui/react-table_v9.11.5)
|
|
345
377
|
|
|
346
378
|
### Patches
|
|
@@ -357,7 +389,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
|
357
389
|
|
|
358
390
|
## [9.11.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.4)
|
|
359
391
|
|
|
360
|
-
Wed, 17 Jan 2024 16:18:49 GMT
|
|
392
|
+
Wed, 17 Jan 2024 16:18:49 GMT
|
|
361
393
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.3..@fluentui/react-table_v9.11.4)
|
|
362
394
|
|
|
363
395
|
### Patches
|
|
@@ -373,7 +405,7 @@ Wed, 17 Jan 2024 16:18:49 GMT
|
|
|
373
405
|
|
|
374
406
|
## [9.11.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.3)
|
|
375
407
|
|
|
376
|
-
Tue, 16 Jan 2024 13:14:09 GMT
|
|
408
|
+
Tue, 16 Jan 2024 13:14:09 GMT
|
|
377
409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.2..@fluentui/react-table_v9.11.3)
|
|
378
410
|
|
|
379
411
|
### Patches
|
|
@@ -392,7 +424,7 @@ Tue, 16 Jan 2024 13:14:09 GMT
|
|
|
392
424
|
|
|
393
425
|
## [9.11.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.2)
|
|
394
426
|
|
|
395
|
-
Thu, 11 Jan 2024 09:04:29 GMT
|
|
427
|
+
Thu, 11 Jan 2024 09:04:29 GMT
|
|
396
428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.1..@fluentui/react-table_v9.11.2)
|
|
397
429
|
|
|
398
430
|
### Patches
|
|
@@ -402,7 +434,7 @@ Thu, 11 Jan 2024 09:04:29 GMT
|
|
|
402
434
|
|
|
403
435
|
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.1)
|
|
404
436
|
|
|
405
|
-
Tue, 09 Jan 2024 10:21:34 GMT
|
|
437
|
+
Tue, 09 Jan 2024 10:21:34 GMT
|
|
406
438
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.11.0..@fluentui/react-table_v9.11.1)
|
|
407
439
|
|
|
408
440
|
### Patches
|
|
@@ -411,7 +443,7 @@ Tue, 09 Jan 2024 10:21:34 GMT
|
|
|
411
443
|
|
|
412
444
|
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.11.0)
|
|
413
445
|
|
|
414
|
-
Mon, 08 Jan 2024 16:24:26 GMT
|
|
446
|
+
Mon, 08 Jan 2024 16:24:26 GMT
|
|
415
447
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.17..@fluentui/react-table_v9.11.0)
|
|
416
448
|
|
|
417
449
|
### Minor changes
|
|
@@ -432,7 +464,7 @@ Mon, 08 Jan 2024 16:24:26 GMT
|
|
|
432
464
|
|
|
433
465
|
## [9.10.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.17)
|
|
434
466
|
|
|
435
|
-
Wed, 03 Jan 2024 09:26:44 GMT
|
|
467
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
|
436
468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.16..@fluentui/react-table_v9.10.17)
|
|
437
469
|
|
|
438
470
|
### Patches
|
|
@@ -448,7 +480,7 @@ Wed, 03 Jan 2024 09:26:44 GMT
|
|
|
448
480
|
|
|
449
481
|
## [9.10.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.16)
|
|
450
482
|
|
|
451
|
-
Mon, 18 Dec 2023 17:48:16 GMT
|
|
483
|
+
Mon, 18 Dec 2023 17:48:16 GMT
|
|
452
484
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.15..@fluentui/react-table_v9.10.16)
|
|
453
485
|
|
|
454
486
|
### Patches
|
|
@@ -457,7 +489,7 @@ Mon, 18 Dec 2023 17:48:16 GMT
|
|
|
457
489
|
|
|
458
490
|
## [9.10.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.15)
|
|
459
491
|
|
|
460
|
-
Mon, 18 Dec 2023 14:40:46 GMT
|
|
492
|
+
Mon, 18 Dec 2023 14:40:46 GMT
|
|
461
493
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.14..@fluentui/react-table_v9.10.15)
|
|
462
494
|
|
|
463
495
|
### Patches
|
|
@@ -475,7 +507,7 @@ Mon, 18 Dec 2023 14:40:46 GMT
|
|
|
475
507
|
|
|
476
508
|
## [9.10.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.14)
|
|
477
509
|
|
|
478
|
-
Thu, 14 Dec 2023 09:58:46 GMT
|
|
510
|
+
Thu, 14 Dec 2023 09:58:46 GMT
|
|
479
511
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.13..@fluentui/react-table_v9.10.14)
|
|
480
512
|
|
|
481
513
|
### Patches
|
|
@@ -492,7 +524,7 @@ Thu, 14 Dec 2023 09:58:46 GMT
|
|
|
492
524
|
|
|
493
525
|
## [9.10.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.13)
|
|
494
526
|
|
|
495
|
-
Thu, 30 Nov 2023 13:42:07 GMT
|
|
527
|
+
Thu, 30 Nov 2023 13:42:07 GMT
|
|
496
528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.12..@fluentui/react-table_v9.10.13)
|
|
497
529
|
|
|
498
530
|
### Patches
|
|
@@ -507,7 +539,7 @@ Thu, 30 Nov 2023 13:42:07 GMT
|
|
|
507
539
|
|
|
508
540
|
## [9.10.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.12)
|
|
509
541
|
|
|
510
|
-
Mon, 20 Nov 2023 09:55:10 GMT
|
|
542
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
|
511
543
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.11..@fluentui/react-table_v9.10.12)
|
|
512
544
|
|
|
513
545
|
### Patches
|
|
@@ -520,7 +552,7 @@ Mon, 20 Nov 2023 09:55:10 GMT
|
|
|
520
552
|
|
|
521
553
|
## [9.10.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.11)
|
|
522
554
|
|
|
523
|
-
Tue, 14 Nov 2023 17:51:27 GMT
|
|
555
|
+
Tue, 14 Nov 2023 17:51:27 GMT
|
|
524
556
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.10..@fluentui/react-table_v9.10.11)
|
|
525
557
|
|
|
526
558
|
### Patches
|
|
@@ -532,7 +564,7 @@ Tue, 14 Nov 2023 17:51:27 GMT
|
|
|
532
564
|
|
|
533
565
|
## [9.10.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.10)
|
|
534
566
|
|
|
535
|
-
Thu, 09 Nov 2023 17:29:44 GMT
|
|
567
|
+
Thu, 09 Nov 2023 17:29:44 GMT
|
|
536
568
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.9..@fluentui/react-table_v9.10.10)
|
|
537
569
|
|
|
538
570
|
### Patches
|
|
@@ -552,7 +584,7 @@ Thu, 09 Nov 2023 17:29:44 GMT
|
|
|
552
584
|
|
|
553
585
|
## [9.10.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.9)
|
|
554
586
|
|
|
555
|
-
Wed, 01 Nov 2023 12:55:59 GMT
|
|
587
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
|
556
588
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.8..@fluentui/react-table_v9.10.9)
|
|
557
589
|
|
|
558
590
|
### Patches
|
|
@@ -566,7 +598,7 @@ Wed, 01 Nov 2023 12:55:59 GMT
|
|
|
566
598
|
|
|
567
599
|
## [9.10.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.8)
|
|
568
600
|
|
|
569
|
-
Sat, 28 Oct 2023 23:35:59 GMT
|
|
601
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
|
570
602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.7..@fluentui/react-table_v9.10.8)
|
|
571
603
|
|
|
572
604
|
### Patches
|
|
@@ -579,7 +611,7 @@ Sat, 28 Oct 2023 23:35:59 GMT
|
|
|
579
611
|
|
|
580
612
|
## [9.10.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.7)
|
|
581
613
|
|
|
582
|
-
Mon, 23 Oct 2023 09:51:56 GMT
|
|
614
|
+
Mon, 23 Oct 2023 09:51:56 GMT
|
|
583
615
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.6..@fluentui/react-table_v9.10.7)
|
|
584
616
|
|
|
585
617
|
### Patches
|
|
@@ -592,7 +624,7 @@ Mon, 23 Oct 2023 09:51:56 GMT
|
|
|
592
624
|
|
|
593
625
|
## [9.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.6)
|
|
594
626
|
|
|
595
|
-
Wed, 18 Oct 2023 17:54:08 GMT
|
|
627
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
|
596
628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.5..@fluentui/react-table_v9.10.6)
|
|
597
629
|
|
|
598
630
|
### Patches
|
|
@@ -608,7 +640,7 @@ Wed, 18 Oct 2023 17:54:08 GMT
|
|
|
608
640
|
|
|
609
641
|
## [9.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.5)
|
|
610
642
|
|
|
611
|
-
Thu, 12 Oct 2023 14:55:44 GMT
|
|
643
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
|
612
644
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.4..@fluentui/react-table_v9.10.5)
|
|
613
645
|
|
|
614
646
|
### Patches
|
|
@@ -620,7 +652,7 @@ Thu, 12 Oct 2023 14:55:44 GMT
|
|
|
620
652
|
|
|
621
653
|
## [9.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.4)
|
|
622
654
|
|
|
623
|
-
Wed, 11 Oct 2023 13:54:25 GMT
|
|
655
|
+
Wed, 11 Oct 2023 13:54:25 GMT
|
|
624
656
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.3..@fluentui/react-table_v9.10.4)
|
|
625
657
|
|
|
626
658
|
### Patches
|
|
@@ -637,13 +669,13 @@ Wed, 11 Oct 2023 13:54:25 GMT
|
|
|
637
669
|
|
|
638
670
|
## [9.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.3)
|
|
639
671
|
|
|
640
|
-
Mon, 09 Oct 2023 20:45:43 GMT
|
|
672
|
+
Mon, 09 Oct 2023 20:45:43 GMT
|
|
641
673
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.2..@fluentui/react-table_v9.10.3)
|
|
642
674
|
|
|
643
675
|
### Patches
|
|
644
676
|
|
|
645
677
|
- fix(useMeasureElement): Should not remove parent element ([PR #29451](https://github.com/microsoft/fluentui/pull/29451) by lingfangao@hotmail.com)
|
|
646
|
-
- fix: remove row focus background color
|
|
678
|
+
- fix: remove row focus background color ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by lingfangao@hotmail.com)
|
|
647
679
|
- Bump @fluentui/react-aria to v9.3.41 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
|
|
648
680
|
- Bump @fluentui/react-avatar to v9.5.38 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
|
|
649
681
|
- Bump @fluentui/react-checkbox to v9.1.48 ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by beachball)
|
|
@@ -656,7 +688,7 @@ Mon, 09 Oct 2023 20:45:43 GMT
|
|
|
656
688
|
|
|
657
689
|
## [9.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.2)
|
|
658
690
|
|
|
659
|
-
Thu, 05 Oct 2023 15:25:32 GMT
|
|
691
|
+
Thu, 05 Oct 2023 15:25:32 GMT
|
|
660
692
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.1..@fluentui/react-table_v9.10.2)
|
|
661
693
|
|
|
662
694
|
### Patches
|
|
@@ -674,7 +706,7 @@ Thu, 05 Oct 2023 15:25:32 GMT
|
|
|
674
706
|
|
|
675
707
|
## [9.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.1)
|
|
676
708
|
|
|
677
|
-
Wed, 04 Oct 2023 08:45:47 GMT
|
|
709
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
|
678
710
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.10.0..@fluentui/react-table_v9.10.1)
|
|
679
711
|
|
|
680
712
|
### Patches
|
|
@@ -690,7 +722,7 @@ Wed, 04 Oct 2023 08:45:47 GMT
|
|
|
690
722
|
|
|
691
723
|
## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.10.0)
|
|
692
724
|
|
|
693
|
-
Mon, 02 Oct 2023 08:56:05 GMT
|
|
725
|
+
Mon, 02 Oct 2023 08:56:05 GMT
|
|
694
726
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.9.1..@fluentui/react-table_v9.10.0)
|
|
695
727
|
|
|
696
728
|
### Minor changes
|
|
@@ -704,7 +736,7 @@ Mon, 02 Oct 2023 08:56:05 GMT
|
|
|
704
736
|
|
|
705
737
|
## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.9.1)
|
|
706
738
|
|
|
707
|
-
Tue, 26 Sep 2023 17:49:12 GMT
|
|
739
|
+
Tue, 26 Sep 2023 17:49:12 GMT
|
|
708
740
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.9.0..@fluentui/react-table_v9.9.1)
|
|
709
741
|
|
|
710
742
|
### Patches
|
|
@@ -724,7 +756,7 @@ Tue, 26 Sep 2023 17:49:12 GMT
|
|
|
724
756
|
|
|
725
757
|
## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.9.0)
|
|
726
758
|
|
|
727
|
-
Tue, 26 Sep 2023 15:31:48 GMT
|
|
759
|
+
Tue, 26 Sep 2023 15:31:48 GMT
|
|
728
760
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.8..@fluentui/react-table_v9.9.0)
|
|
729
761
|
|
|
730
762
|
### Minor changes
|
|
@@ -749,7 +781,7 @@ Tue, 26 Sep 2023 15:31:48 GMT
|
|
|
749
781
|
|
|
750
782
|
## [9.8.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.8)
|
|
751
783
|
|
|
752
|
-
Wed, 20 Sep 2023 17:47:43 GMT
|
|
784
|
+
Wed, 20 Sep 2023 17:47:43 GMT
|
|
753
785
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.7..@fluentui/react-table_v9.8.8)
|
|
754
786
|
|
|
755
787
|
### Patches
|
|
@@ -764,7 +796,7 @@ Wed, 20 Sep 2023 17:47:43 GMT
|
|
|
764
796
|
|
|
765
797
|
## [9.8.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.7)
|
|
766
798
|
|
|
767
|
-
Wed, 20 Sep 2023 14:59:53 GMT
|
|
799
|
+
Wed, 20 Sep 2023 14:59:53 GMT
|
|
768
800
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.6..@fluentui/react-table_v9.8.7)
|
|
769
801
|
|
|
770
802
|
### Patches
|
|
@@ -778,7 +810,7 @@ Wed, 20 Sep 2023 14:59:53 GMT
|
|
|
778
810
|
|
|
779
811
|
## [9.8.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.6)
|
|
780
812
|
|
|
781
|
-
Thu, 14 Sep 2023 16:44:47 GMT
|
|
813
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
|
782
814
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.5..@fluentui/react-table_v9.8.6)
|
|
783
815
|
|
|
784
816
|
### Patches
|
|
@@ -790,7 +822,7 @@ Thu, 14 Sep 2023 16:44:47 GMT
|
|
|
790
822
|
|
|
791
823
|
## [9.8.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.5)
|
|
792
824
|
|
|
793
|
-
Tue, 12 Sep 2023 08:51:33 GMT
|
|
825
|
+
Tue, 12 Sep 2023 08:51:33 GMT
|
|
794
826
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.4..@fluentui/react-table_v9.8.5)
|
|
795
827
|
|
|
796
828
|
### Patches
|
|
@@ -804,7 +836,7 @@ Tue, 12 Sep 2023 08:51:33 GMT
|
|
|
804
836
|
|
|
805
837
|
## [9.8.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.4)
|
|
806
838
|
|
|
807
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
|
839
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
|
808
840
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.3..@fluentui/react-table_v9.8.4)
|
|
809
841
|
|
|
810
842
|
### Patches
|
|
@@ -820,7 +852,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
|
820
852
|
|
|
821
853
|
## [9.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.3)
|
|
822
854
|
|
|
823
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
|
855
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
|
824
856
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.2..@fluentui/react-table_v9.8.3)
|
|
825
857
|
|
|
826
858
|
### Patches
|
|
@@ -836,7 +868,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
|
836
868
|
|
|
837
869
|
## [9.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.2)
|
|
838
870
|
|
|
839
|
-
Tue, 05 Sep 2023 13:29:05 GMT
|
|
871
|
+
Tue, 05 Sep 2023 13:29:05 GMT
|
|
840
872
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.1..@fluentui/react-table_v9.8.2)
|
|
841
873
|
|
|
842
874
|
### Patches
|
|
@@ -857,7 +889,7 @@ Tue, 05 Sep 2023 13:29:05 GMT
|
|
|
857
889
|
|
|
858
890
|
## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.1)
|
|
859
891
|
|
|
860
|
-
Tue, 29 Aug 2023 12:57:35 GMT
|
|
892
|
+
Tue, 29 Aug 2023 12:57:35 GMT
|
|
861
893
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.8.0..@fluentui/react-table_v9.8.1)
|
|
862
894
|
|
|
863
895
|
### Patches
|
|
@@ -874,7 +906,7 @@ Tue, 29 Aug 2023 12:57:35 GMT
|
|
|
874
906
|
|
|
875
907
|
## [9.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.8.0)
|
|
876
908
|
|
|
877
|
-
Thu, 24 Aug 2023 10:26:34 GMT
|
|
909
|
+
Thu, 24 Aug 2023 10:26:34 GMT
|
|
878
910
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.9..@fluentui/react-table_v9.8.0)
|
|
879
911
|
|
|
880
912
|
### Minor changes
|
|
@@ -895,7 +927,7 @@ Thu, 24 Aug 2023 10:26:34 GMT
|
|
|
895
927
|
|
|
896
928
|
## [9.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.9)
|
|
897
929
|
|
|
898
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
|
930
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
|
899
931
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.8..@fluentui/react-table_v9.7.9)
|
|
900
932
|
|
|
901
933
|
### Patches
|
|
@@ -911,7 +943,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
|
911
943
|
|
|
912
944
|
## [9.7.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.8)
|
|
913
945
|
|
|
914
|
-
Mon, 21 Aug 2023 11:38:03 GMT
|
|
946
|
+
Mon, 21 Aug 2023 11:38:03 GMT
|
|
915
947
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.7..@fluentui/react-table_v9.7.8)
|
|
916
948
|
|
|
917
949
|
### Patches
|
|
@@ -920,7 +952,7 @@ Mon, 21 Aug 2023 11:38:03 GMT
|
|
|
920
952
|
|
|
921
953
|
## [9.7.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.7)
|
|
922
954
|
|
|
923
|
-
Wed, 16 Aug 2023 17:41:08 GMT
|
|
955
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
|
924
956
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.6..@fluentui/react-table_v9.7.7)
|
|
925
957
|
|
|
926
958
|
### Patches
|
|
@@ -932,7 +964,7 @@ Wed, 16 Aug 2023 17:41:08 GMT
|
|
|
932
964
|
|
|
933
965
|
## [9.7.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.6)
|
|
934
966
|
|
|
935
|
-
Wed, 16 Aug 2023 11:38:33 GMT
|
|
967
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
|
936
968
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.5..@fluentui/react-table_v9.7.6)
|
|
937
969
|
|
|
938
970
|
### Patches
|
|
@@ -944,7 +976,7 @@ Wed, 16 Aug 2023 11:38:33 GMT
|
|
|
944
976
|
|
|
945
977
|
## [9.7.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.5)
|
|
946
978
|
|
|
947
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
|
979
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
|
948
980
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.4..@fluentui/react-table_v9.7.5)
|
|
949
981
|
|
|
950
982
|
### Patches
|
|
@@ -960,7 +992,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
|
960
992
|
|
|
961
993
|
## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.4)
|
|
962
994
|
|
|
963
|
-
Wed, 09 Aug 2023 13:17:05 GMT
|
|
995
|
+
Wed, 09 Aug 2023 13:17:05 GMT
|
|
964
996
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.3..@fluentui/react-table_v9.7.4)
|
|
965
997
|
|
|
966
998
|
### Patches
|
|
@@ -978,7 +1010,7 @@ Wed, 09 Aug 2023 13:17:05 GMT
|
|
|
978
1010
|
|
|
979
1011
|
## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.3)
|
|
980
1012
|
|
|
981
|
-
Fri, 04 Aug 2023 08:52:58 GMT
|
|
1013
|
+
Fri, 04 Aug 2023 08:52:58 GMT
|
|
982
1014
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.2..@fluentui/react-table_v9.7.3)
|
|
983
1015
|
|
|
984
1016
|
### Patches
|
|
@@ -996,7 +1028,7 @@ Fri, 04 Aug 2023 08:52:58 GMT
|
|
|
996
1028
|
|
|
997
1029
|
## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.2)
|
|
998
1030
|
|
|
999
|
-
Tue, 01 Aug 2023 10:17:21 GMT
|
|
1031
|
+
Tue, 01 Aug 2023 10:17:21 GMT
|
|
1000
1032
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.1..@fluentui/react-table_v9.7.2)
|
|
1001
1033
|
|
|
1002
1034
|
### Patches
|
|
@@ -1009,7 +1041,7 @@ Tue, 01 Aug 2023 10:17:21 GMT
|
|
|
1009
1041
|
|
|
1010
1042
|
## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.1)
|
|
1011
1043
|
|
|
1012
|
-
Thu, 27 Jul 2023 10:34:14 GMT
|
|
1044
|
+
Thu, 27 Jul 2023 10:34:14 GMT
|
|
1013
1045
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.7.0..@fluentui/react-table_v9.7.1)
|
|
1014
1046
|
|
|
1015
1047
|
### Patches
|
|
@@ -1018,7 +1050,7 @@ Thu, 27 Jul 2023 10:34:14 GMT
|
|
|
1018
1050
|
|
|
1019
1051
|
## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.7.0)
|
|
1020
1052
|
|
|
1021
|
-
Tue, 25 Jul 2023 13:29:22 GMT
|
|
1053
|
+
Tue, 25 Jul 2023 13:29:22 GMT
|
|
1022
1054
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.6.1..@fluentui/react-table_v9.7.0)
|
|
1023
1055
|
|
|
1024
1056
|
### Minor changes
|
|
@@ -1036,7 +1068,7 @@ Tue, 25 Jul 2023 13:29:22 GMT
|
|
|
1036
1068
|
|
|
1037
1069
|
## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.6.1)
|
|
1038
1070
|
|
|
1039
|
-
Thu, 20 Jul 2023 18:27:34 GMT
|
|
1071
|
+
Thu, 20 Jul 2023 18:27:34 GMT
|
|
1040
1072
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.6.0..@fluentui/react-table_v9.6.1)
|
|
1041
1073
|
|
|
1042
1074
|
### Patches
|
|
@@ -1049,7 +1081,7 @@ Thu, 20 Jul 2023 18:27:34 GMT
|
|
|
1049
1081
|
|
|
1050
1082
|
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.6.0)
|
|
1051
1083
|
|
|
1052
|
-
Tue, 11 Jul 2023 18:46:35 GMT
|
|
1084
|
+
Tue, 11 Jul 2023 18:46:35 GMT
|
|
1053
1085
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.5.0..@fluentui/react-table_v9.6.0)
|
|
1054
1086
|
|
|
1055
1087
|
### Minor changes
|
|
@@ -1063,7 +1095,7 @@ Tue, 11 Jul 2023 18:46:35 GMT
|
|
|
1063
1095
|
|
|
1064
1096
|
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.5.0)
|
|
1065
1097
|
|
|
1066
|
-
Mon, 03 Jul 2023 13:34:27 GMT
|
|
1098
|
+
Mon, 03 Jul 2023 13:34:27 GMT
|
|
1067
1099
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.4.4..@fluentui/react-table_v9.5.0)
|
|
1068
1100
|
|
|
1069
1101
|
### Minor changes
|
|
@@ -1076,7 +1108,7 @@ Mon, 03 Jul 2023 13:34:27 GMT
|
|
|
1076
1108
|
|
|
1077
1109
|
## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.4.4)
|
|
1078
1110
|
|
|
1079
|
-
Mon, 03 Jul 2023 11:57:14 GMT
|
|
1111
|
+
Mon, 03 Jul 2023 11:57:14 GMT
|
|
1080
1112
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.4.3..@fluentui/react-table_v9.4.4)
|
|
1081
1113
|
|
|
1082
1114
|
### Patches
|
|
@@ -1093,7 +1125,7 @@ Mon, 03 Jul 2023 11:57:14 GMT
|
|
|
1093
1125
|
|
|
1094
1126
|
## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.4.3)
|
|
1095
1127
|
|
|
1096
|
-
Wed, 28 Jun 2023 11:12:32 GMT
|
|
1128
|
+
Wed, 28 Jun 2023 11:12:32 GMT
|
|
1097
1129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.4.2..@fluentui/react-table_v9.4.3)
|
|
1098
1130
|
|
|
1099
1131
|
### Patches
|
|
@@ -1110,7 +1142,7 @@ Wed, 28 Jun 2023 11:12:32 GMT
|
|
|
1110
1142
|
|
|
1111
1143
|
## [9.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.4.2)
|
|
1112
1144
|
|
|
1113
|
-
Tue, 27 Jun 2023 11:21:23 GMT
|
|
1145
|
+
Tue, 27 Jun 2023 11:21:23 GMT
|
|
1114
1146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.4.1..@fluentui/react-table_v9.4.2)
|
|
1115
1147
|
|
|
1116
1148
|
### Patches
|
|
@@ -1122,7 +1154,7 @@ Tue, 27 Jun 2023 11:21:23 GMT
|
|
|
1122
1154
|
|
|
1123
1155
|
## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.4.1)
|
|
1124
1156
|
|
|
1125
|
-
Mon, 26 Jun 2023 09:53:55 GMT
|
|
1157
|
+
Mon, 26 Jun 2023 09:53:55 GMT
|
|
1126
1158
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.4.0..@fluentui/react-table_v9.4.1)
|
|
1127
1159
|
|
|
1128
1160
|
### Patches
|
|
@@ -1138,7 +1170,7 @@ Mon, 26 Jun 2023 09:53:55 GMT
|
|
|
1138
1170
|
|
|
1139
1171
|
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.4.0)
|
|
1140
1172
|
|
|
1141
|
-
Tue, 20 Jun 2023 12:39:04 GMT
|
|
1173
|
+
Tue, 20 Jun 2023 12:39:04 GMT
|
|
1142
1174
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.3.0..@fluentui/react-table_v9.4.0)
|
|
1143
1175
|
|
|
1144
1176
|
### Minor changes
|
|
@@ -1165,7 +1197,7 @@ Tue, 20 Jun 2023 12:39:04 GMT
|
|
|
1165
1197
|
|
|
1166
1198
|
## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.3.0)
|
|
1167
1199
|
|
|
1168
|
-
Wed, 31 May 2023 06:46:19 GMT
|
|
1200
|
+
Wed, 31 May 2023 06:46:19 GMT
|
|
1169
1201
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.12..@fluentui/react-table_v9.3.0)
|
|
1170
1202
|
|
|
1171
1203
|
### Minor changes
|
|
@@ -1187,7 +1219,7 @@ Wed, 31 May 2023 06:46:19 GMT
|
|
|
1187
1219
|
|
|
1188
1220
|
## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.12)
|
|
1189
1221
|
|
|
1190
|
-
Thu, 25 May 2023 10:00:48 GMT
|
|
1222
|
+
Thu, 25 May 2023 10:00:48 GMT
|
|
1191
1223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.11..@fluentui/react-table_v9.2.12)
|
|
1192
1224
|
|
|
1193
1225
|
### Patches
|
|
@@ -1203,7 +1235,7 @@ Thu, 25 May 2023 10:00:48 GMT
|
|
|
1203
1235
|
|
|
1204
1236
|
## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.11)
|
|
1205
1237
|
|
|
1206
|
-
Wed, 24 May 2023 20:45:34 GMT
|
|
1238
|
+
Wed, 24 May 2023 20:45:34 GMT
|
|
1207
1239
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.10..@fluentui/react-table_v9.2.11)
|
|
1208
1240
|
|
|
1209
1241
|
### Patches
|
|
@@ -1216,7 +1248,7 @@ Wed, 24 May 2023 20:45:34 GMT
|
|
|
1216
1248
|
|
|
1217
1249
|
## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.10)
|
|
1218
1250
|
|
|
1219
|
-
Thu, 18 May 2023 13:11:08 GMT
|
|
1251
|
+
Thu, 18 May 2023 13:11:08 GMT
|
|
1220
1252
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.9..@fluentui/react-table_v9.2.10)
|
|
1221
1253
|
|
|
1222
1254
|
### Patches
|
|
@@ -1228,7 +1260,7 @@ Thu, 18 May 2023 13:11:08 GMT
|
|
|
1228
1260
|
|
|
1229
1261
|
## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.9)
|
|
1230
1262
|
|
|
1231
|
-
Thu, 18 May 2023 00:39:15 GMT
|
|
1263
|
+
Thu, 18 May 2023 00:39:15 GMT
|
|
1232
1264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.8..@fluentui/react-table_v9.2.9)
|
|
1233
1265
|
|
|
1234
1266
|
### Patches
|
|
@@ -1244,7 +1276,7 @@ Thu, 18 May 2023 00:39:15 GMT
|
|
|
1244
1276
|
|
|
1245
1277
|
## [9.2.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.8)
|
|
1246
1278
|
|
|
1247
|
-
Fri, 12 May 2023 20:27:50 GMT
|
|
1279
|
+
Fri, 12 May 2023 20:27:50 GMT
|
|
1248
1280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.7..@fluentui/react-table_v9.2.8)
|
|
1249
1281
|
|
|
1250
1282
|
### Patches
|
|
@@ -1271,7 +1303,7 @@ Fri, 12 May 2023 20:27:50 GMT
|
|
|
1271
1303
|
|
|
1272
1304
|
## [9.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.7)
|
|
1273
1305
|
|
|
1274
|
-
Mon, 24 Apr 2023 08:12:42 GMT
|
|
1306
|
+
Mon, 24 Apr 2023 08:12:42 GMT
|
|
1275
1307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.6..@fluentui/react-table_v9.2.7)
|
|
1276
1308
|
|
|
1277
1309
|
### Patches
|
|
@@ -1284,7 +1316,7 @@ Mon, 24 Apr 2023 08:12:42 GMT
|
|
|
1284
1316
|
|
|
1285
1317
|
## [9.2.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.6)
|
|
1286
1318
|
|
|
1287
|
-
Mon, 17 Apr 2023 17:53:59 GMT
|
|
1319
|
+
Mon, 17 Apr 2023 17:53:59 GMT
|
|
1288
1320
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.5..@fluentui/react-table_v9.2.6)
|
|
1289
1321
|
|
|
1290
1322
|
### Patches
|
|
@@ -1301,7 +1333,7 @@ Mon, 17 Apr 2023 17:53:59 GMT
|
|
|
1301
1333
|
|
|
1302
1334
|
## [9.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.5)
|
|
1303
1335
|
|
|
1304
|
-
Wed, 12 Apr 2023 09:31:45 GMT
|
|
1336
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
|
1305
1337
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.4..@fluentui/react-table_v9.2.5)
|
|
1306
1338
|
|
|
1307
1339
|
### Patches
|
|
@@ -1316,7 +1348,7 @@ Wed, 12 Apr 2023 09:31:45 GMT
|
|
|
1316
1348
|
|
|
1317
1349
|
## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.4)
|
|
1318
1350
|
|
|
1319
|
-
Fri, 07 Apr 2023 00:01:45 GMT
|
|
1351
|
+
Fri, 07 Apr 2023 00:01:45 GMT
|
|
1320
1352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.3..@fluentui/react-table_v9.2.4)
|
|
1321
1353
|
|
|
1322
1354
|
### Patches
|
|
@@ -1326,7 +1358,7 @@ Fri, 07 Apr 2023 00:01:45 GMT
|
|
|
1326
1358
|
|
|
1327
1359
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.3)
|
|
1328
1360
|
|
|
1329
|
-
Tue, 04 Apr 2023 18:44:50 GMT
|
|
1361
|
+
Tue, 04 Apr 2023 18:44:50 GMT
|
|
1330
1362
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.2..@fluentui/react-table_v9.2.3)
|
|
1331
1363
|
|
|
1332
1364
|
### Patches
|
|
@@ -1341,7 +1373,7 @@ Tue, 04 Apr 2023 18:44:50 GMT
|
|
|
1341
1373
|
|
|
1342
1374
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.2)
|
|
1343
1375
|
|
|
1344
|
-
Tue, 21 Mar 2023 21:23:06 GMT
|
|
1376
|
+
Tue, 21 Mar 2023 21:23:06 GMT
|
|
1345
1377
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.1..@fluentui/react-table_v9.2.2)
|
|
1346
1378
|
|
|
1347
1379
|
### Patches
|
|
@@ -1363,7 +1395,7 @@ Tue, 21 Mar 2023 21:23:06 GMT
|
|
|
1363
1395
|
|
|
1364
1396
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.1)
|
|
1365
1397
|
|
|
1366
|
-
Thu, 16 Mar 2023 14:36:59 GMT
|
|
1398
|
+
Thu, 16 Mar 2023 14:36:59 GMT
|
|
1367
1399
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.2.0..@fluentui/react-table_v9.2.1)
|
|
1368
1400
|
|
|
1369
1401
|
### Patches
|
|
@@ -1378,7 +1410,7 @@ Thu, 16 Mar 2023 14:36:59 GMT
|
|
|
1378
1410
|
|
|
1379
1411
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.2.0)
|
|
1380
1412
|
|
|
1381
|
-
Wed, 15 Mar 2023 10:19:52 GMT
|
|
1413
|
+
Wed, 15 Mar 2023 10:19:52 GMT
|
|
1382
1414
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.1.2..@fluentui/react-table_v9.2.0)
|
|
1383
1415
|
|
|
1384
1416
|
### Minor changes
|
|
@@ -1393,7 +1425,7 @@ Wed, 15 Mar 2023 10:19:52 GMT
|
|
|
1393
1425
|
|
|
1394
1426
|
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.1.2)
|
|
1395
1427
|
|
|
1396
|
-
Mon, 13 Mar 2023 08:58:26 GMT
|
|
1428
|
+
Mon, 13 Mar 2023 08:58:26 GMT
|
|
1397
1429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.1.1..@fluentui/react-table_v9.1.2)
|
|
1398
1430
|
|
|
1399
1431
|
### Patches
|
|
@@ -1408,7 +1440,7 @@ Mon, 13 Mar 2023 08:58:26 GMT
|
|
|
1408
1440
|
|
|
1409
1441
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.1.1)
|
|
1410
1442
|
|
|
1411
|
-
Fri, 10 Mar 2023 07:14:01 GMT
|
|
1443
|
+
Fri, 10 Mar 2023 07:14:01 GMT
|
|
1412
1444
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.1.0..@fluentui/react-table_v9.1.1)
|
|
1413
1445
|
|
|
1414
1446
|
### Patches
|
|
@@ -1423,7 +1455,7 @@ Fri, 10 Mar 2023 07:14:01 GMT
|
|
|
1423
1455
|
|
|
1424
1456
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.1.0)
|
|
1425
1457
|
|
|
1426
|
-
Wed, 08 Mar 2023 17:42:44 GMT
|
|
1458
|
+
Wed, 08 Mar 2023 17:42:44 GMT
|
|
1427
1459
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.4..@fluentui/react-table_v9.1.0)
|
|
1428
1460
|
|
|
1429
1461
|
### Minor changes
|
|
@@ -1442,7 +1474,7 @@ Wed, 08 Mar 2023 17:42:44 GMT
|
|
|
1442
1474
|
|
|
1443
1475
|
## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.4)
|
|
1444
1476
|
|
|
1445
|
-
Wed, 22 Feb 2023 23:06:07 GMT
|
|
1477
|
+
Wed, 22 Feb 2023 23:06:07 GMT
|
|
1446
1478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.3..@fluentui/react-table_v9.0.4)
|
|
1447
1479
|
|
|
1448
1480
|
### Patches
|
|
@@ -1451,7 +1483,7 @@ Wed, 22 Feb 2023 23:06:07 GMT
|
|
|
1451
1483
|
|
|
1452
1484
|
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.3)
|
|
1453
1485
|
|
|
1454
|
-
Wed, 15 Feb 2023 11:44:51 GMT
|
|
1486
|
+
Wed, 15 Feb 2023 11:44:51 GMT
|
|
1455
1487
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.2..@fluentui/react-table_v9.0.3)
|
|
1456
1488
|
|
|
1457
1489
|
### Patches
|
|
@@ -1470,7 +1502,7 @@ Wed, 15 Feb 2023 11:44:51 GMT
|
|
|
1470
1502
|
|
|
1471
1503
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.2)
|
|
1472
1504
|
|
|
1473
|
-
Mon, 13 Feb 2023 23:43:14 GMT
|
|
1505
|
+
Mon, 13 Feb 2023 23:43:14 GMT
|
|
1474
1506
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.1..@fluentui/react-table_v9.0.2)
|
|
1475
1507
|
|
|
1476
1508
|
### Patches
|
|
@@ -1485,7 +1517,7 @@ Mon, 13 Feb 2023 23:43:14 GMT
|
|
|
1485
1517
|
|
|
1486
1518
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.1)
|
|
1487
1519
|
|
|
1488
|
-
Mon, 13 Feb 2023 09:35:48 GMT
|
|
1520
|
+
Mon, 13 Feb 2023 09:35:48 GMT
|
|
1489
1521
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0..@fluentui/react-table_v9.0.1)
|
|
1490
1522
|
|
|
1491
1523
|
### Patches
|
|
@@ -1494,7 +1526,7 @@ Mon, 13 Feb 2023 09:35:48 GMT
|
|
|
1494
1526
|
|
|
1495
1527
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0)
|
|
1496
1528
|
|
|
1497
|
-
Fri, 10 Feb 2023 08:50:01 GMT
|
|
1529
|
+
Fri, 10 Feb 2023 08:50:01 GMT
|
|
1498
1530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-rc.5..@fluentui/react-table_v9.0.0)
|
|
1499
1531
|
|
|
1500
1532
|
### Patches
|
|
@@ -1515,7 +1547,7 @@ Fri, 10 Feb 2023 08:50:01 GMT
|
|
|
1515
1547
|
|
|
1516
1548
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.5)
|
|
1517
1549
|
|
|
1518
|
-
Tue, 07 Feb 2023 14:13:07 GMT
|
|
1550
|
+
Tue, 07 Feb 2023 14:13:07 GMT
|
|
1519
1551
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-rc.4..@fluentui/react-table_v9.0.0-rc.5)
|
|
1520
1552
|
|
|
1521
1553
|
### Changes
|
|
@@ -1529,7 +1561,7 @@ Tue, 07 Feb 2023 14:13:07 GMT
|
|
|
1529
1561
|
|
|
1530
1562
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.4)
|
|
1531
1563
|
|
|
1532
|
-
Tue, 31 Jan 2023 19:53:58 GMT
|
|
1564
|
+
Tue, 31 Jan 2023 19:53:58 GMT
|
|
1533
1565
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-rc.3..@fluentui/react-table_v9.0.0-rc.4)
|
|
1534
1566
|
|
|
1535
1567
|
### Changes
|
|
@@ -1544,7 +1576,7 @@ Tue, 31 Jan 2023 19:53:58 GMT
|
|
|
1544
1576
|
|
|
1545
1577
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.3)
|
|
1546
1578
|
|
|
1547
|
-
Thu, 26 Jan 2023 13:31:01 GMT
|
|
1579
|
+
Thu, 26 Jan 2023 13:31:01 GMT
|
|
1548
1580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-rc.2..@fluentui/react-table_v9.0.0-rc.3)
|
|
1549
1581
|
|
|
1550
1582
|
### Changes
|
|
@@ -1560,7 +1592,7 @@ Thu, 26 Jan 2023 13:31:01 GMT
|
|
|
1560
1592
|
|
|
1561
1593
|
## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.2)
|
|
1562
1594
|
|
|
1563
|
-
Mon, 23 Jan 2023 16:43:11 GMT
|
|
1595
|
+
Mon, 23 Jan 2023 16:43:11 GMT
|
|
1564
1596
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-rc.1..@fluentui/react-table_v9.0.0-rc.2)
|
|
1565
1597
|
|
|
1566
1598
|
### Changes
|
|
@@ -1572,7 +1604,7 @@ Mon, 23 Jan 2023 16:43:11 GMT
|
|
|
1572
1604
|
|
|
1573
1605
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-rc.1)
|
|
1574
1606
|
|
|
1575
|
-
Wed, 18 Jan 2023 16:32:55 GMT
|
|
1607
|
+
Wed, 18 Jan 2023 16:32:55 GMT
|
|
1576
1608
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.20..@fluentui/react-table_v9.0.0-rc.1)
|
|
1577
1609
|
|
|
1578
1610
|
### Changes
|
|
@@ -1586,7 +1618,7 @@ Wed, 18 Jan 2023 16:32:55 GMT
|
|
|
1586
1618
|
|
|
1587
1619
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.20)
|
|
1588
1620
|
|
|
1589
|
-
Tue, 17 Jan 2023 12:22:55 GMT
|
|
1621
|
+
Tue, 17 Jan 2023 12:22:55 GMT
|
|
1590
1622
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.19..@fluentui/react-table_v9.0.0-alpha.20)
|
|
1591
1623
|
|
|
1592
1624
|
### Changes
|
|
@@ -1597,7 +1629,7 @@ Tue, 17 Jan 2023 12:22:55 GMT
|
|
|
1597
1629
|
|
|
1598
1630
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.19)
|
|
1599
1631
|
|
|
1600
|
-
Mon, 16 Jan 2023 08:38:48 GMT
|
|
1632
|
+
Mon, 16 Jan 2023 08:38:48 GMT
|
|
1601
1633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.18..@fluentui/react-table_v9.0.0-alpha.19)
|
|
1602
1634
|
|
|
1603
1635
|
### Changes
|
|
@@ -1611,7 +1643,7 @@ Mon, 16 Jan 2023 08:38:48 GMT
|
|
|
1611
1643
|
|
|
1612
1644
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.18)
|
|
1613
1645
|
|
|
1614
|
-
Mon, 09 Jan 2023 21:51:24 GMT
|
|
1646
|
+
Mon, 09 Jan 2023 21:51:24 GMT
|
|
1615
1647
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.17..@fluentui/react-table_v9.0.0-alpha.18)
|
|
1616
1648
|
|
|
1617
1649
|
### Changes
|
|
@@ -1620,7 +1652,7 @@ Mon, 09 Jan 2023 21:51:24 GMT
|
|
|
1620
1652
|
|
|
1621
1653
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.17)
|
|
1622
1654
|
|
|
1623
|
-
Mon, 09 Jan 2023 14:35:00 GMT
|
|
1655
|
+
Mon, 09 Jan 2023 14:35:00 GMT
|
|
1624
1656
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.16..@fluentui/react-table_v9.0.0-alpha.17)
|
|
1625
1657
|
|
|
1626
1658
|
### Changes
|
|
@@ -1638,7 +1670,7 @@ Mon, 09 Jan 2023 14:35:00 GMT
|
|
|
1638
1670
|
|
|
1639
1671
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.16)
|
|
1640
1672
|
|
|
1641
|
-
Wed, 04 Jan 2023 01:40:32 GMT
|
|
1673
|
+
Wed, 04 Jan 2023 01:40:32 GMT
|
|
1642
1674
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.15..@fluentui/react-table_v9.0.0-alpha.16)
|
|
1643
1675
|
|
|
1644
1676
|
### Changes
|
|
@@ -1657,7 +1689,7 @@ Wed, 04 Jan 2023 01:40:32 GMT
|
|
|
1657
1689
|
|
|
1658
1690
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.15)
|
|
1659
1691
|
|
|
1660
|
-
Wed, 21 Dec 2022 10:20:33 GMT
|
|
1692
|
+
Wed, 21 Dec 2022 10:20:33 GMT
|
|
1661
1693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.14..@fluentui/react-table_v9.0.0-alpha.15)
|
|
1662
1694
|
|
|
1663
1695
|
### Changes
|
|
@@ -1670,7 +1702,7 @@ Wed, 21 Dec 2022 10:20:33 GMT
|
|
|
1670
1702
|
|
|
1671
1703
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.14)
|
|
1672
1704
|
|
|
1673
|
-
Tue, 20 Dec 2022 14:59:28 GMT
|
|
1705
|
+
Tue, 20 Dec 2022 14:59:28 GMT
|
|
1674
1706
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.13..@fluentui/react-table_v9.0.0-alpha.14)
|
|
1675
1707
|
|
|
1676
1708
|
### Changes
|
|
@@ -1694,7 +1726,7 @@ Tue, 20 Dec 2022 14:59:28 GMT
|
|
|
1694
1726
|
|
|
1695
1727
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.13)
|
|
1696
1728
|
|
|
1697
|
-
Mon, 05 Dec 2022 18:29:31 GMT
|
|
1729
|
+
Mon, 05 Dec 2022 18:29:31 GMT
|
|
1698
1730
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.12..@fluentui/react-table_v9.0.0-alpha.13)
|
|
1699
1731
|
|
|
1700
1732
|
### Changes
|
|
@@ -1718,7 +1750,7 @@ Mon, 05 Dec 2022 18:29:31 GMT
|
|
|
1718
1750
|
|
|
1719
1751
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.12)
|
|
1720
1752
|
|
|
1721
|
-
Thu, 17 Nov 2022 23:05:47 GMT
|
|
1753
|
+
Thu, 17 Nov 2022 23:05:47 GMT
|
|
1722
1754
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.11..@fluentui/react-table_v9.0.0-alpha.12)
|
|
1723
1755
|
|
|
1724
1756
|
### Changes
|
|
@@ -1736,12 +1768,12 @@ Thu, 17 Nov 2022 23:05:47 GMT
|
|
|
1736
1768
|
|
|
1737
1769
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.11)
|
|
1738
1770
|
|
|
1739
|
-
Fri, 11 Nov 2022 14:57:41 GMT
|
|
1771
|
+
Fri, 11 Nov 2022 14:57:41 GMT
|
|
1740
1772
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.10..@fluentui/react-table_v9.0.0-alpha.11)
|
|
1741
1773
|
|
|
1742
1774
|
### Changes
|
|
1743
1775
|
|
|
1744
|
-
- feat:
|
|
1776
|
+
- feat: Implement child render function for DataGrid rows ([PR #25476](https://github.com/microsoft/fluentui/pull/25476) by lingfangao@hotmail.com)
|
|
1745
1777
|
- feat: Implement `focusMode` prop for DataGrid, apply role="grid" correctly ([PR #25530](https://github.com/microsoft/fluentui/pull/25530) by lingfangao@hotmail.com)
|
|
1746
1778
|
- BREAKING: ColumnDefinition type is stricter, use createColumn to create column definition. Implments render function for DataGridRow. ([PR #25495](https://github.com/microsoft/fluentui/pull/25495) by lingfangao@hotmail.com)
|
|
1747
1779
|
- Bump @fluentui/react-aria to v9.3.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
|
@@ -1756,7 +1788,7 @@ Fri, 11 Nov 2022 14:57:41 GMT
|
|
|
1756
1788
|
|
|
1757
1789
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.10)
|
|
1758
1790
|
|
|
1759
|
-
Wed, 02 Nov 2022 14:27:34 GMT
|
|
1791
|
+
Wed, 02 Nov 2022 14:27:34 GMT
|
|
1760
1792
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.9..@fluentui/react-table_v9.0.0-alpha.10)
|
|
1761
1793
|
|
|
1762
1794
|
### Changes
|
|
@@ -1765,7 +1797,7 @@ Wed, 02 Nov 2022 14:27:34 GMT
|
|
|
1765
1797
|
|
|
1766
1798
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.9)
|
|
1767
1799
|
|
|
1768
|
-
Wed, 02 Nov 2022 11:58:02 GMT
|
|
1800
|
+
Wed, 02 Nov 2022 11:58:02 GMT
|
|
1769
1801
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.8..@fluentui/react-table_v9.0.0-alpha.9)
|
|
1770
1802
|
|
|
1771
1803
|
### Changes
|
|
@@ -1782,7 +1814,7 @@ Wed, 02 Nov 2022 11:58:02 GMT
|
|
|
1782
1814
|
|
|
1783
1815
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.8)
|
|
1784
1816
|
|
|
1785
|
-
Tue, 25 Oct 2022 00:35:40 GMT
|
|
1817
|
+
Tue, 25 Oct 2022 00:35:40 GMT
|
|
1786
1818
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.7..@fluentui/react-table_v9.0.0-alpha.8)
|
|
1787
1819
|
|
|
1788
1820
|
### Changes
|
|
@@ -1792,7 +1824,7 @@ Tue, 25 Oct 2022 00:35:40 GMT
|
|
|
1792
1824
|
|
|
1793
1825
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.7)
|
|
1794
1826
|
|
|
1795
|
-
Thu, 20 Oct 2022 08:39:49 GMT
|
|
1827
|
+
Thu, 20 Oct 2022 08:39:49 GMT
|
|
1796
1828
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.6..@fluentui/react-table_v9.0.0-alpha.7)
|
|
1797
1829
|
|
|
1798
1830
|
### Changes
|
|
@@ -1813,7 +1845,7 @@ Thu, 20 Oct 2022 08:39:49 GMT
|
|
|
1813
1845
|
|
|
1814
1846
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.6)
|
|
1815
1847
|
|
|
1816
|
-
Thu, 13 Oct 2022 12:56:30 GMT
|
|
1848
|
+
Thu, 13 Oct 2022 12:56:30 GMT
|
|
1817
1849
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.5..@fluentui/react-table_v9.0.0-alpha.6)
|
|
1818
1850
|
|
|
1819
1851
|
### Changes
|
|
@@ -1822,7 +1854,7 @@ Thu, 13 Oct 2022 12:56:30 GMT
|
|
|
1822
1854
|
|
|
1823
1855
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.5)
|
|
1824
1856
|
|
|
1825
|
-
Thu, 13 Oct 2022 11:03:01 GMT
|
|
1857
|
+
Thu, 13 Oct 2022 11:03:01 GMT
|
|
1826
1858
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.4..@fluentui/react-table_v9.0.0-alpha.5)
|
|
1827
1859
|
|
|
1828
1860
|
### Changes
|
|
@@ -1838,7 +1870,7 @@ Thu, 13 Oct 2022 11:03:01 GMT
|
|
|
1838
1870
|
|
|
1839
1871
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.4)
|
|
1840
1872
|
|
|
1841
|
-
Mon, 03 Oct 2022 22:24:41 GMT
|
|
1873
|
+
Mon, 03 Oct 2022 22:24:41 GMT
|
|
1842
1874
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.3..@fluentui/react-table_v9.0.0-alpha.4)
|
|
1843
1875
|
|
|
1844
1876
|
### Changes
|
|
@@ -1852,7 +1884,7 @@ Mon, 03 Oct 2022 22:24:41 GMT
|
|
|
1852
1884
|
|
|
1853
1885
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.3)
|
|
1854
1886
|
|
|
1855
|
-
Tue, 20 Sep 2022 20:55:42 GMT
|
|
1887
|
+
Tue, 20 Sep 2022 20:55:42 GMT
|
|
1856
1888
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.2..@fluentui/react-table_v9.0.0-alpha.3)
|
|
1857
1889
|
|
|
1858
1890
|
### Changes
|
|
@@ -1864,7 +1896,7 @@ Tue, 20 Sep 2022 20:55:42 GMT
|
|
|
1864
1896
|
|
|
1865
1897
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.2)
|
|
1866
1898
|
|
|
1867
|
-
Thu, 15 Sep 2022 09:49:26 GMT
|
|
1899
|
+
Thu, 15 Sep 2022 09:49:26 GMT
|
|
1868
1900
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.1..@fluentui/react-table_v9.0.0-alpha.2)
|
|
1869
1901
|
|
|
1870
1902
|
### Changes
|
|
@@ -1890,7 +1922,7 @@ Thu, 15 Sep 2022 09:49:26 GMT
|
|
|
1890
1922
|
|
|
1891
1923
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.1)
|
|
1892
1924
|
|
|
1893
|
-
Wed, 03 Aug 2022 16:04:03 GMT
|
|
1925
|
+
Wed, 03 Aug 2022 16:04:03 GMT
|
|
1894
1926
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.0..@fluentui/react-table_v9.0.0-alpha.1)
|
|
1895
1927
|
|
|
1896
1928
|
### Changes
|
|
@@ -1903,7 +1935,7 @@ Wed, 03 Aug 2022 16:04:03 GMT
|
|
|
1903
1935
|
|
|
1904
1936
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.0)
|
|
1905
1937
|
|
|
1906
|
-
Thu, 14 Jul 2022 21:21:13 GMT
|
|
1938
|
+
Thu, 14 Jul 2022 21:21:13 GMT
|
|
1907
1939
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.0..@fluentui/react-table_v9.0.0-alpha.0)
|
|
1908
1940
|
|
|
1909
1941
|
### Patches
|