@fluentui/react-table 9.0.0-alpha.9 → 9.0.0-rc.2
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 +798 -1
- package/CHANGELOG.md +207 -2
- package/dist/index.d.ts +239 -133
- package/lib/components/DataGrid/DataGrid.js +1 -2
- package/lib/components/DataGrid/DataGrid.js.map +1 -1
- package/lib/components/DataGrid/DataGrid.types.js.map +1 -1
- package/lib/components/DataGrid/renderDataGrid.js +5 -2
- package/lib/components/DataGrid/renderDataGrid.js.map +1 -1
- package/lib/components/DataGrid/useDataGrid.js +49 -3
- package/lib/components/DataGrid/useDataGrid.js.map +1 -1
- package/lib/components/DataGrid/useDataGridContextValues.js +11 -1
- package/lib/components/DataGrid/useDataGridContextValues.js.map +1 -1
- package/lib/components/DataGrid/useDataGridStyles.js +0 -1
- package/lib/components/DataGrid/useDataGridStyles.js.map +1 -1
- package/lib/components/DataGridBody/DataGridBody.js +1 -2
- package/lib/components/DataGridBody/DataGridBody.js.map +1 -1
- package/lib/components/DataGridBody/DataGridBody.types.js.map +1 -1
- package/lib/components/DataGridBody/renderDataGridBody.js +13 -3
- package/lib/components/DataGridBody/renderDataGridBody.js.map +1 -1
- package/lib/components/DataGridBody/useDataGridBody.js +16 -2
- package/lib/components/DataGridBody/useDataGridBody.js.map +1 -1
- package/lib/components/DataGridBody/useDataGridBodyStyles.js +0 -1
- package/lib/components/DataGridBody/useDataGridBodyStyles.js.map +1 -1
- package/lib/components/DataGridCell/DataGridCell.js +1 -2
- package/lib/components/DataGridCell/DataGridCell.js.map +1 -1
- package/lib/components/DataGridCell/renderDataGridCell.js +0 -1
- package/lib/components/DataGridCell/renderDataGridCell.js.map +1 -1
- package/lib/components/DataGridCell/useDataGridCell.js +7 -3
- package/lib/components/DataGridCell/useDataGridCell.js.map +1 -1
- package/lib/components/DataGridCell/useDataGridCellStyles.js +0 -1
- package/lib/components/DataGridCell/useDataGridCellStyles.js.map +1 -1
- package/lib/components/DataGridHeader/DataGridHeader.js +1 -2
- package/lib/components/DataGridHeader/DataGridHeader.js.map +1 -1
- package/lib/components/DataGridHeader/renderDataGridHeader.js +0 -1
- package/lib/components/DataGridHeader/renderDataGridHeader.js.map +1 -1
- package/lib/components/DataGridHeader/useDataGridHeader.js +2 -2
- package/lib/components/DataGridHeader/useDataGridHeader.js.map +1 -1
- package/lib/components/DataGridHeader/useDataGridHeaderStyles.js +0 -1
- package/lib/components/DataGridHeader/useDataGridHeaderStyles.js.map +1 -1
- package/lib/components/DataGridHeaderCell/DataGridHeaderCell.js +1 -2
- package/lib/components/DataGridHeaderCell/DataGridHeaderCell.js.map +1 -1
- package/lib/components/DataGridHeaderCell/renderDataGridHeaderCell.js +0 -1
- package/lib/components/DataGridHeaderCell/renderDataGridHeaderCell.js.map +1 -1
- package/lib/components/DataGridHeaderCell/useDataGridHeaderCell.js +23 -3
- package/lib/components/DataGridHeaderCell/useDataGridHeaderCell.js.map +1 -1
- package/lib/components/DataGridHeaderCell/useDataGridHeaderCellStyles.js +0 -4
- package/lib/components/DataGridHeaderCell/useDataGridHeaderCellStyles.js.map +1 -1
- package/lib/components/DataGridRow/DataGridRow.js +1 -2
- package/lib/components/DataGridRow/DataGridRow.js.map +1 -1
- package/lib/components/DataGridRow/DataGridRow.types.js.map +1 -1
- package/lib/components/DataGridRow/renderDataGridRow.js +15 -3
- package/lib/components/DataGridRow/renderDataGridRow.js.map +1 -1
- package/lib/components/DataGridRow/useDataGridRow.js +56 -3
- package/lib/components/DataGridRow/useDataGridRow.js.map +1 -1
- package/lib/components/DataGridRow/useDataGridRowStyles.js +5 -2
- package/lib/components/DataGridRow/useDataGridRowStyles.js.map +1 -1
- package/lib/components/DataGridSelectionCell/DataGridSelectionCell.js +1 -2
- package/lib/components/DataGridSelectionCell/DataGridSelectionCell.js.map +1 -1
- package/lib/components/DataGridSelectionCell/renderDataGridSelectionCell.js +0 -1
- package/lib/components/DataGridSelectionCell/renderDataGridSelectionCell.js.map +1 -1
- package/lib/components/DataGridSelectionCell/useDataGridSelectionCell.js +33 -3
- package/lib/components/DataGridSelectionCell/useDataGridSelectionCell.js.map +1 -1
- package/lib/components/DataGridSelectionCell/useDataGridSelectionCellStyles.js +0 -4
- package/lib/components/DataGridSelectionCell/useDataGridSelectionCellStyles.js.map +1 -1
- package/lib/components/Table/Table.js +1 -2
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Table/Table.types.js.map +1 -1
- package/lib/components/Table/renderTable.js +2 -2
- package/lib/components/Table/renderTable.js.map +1 -1
- package/lib/components/Table/useTable.js +0 -2
- package/lib/components/Table/useTable.js.map +1 -1
- package/lib/components/Table/useTableContextValues.js.map +1 -1
- package/lib/components/Table/useTableStyles.js +13 -19
- package/lib/components/Table/useTableStyles.js.map +1 -1
- package/lib/components/TableBody/TableBody.js +1 -2
- package/lib/components/TableBody/TableBody.js.map +1 -1
- package/lib/components/TableBody/renderTableBody.js +3 -4
- package/lib/components/TableBody/renderTableBody.js.map +1 -1
- package/lib/components/TableBody/useTableBody.js +0 -2
- package/lib/components/TableBody/useTableBody.js.map +1 -1
- package/lib/components/TableBody/useTableBodyStyles.js +6 -10
- package/lib/components/TableBody/useTableBodyStyles.js.map +1 -1
- package/lib/components/TableCell/TableCell.js +1 -2
- package/lib/components/TableCell/TableCell.js.map +1 -1
- package/lib/components/TableCell/TableCell.types.js.map +1 -1
- package/lib/components/TableCell/renderTableCell.js +2 -2
- package/lib/components/TableCell/renderTableCell.js.map +1 -1
- package/lib/components/TableCell/useTableCell.js +4 -4
- package/lib/components/TableCell/useTableCell.js.map +1 -1
- package/lib/components/TableCell/useTableCellStyles.js +47 -26
- package/lib/components/TableCell/useTableCellStyles.js.map +1 -1
- package/lib/components/TableCellActions/TableCellActions.js +1 -2
- package/lib/components/TableCellActions/TableCellActions.js.map +1 -1
- package/lib/components/TableCellActions/renderTableCellActions.js +3 -4
- package/lib/components/TableCellActions/renderTableCellActions.js.map +1 -1
- package/lib/components/TableCellActions/useTableCellActions.js +2 -5
- package/lib/components/TableCellActions/useTableCellActions.js.map +1 -1
- package/lib/components/TableCellActions/useTableCellActionsStyles.js +11 -19
- package/lib/components/TableCellActions/useTableCellActionsStyles.js.map +1 -1
- package/lib/components/TableCellLayout/TableCellLayout.js +1 -2
- package/lib/components/TableCellLayout/TableCellLayout.js.map +1 -1
- package/lib/components/TableCellLayout/TableCellLayout.types.js.map +1 -1
- package/lib/components/TableCellLayout/renderTableCellLayout.js +10 -6
- package/lib/components/TableCellLayout/renderTableCellLayout.js.map +1 -1
- package/lib/components/TableCellLayout/useTableCellLayout.js +5 -5
- package/lib/components/TableCellLayout/useTableCellLayout.js.map +1 -1
- package/lib/components/TableCellLayout/useTableCellLayoutContextValues.js.map +1 -1
- package/lib/components/TableCellLayout/useTableCellLayoutStyles.js +41 -35
- package/lib/components/TableCellLayout/useTableCellLayoutStyles.js.map +1 -1
- package/lib/components/TableHeader/TableHeader.js +1 -2
- package/lib/components/TableHeader/TableHeader.js.map +1 -1
- package/lib/components/TableHeader/renderTableHeader.js +2 -2
- package/lib/components/TableHeader/renderTableHeader.js.map +1 -1
- package/lib/components/TableHeader/useTableHeader.js +1 -10
- package/lib/components/TableHeader/useTableHeader.js.map +1 -1
- package/lib/components/TableHeader/useTableHeaderStyles.js +6 -16
- package/lib/components/TableHeader/useTableHeaderStyles.js.map +1 -1
- package/lib/components/TableHeaderCell/TableHeaderCell.js +1 -2
- package/lib/components/TableHeaderCell/TableHeaderCell.js.map +1 -1
- package/lib/components/TableHeaderCell/TableHeaderCell.types.js.map +1 -1
- package/lib/components/TableHeaderCell/renderTableHeaderCell.js +6 -4
- package/lib/components/TableHeaderCell/renderTableHeaderCell.js.map +1 -1
- package/lib/components/TableHeaderCell/useTableHeaderCell.js +11 -8
- package/lib/components/TableHeaderCell/useTableHeaderCell.js.map +1 -1
- package/lib/components/TableHeaderCell/useTableHeaderCellStyles.js +69 -67
- package/lib/components/TableHeaderCell/useTableHeaderCellStyles.js.map +1 -1
- package/lib/components/TableRow/TableRow.js +1 -2
- package/lib/components/TableRow/TableRow.js.map +1 -1
- package/lib/components/TableRow/TableRow.types.js.map +1 -1
- package/lib/components/TableRow/renderTableRow.js +3 -4
- package/lib/components/TableRow/renderTableRow.js.map +1 -1
- package/lib/components/TableRow/useTableRow.js +7 -5
- package/lib/components/TableRow/useTableRow.js.map +1 -1
- package/lib/components/TableRow/useTableRowStyles.js +137 -162
- package/lib/components/TableRow/useTableRowStyles.js.map +1 -1
- package/lib/components/TableSelectionCell/TableSelectionCell.js +1 -2
- package/lib/components/TableSelectionCell/TableSelectionCell.js.map +1 -1
- package/lib/components/TableSelectionCell/TableSelectionCell.types.js.map +1 -1
- package/lib/components/TableSelectionCell/renderTableSelectionCell.js +6 -4
- package/lib/components/TableSelectionCell/renderTableSelectionCell.js.map +1 -1
- package/lib/components/TableSelectionCell/useTableSelectionCell.js +9 -5
- package/lib/components/TableSelectionCell/useTableSelectionCell.js.map +1 -1
- package/lib/components/TableSelectionCell/useTableSelectionCellStyles.js +43 -46
- package/lib/components/TableSelectionCell/useTableSelectionCellStyles.js.map +1 -1
- package/lib/contexts/columnIdContext.js +9 -0
- package/lib/contexts/columnIdContext.js.map +1 -0
- package/lib/contexts/dataGridContext.js +13 -0
- package/lib/contexts/dataGridContext.js.map +1 -0
- package/lib/contexts/rowIdContext.js +9 -0
- package/lib/contexts/rowIdContext.js.map +1 -0
- package/lib/contexts/tableContext.js +0 -1
- package/lib/contexts/tableContext.js.map +1 -1
- package/lib/contexts/tableHeaderContext.js.map +1 -1
- package/lib/hooks/createColumn.js +35 -0
- package/lib/hooks/createColumn.js.map +1 -0
- package/lib/hooks/index.js +4 -3
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/selectionManager.js +16 -32
- package/lib/hooks/selectionManager.js.map +1 -1
- package/lib/hooks/types.js.map +1 -1
- package/lib/hooks/{useTable.js → useTableFeatures.js} +12 -9
- package/lib/hooks/useTableFeatures.js.map +1 -0
- package/lib/hooks/{useSelection.js → useTableSelection.js} +18 -18
- package/lib/hooks/useTableSelection.js.map +1 -0
- package/lib/hooks/{useSort.js → useTableSort.js} +12 -21
- package/lib/hooks/useTableSort.js.map +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/DataGrid.js +0 -2
- package/lib-commonjs/DataGrid.js.map +1 -1
- package/lib-commonjs/DataGridBody.js +0 -2
- package/lib-commonjs/DataGridBody.js.map +1 -1
- package/lib-commonjs/DataGridCell.js +0 -2
- package/lib-commonjs/DataGridCell.js.map +1 -1
- package/lib-commonjs/DataGridHeader.js +0 -2
- package/lib-commonjs/DataGridHeader.js.map +1 -1
- package/lib-commonjs/DataGridHeaderCell.js +0 -2
- package/lib-commonjs/DataGridHeaderCell.js.map +1 -1
- package/lib-commonjs/DataGridRow.js +0 -2
- package/lib-commonjs/DataGridRow.js.map +1 -1
- package/lib-commonjs/DataGridSelectionCell.js +0 -2
- package/lib-commonjs/DataGridSelectionCell.js.map +1 -1
- package/lib-commonjs/Table.js +0 -2
- package/lib-commonjs/Table.js.map +1 -1
- package/lib-commonjs/TableBody.js +0 -2
- package/lib-commonjs/TableBody.js.map +1 -1
- package/lib-commonjs/TableCell.js +0 -2
- package/lib-commonjs/TableCell.js.map +1 -1
- package/lib-commonjs/TableCellActions.js +0 -2
- package/lib-commonjs/TableCellActions.js.map +1 -1
- package/lib-commonjs/TableCellLayout.js +0 -2
- package/lib-commonjs/TableCellLayout.js.map +1 -1
- package/lib-commonjs/TableCellPrimaryLayout.js +0 -2
- package/lib-commonjs/TableCellPrimaryLayout.js.map +1 -1
- package/lib-commonjs/TableHeader.js +0 -2
- package/lib-commonjs/TableHeader.js.map +1 -1
- package/lib-commonjs/TableHeaderCell.js +0 -2
- package/lib-commonjs/TableHeaderCell.js.map +1 -1
- package/lib-commonjs/TableRow.js +0 -2
- package/lib-commonjs/TableRow.js.map +1 -1
- package/lib-commonjs/TableSelectionCell.js +0 -2
- package/lib-commonjs/TableSelectionCell.js.map +1 -1
- package/lib-commonjs/components/DataGrid/DataGrid.js +1 -8
- package/lib-commonjs/components/DataGrid/DataGrid.js.map +1 -1
- package/lib-commonjs/components/DataGrid/DataGrid.types.js.map +1 -1
- package/lib-commonjs/components/DataGrid/index.js +0 -6
- package/lib-commonjs/components/DataGrid/index.js.map +1 -1
- package/lib-commonjs/components/DataGrid/renderDataGrid.js +5 -5
- package/lib-commonjs/components/DataGrid/renderDataGrid.js.map +1 -1
- package/lib-commonjs/components/DataGrid/useDataGrid.js +49 -6
- package/lib-commonjs/components/DataGrid/useDataGrid.js.map +1 -1
- package/lib-commonjs/components/DataGrid/useDataGridContextValues.js +11 -4
- package/lib-commonjs/components/DataGrid/useDataGridContextValues.js.map +1 -1
- package/lib-commonjs/components/DataGrid/useDataGridStyles.js +0 -5
- package/lib-commonjs/components/DataGrid/useDataGridStyles.js.map +1 -1
- package/lib-commonjs/components/DataGridBody/DataGridBody.js +1 -7
- package/lib-commonjs/components/DataGridBody/DataGridBody.js.map +1 -1
- package/lib-commonjs/components/DataGridBody/DataGridBody.types.js.map +1 -1
- package/lib-commonjs/components/DataGridBody/index.js +0 -6
- package/lib-commonjs/components/DataGridBody/index.js.map +1 -1
- package/lib-commonjs/components/DataGridBody/renderDataGridBody.js +13 -6
- package/lib-commonjs/components/DataGridBody/renderDataGridBody.js.map +1 -1
- package/lib-commonjs/components/DataGridBody/useDataGridBody.js +16 -5
- package/lib-commonjs/components/DataGridBody/useDataGridBody.js.map +1 -1
- package/lib-commonjs/components/DataGridBody/useDataGridBodyStyles.js +0 -5
- package/lib-commonjs/components/DataGridBody/useDataGridBodyStyles.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/DataGridCell.js +1 -7
- package/lib-commonjs/components/DataGridCell/DataGridCell.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/DataGridCell.types.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/index.js +0 -6
- package/lib-commonjs/components/DataGridCell/index.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/renderDataGridCell.js +0 -4
- package/lib-commonjs/components/DataGridCell/renderDataGridCell.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/useDataGridCell.js +7 -6
- package/lib-commonjs/components/DataGridCell/useDataGridCell.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/useDataGridCellStyles.js +0 -5
- package/lib-commonjs/components/DataGridCell/useDataGridCellStyles.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/DataGridHeader.js +1 -7
- package/lib-commonjs/components/DataGridHeader/DataGridHeader.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/DataGridHeader.types.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/index.js +0 -6
- package/lib-commonjs/components/DataGridHeader/index.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/renderDataGridHeader.js +0 -4
- package/lib-commonjs/components/DataGridHeader/renderDataGridHeader.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/useDataGridHeader.js +2 -5
- package/lib-commonjs/components/DataGridHeader/useDataGridHeader.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/useDataGridHeaderStyles.js +0 -5
- package/lib-commonjs/components/DataGridHeader/useDataGridHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/DataGridHeaderCell.js +1 -7
- package/lib-commonjs/components/DataGridHeaderCell/DataGridHeaderCell.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/DataGridHeaderCell.types.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/index.js +0 -6
- package/lib-commonjs/components/DataGridHeaderCell/index.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/renderDataGridHeaderCell.js +0 -4
- package/lib-commonjs/components/DataGridHeaderCell/renderDataGridHeaderCell.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCell.js +23 -6
- package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCell.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCellStyles.js +0 -8
- package/lib-commonjs/components/DataGridHeaderCell/useDataGridHeaderCellStyles.js.map +1 -1
- package/lib-commonjs/components/DataGridRow/DataGridRow.js +1 -7
- package/lib-commonjs/components/DataGridRow/DataGridRow.js.map +1 -1
- package/lib-commonjs/components/DataGridRow/DataGridRow.types.js.map +1 -1
- package/lib-commonjs/components/DataGridRow/index.js +0 -6
- package/lib-commonjs/components/DataGridRow/index.js.map +1 -1
- package/lib-commonjs/components/DataGridRow/renderDataGridRow.js +15 -6
- package/lib-commonjs/components/DataGridRow/renderDataGridRow.js.map +1 -1
- package/lib-commonjs/components/DataGridRow/useDataGridRow.js +56 -6
- package/lib-commonjs/components/DataGridRow/useDataGridRow.js.map +1 -1
- package/lib-commonjs/components/DataGridRow/useDataGridRowStyles.js +5 -6
- package/lib-commonjs/components/DataGridRow/useDataGridRowStyles.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/DataGridSelectionCell.js +1 -7
- package/lib-commonjs/components/DataGridSelectionCell/DataGridSelectionCell.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/DataGridSelectionCell.types.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/index.js +0 -6
- package/lib-commonjs/components/DataGridSelectionCell/index.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/renderDataGridSelectionCell.js +0 -4
- package/lib-commonjs/components/DataGridSelectionCell/renderDataGridSelectionCell.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCell.js +33 -6
- package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCell.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCellStyles.js +0 -8
- package/lib-commonjs/components/DataGridSelectionCell/useDataGridSelectionCellStyles.js.map +1 -1
- package/lib-commonjs/components/Table/Table.js +1 -8
- package/lib-commonjs/components/Table/Table.js.map +1 -1
- package/lib-commonjs/components/Table/Table.types.js.map +1 -1
- package/lib-commonjs/components/Table/index.js +0 -6
- package/lib-commonjs/components/Table/index.js.map +1 -1
- package/lib-commonjs/components/Table/renderTable.js +2 -7
- package/lib-commonjs/components/Table/renderTable.js.map +1 -1
- package/lib-commonjs/components/Table/useTable.js +0 -5
- package/lib-commonjs/components/Table/useTable.js.map +1 -1
- package/lib-commonjs/components/Table/useTableContextValues.js +0 -3
- package/lib-commonjs/components/Table/useTableContextValues.js.map +1 -1
- package/lib-commonjs/components/Table/useTableStyles.js +13 -23
- package/lib-commonjs/components/Table/useTableStyles.js.map +1 -1
- package/lib-commonjs/components/TableBody/TableBody.js +1 -7
- package/lib-commonjs/components/TableBody/TableBody.js.map +1 -1
- package/lib-commonjs/components/TableBody/TableBody.types.js.map +1 -1
- package/lib-commonjs/components/TableBody/index.js +0 -6
- package/lib-commonjs/components/TableBody/index.js.map +1 -1
- package/lib-commonjs/components/TableBody/renderTableBody.js +3 -8
- package/lib-commonjs/components/TableBody/renderTableBody.js.map +1 -1
- package/lib-commonjs/components/TableBody/useTableBody.js +0 -6
- package/lib-commonjs/components/TableBody/useTableBody.js.map +1 -1
- package/lib-commonjs/components/TableBody/useTableBodyStyles.js +6 -12
- package/lib-commonjs/components/TableBody/useTableBodyStyles.js.map +1 -1
- package/lib-commonjs/components/TableCell/TableCell.js +1 -7
- package/lib-commonjs/components/TableCell/TableCell.js.map +1 -1
- package/lib-commonjs/components/TableCell/TableCell.types.js.map +1 -1
- package/lib-commonjs/components/TableCell/index.js +0 -6
- package/lib-commonjs/components/TableCell/index.js.map +1 -1
- package/lib-commonjs/components/TableCell/renderTableCell.js +2 -6
- package/lib-commonjs/components/TableCell/renderTableCell.js.map +1 -1
- package/lib-commonjs/components/TableCell/useTableCell.js +4 -8
- package/lib-commonjs/components/TableCell/useTableCell.js.map +1 -1
- package/lib-commonjs/components/TableCell/useTableCellStyles.js +47 -30
- package/lib-commonjs/components/TableCell/useTableCellStyles.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/TableCellActions.js +1 -7
- package/lib-commonjs/components/TableCellActions/TableCellActions.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/TableCellActions.types.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/index.js +0 -6
- package/lib-commonjs/components/TableCellActions/index.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/renderTableCellActions.js +3 -8
- package/lib-commonjs/components/TableCellActions/renderTableCellActions.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/useTableCellActions.js +1 -8
- package/lib-commonjs/components/TableCellActions/useTableCellActions.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/useTableCellActionsStyles.js +11 -23
- package/lib-commonjs/components/TableCellActions/useTableCellActionsStyles.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/TableCellLayout.js +1 -8
- package/lib-commonjs/components/TableCellLayout/TableCellLayout.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/TableCellLayout.types.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/index.js +0 -6
- package/lib-commonjs/components/TableCellLayout/index.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/renderTableCellLayout.js +10 -11
- package/lib-commonjs/components/TableCellLayout/renderTableCellLayout.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/useTableCellLayout.js +5 -9
- package/lib-commonjs/components/TableCellLayout/useTableCellLayout.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/useTableCellLayoutContextValues.js +0 -3
- package/lib-commonjs/components/TableCellLayout/useTableCellLayoutContextValues.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/useTableCellLayoutStyles.js +41 -39
- package/lib-commonjs/components/TableCellLayout/useTableCellLayoutStyles.js.map +1 -1
- package/lib-commonjs/components/TableHeader/TableHeader.js +1 -7
- package/lib-commonjs/components/TableHeader/TableHeader.js.map +1 -1
- package/lib-commonjs/components/TableHeader/TableHeader.types.js.map +1 -1
- package/lib-commonjs/components/TableHeader/index.js +0 -6
- package/lib-commonjs/components/TableHeader/index.js.map +1 -1
- package/lib-commonjs/components/TableHeader/renderTableHeader.js +2 -7
- package/lib-commonjs/components/TableHeader/renderTableHeader.js.map +1 -1
- package/lib-commonjs/components/TableHeader/useTableHeader.js +1 -15
- package/lib-commonjs/components/TableHeader/useTableHeader.js.map +1 -1
- package/lib-commonjs/components/TableHeader/useTableHeaderStyles.js +6 -19
- package/lib-commonjs/components/TableHeader/useTableHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/TableHeaderCell.js +1 -7
- package/lib-commonjs/components/TableHeaderCell/TableHeaderCell.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/TableHeaderCell.types.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/index.js +0 -6
- package/lib-commonjs/components/TableHeaderCell/index.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/renderTableHeaderCell.js +6 -8
- package/lib-commonjs/components/TableHeaderCell/renderTableHeaderCell.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/useTableHeaderCell.js +10 -14
- package/lib-commonjs/components/TableHeaderCell/useTableHeaderCell.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/useTableHeaderCellStyles.js +69 -71
- package/lib-commonjs/components/TableHeaderCell/useTableHeaderCellStyles.js.map +1 -1
- package/lib-commonjs/components/TableRow/TableRow.js +1 -7
- package/lib-commonjs/components/TableRow/TableRow.js.map +1 -1
- package/lib-commonjs/components/TableRow/TableRow.types.js.map +1 -1
- package/lib-commonjs/components/TableRow/index.js +0 -6
- package/lib-commonjs/components/TableRow/index.js.map +1 -1
- package/lib-commonjs/components/TableRow/renderTableRow.js +3 -8
- package/lib-commonjs/components/TableRow/renderTableRow.js.map +1 -1
- package/lib-commonjs/components/TableRow/useTableRow.js +7 -10
- package/lib-commonjs/components/TableRow/useTableRow.js.map +1 -1
- package/lib-commonjs/components/TableRow/useTableRowStyles.js +137 -170
- package/lib-commonjs/components/TableRow/useTableRowStyles.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/TableSelectionCell.js +1 -7
- package/lib-commonjs/components/TableSelectionCell/TableSelectionCell.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/TableSelectionCell.types.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/index.js +0 -6
- package/lib-commonjs/components/TableSelectionCell/index.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/renderTableSelectionCell.js +6 -8
- package/lib-commonjs/components/TableSelectionCell/renderTableSelectionCell.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/useTableSelectionCell.js +8 -11
- package/lib-commonjs/components/TableSelectionCell/useTableSelectionCell.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/useTableSelectionCellStyles.js +43 -50
- package/lib-commonjs/components/TableSelectionCell/useTableSelectionCellStyles.js.map +1 -1
- package/lib-commonjs/contexts/columnIdContext.js +16 -0
- package/lib-commonjs/contexts/columnIdContext.js.map +1 -0
- package/lib-commonjs/contexts/dataGridContext.js +20 -0
- package/lib-commonjs/contexts/dataGridContext.js.map +1 -0
- package/lib-commonjs/contexts/rowIdContext.js +16 -0
- package/lib-commonjs/contexts/rowIdContext.js.map +1 -0
- package/lib-commonjs/contexts/tableContext.js +0 -5
- package/lib-commonjs/contexts/tableContext.js.map +1 -1
- package/lib-commonjs/contexts/tableHeaderContext.js +0 -4
- package/lib-commonjs/contexts/tableHeaderContext.js.map +1 -1
- package/lib-commonjs/hooks/createColumn.js +42 -0
- package/lib-commonjs/hooks/createColumn.js.map +1 -0
- package/lib-commonjs/hooks/index.js +4 -8
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/hooks/selectionManager.js +16 -34
- package/lib-commonjs/hooks/selectionManager.js.map +1 -1
- package/lib-commonjs/hooks/types.js.map +1 -1
- package/lib-commonjs/hooks/useTableFeatures.js +42 -0
- package/lib-commonjs/hooks/useTableFeatures.js.map +1 -0
- package/lib-commonjs/hooks/{useSelection.js → useTableSelection.js} +21 -28
- package/lib-commonjs/hooks/useTableSelection.js.map +1 -0
- package/lib-commonjs/hooks/{useSort.js → useTableSort.js} +15 -29
- package/lib-commonjs/hooks/useTableSort.js.map +1 -0
- package/lib-commonjs/index.js +27 -44
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +15 -11
- package/lib/hooks/useSelection.js.map +0 -1
- package/lib/hooks/useSort.js.map +0 -1
- package/lib/hooks/useTable.js.map +0 -1
- package/lib-commonjs/hooks/useSelection.js.map +0 -1
- package/lib-commonjs/hooks/useSort.js.map +0 -1
- package/lib-commonjs/hooks/useTable.js +0 -42
- package/lib-commonjs/hooks/useTable.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,804 @@
|
|
|
2
2
|
"name": "@fluentui/react-table",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 23 Jan 2023 16:41:43 GMT",
|
|
6
|
+
"tag": "@fluentui/react-table_v9.0.0-rc.2",
|
|
7
|
+
"version": "9.0.0-rc.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-table",
|
|
13
|
+
"commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7",
|
|
14
|
+
"comment": "docs: update imports in DataGrid stories"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-table",
|
|
19
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.16",
|
|
20
|
+
"commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-table",
|
|
25
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.22",
|
|
26
|
+
"commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-table",
|
|
31
|
+
"comment": "Bump @fluentui/react-radio to v9.0.20",
|
|
32
|
+
"commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Wed, 18 Jan 2023 16:32:55 GMT",
|
|
39
|
+
"tag": "@fluentui/react-table_v9.0.0-rc.1",
|
|
40
|
+
"version": "9.0.0-rc.1",
|
|
41
|
+
"comments": {
|
|
42
|
+
"prerelease": [
|
|
43
|
+
{
|
|
44
|
+
"author": "lingfangao@hotmail.com",
|
|
45
|
+
"package": "@fluentui/react-table",
|
|
46
|
+
"commit": "d8caa0e6c6d1e4ace415dec6f767411acca43415",
|
|
47
|
+
"comment": "Release @fluentui/react-table as RC"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "lingfangao@hotmail.com",
|
|
51
|
+
"package": "@fluentui/react-table",
|
|
52
|
+
"commit": "64989c23309e77e51bb42c00609fd2425cd20680",
|
|
53
|
+
"comment": "fix(TableCellActions): Background should match rown on hover and active"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui/react-table",
|
|
58
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.15",
|
|
59
|
+
"commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui/react-table",
|
|
64
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.21",
|
|
65
|
+
"commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui/react-table",
|
|
70
|
+
"comment": "Bump @fluentui/react-radio to v9.0.19",
|
|
71
|
+
"commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"author": "beachball",
|
|
75
|
+
"package": "@fluentui/react-table",
|
|
76
|
+
"comment": "Bump @fluentui/react-tabster to v9.4.0",
|
|
77
|
+
"commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"date": "Tue, 17 Jan 2023 12:22:55 GMT",
|
|
84
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.20",
|
|
85
|
+
"version": "9.0.0-alpha.20",
|
|
86
|
+
"comments": {
|
|
87
|
+
"prerelease": [
|
|
88
|
+
{
|
|
89
|
+
"author": "lingfangao@hotmail.com",
|
|
90
|
+
"package": "@fluentui/react-table",
|
|
91
|
+
"commit": "0d265cf542add3b4895e3ba764bbb22be7843f45",
|
|
92
|
+
"comment": "BREAKING: API naming changes"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"author": "lingfangao@hotmail.com",
|
|
96
|
+
"package": "@fluentui/react-table",
|
|
97
|
+
"commit": "08ccb46dd03a8871c1234008a5a543cd53f579a9",
|
|
98
|
+
"comment": "BREAKING(DataGrid): render functions need to by typed"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"author": "beachball",
|
|
102
|
+
"package": "@fluentui/react-table",
|
|
103
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.14",
|
|
104
|
+
"commit": "64989c23309e77e51bb42c00609fd2425cd20680"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"date": "Mon, 16 Jan 2023 08:38:48 GMT",
|
|
111
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.19",
|
|
112
|
+
"version": "9.0.0-alpha.19",
|
|
113
|
+
"comments": {
|
|
114
|
+
"prerelease": [
|
|
115
|
+
{
|
|
116
|
+
"author": "lingfangao@hotmail.com",
|
|
117
|
+
"package": "@fluentui/react-table",
|
|
118
|
+
"commit": "10942a5764b9f4c599c279fa7da32d6ca1ac501c",
|
|
119
|
+
"comment": "feat: Export RowIdProvider"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"author": "lingfangao@hotmail.com",
|
|
123
|
+
"package": "@fluentui/react-table",
|
|
124
|
+
"commit": "ac636e8e2f5448a58343f51ad72f9fc5351e4b8e",
|
|
125
|
+
"comment": "fix(TableSelectionCell): Radios should not change selection on focus"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"author": "beachball",
|
|
129
|
+
"package": "@fluentui/react-table",
|
|
130
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.13",
|
|
131
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"author": "beachball",
|
|
135
|
+
"package": "@fluentui/react-table",
|
|
136
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.20",
|
|
137
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"author": "beachball",
|
|
141
|
+
"package": "@fluentui/react-table",
|
|
142
|
+
"comment": "Bump @fluentui/react-radio to v9.0.18",
|
|
143
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"author": "beachball",
|
|
147
|
+
"package": "@fluentui/react-table",
|
|
148
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.7",
|
|
149
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"none": [
|
|
153
|
+
{
|
|
154
|
+
"author": "martinhochel@microsoft.com",
|
|
155
|
+
"package": "@fluentui/react-table",
|
|
156
|
+
"commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
|
|
157
|
+
"comment": "chore: migrate to packaged scripts"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"author": "lingfangao@hotmail.com",
|
|
161
|
+
"package": "@fluentui/react-table",
|
|
162
|
+
"commit": "e3377c295d3dd11293b6a79b8014e80bce473a14",
|
|
163
|
+
"comment": "chore: Add bundle size fixtures for react-table"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"date": "Mon, 09 Jan 2023 21:51:24 GMT",
|
|
170
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.18",
|
|
171
|
+
"version": "9.0.0-alpha.18",
|
|
172
|
+
"comments": {
|
|
173
|
+
"prerelease": [
|
|
174
|
+
{
|
|
175
|
+
"author": "beachball",
|
|
176
|
+
"package": "@fluentui/react-table",
|
|
177
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.19",
|
|
178
|
+
"commit": "fb5708446f369a57f48b87a0141d6a651acddbde"
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"date": "Mon, 09 Jan 2023 14:35:00 GMT",
|
|
185
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.17",
|
|
186
|
+
"version": "9.0.0-alpha.17",
|
|
187
|
+
"comments": {
|
|
188
|
+
"prerelease": [
|
|
189
|
+
{
|
|
190
|
+
"author": "olfedias@microsoft.com",
|
|
191
|
+
"package": "@fluentui/react-table",
|
|
192
|
+
"commit": "73bd103d70370326286daee55dad5c1c2b9861a7",
|
|
193
|
+
"comment": "fix: remove Event type in selectionManager"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"author": "lingfangao@hotmail.com",
|
|
197
|
+
"package": "@fluentui/react-table",
|
|
198
|
+
"commit": "2bde4a96454105f8943284b590b6174ccb1aea94",
|
|
199
|
+
"comment": "refactor: Cleanup unused code"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"author": "lingfangao@hotmail.com",
|
|
203
|
+
"package": "@fluentui/react-table",
|
|
204
|
+
"commit": "87fcaf175c6588438c7f8dc2c2de5a4af5f94d1a",
|
|
205
|
+
"comment": "BREAKING(TableCellLayout): `wrapper` slot renamed to `content`"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"author": "beachball",
|
|
209
|
+
"package": "@fluentui/react-table",
|
|
210
|
+
"comment": "Bump @fluentui/react-aria to v9.3.5",
|
|
211
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"author": "beachball",
|
|
215
|
+
"package": "@fluentui/react-table",
|
|
216
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.12",
|
|
217
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"author": "beachball",
|
|
221
|
+
"package": "@fluentui/react-table",
|
|
222
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.18",
|
|
223
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"author": "beachball",
|
|
227
|
+
"package": "@fluentui/react-table",
|
|
228
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.5",
|
|
229
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"author": "beachball",
|
|
233
|
+
"package": "@fluentui/react-table",
|
|
234
|
+
"comment": "Bump @fluentui/react-radio to v9.0.17",
|
|
235
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"author": "beachball",
|
|
239
|
+
"package": "@fluentui/react-table",
|
|
240
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.6",
|
|
241
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"author": "beachball",
|
|
245
|
+
"package": "@fluentui/react-table",
|
|
246
|
+
"comment": "Bump @fluentui/react-utilities to v9.4.0",
|
|
247
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"none": [
|
|
251
|
+
{
|
|
252
|
+
"author": "olfedias@microsoft.com",
|
|
253
|
+
"package": "@fluentui/react-table",
|
|
254
|
+
"commit": "bffa36e0a7824f1e54d73907912473692c40d70b",
|
|
255
|
+
"comment": "docs: fix typo in Table.types.ts"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"author": "lingfangao@hotmail.com",
|
|
259
|
+
"package": "@fluentui/react-table",
|
|
260
|
+
"commit": "f514d1ff53ea0b2a6e959b3d457f341d7f68575e",
|
|
261
|
+
"comment": "docs: Fix typos in react-table docs"
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"date": "Wed, 04 Jan 2023 01:40:32 GMT",
|
|
268
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.16",
|
|
269
|
+
"version": "9.0.0-alpha.16",
|
|
270
|
+
"comments": {
|
|
271
|
+
"prerelease": [
|
|
272
|
+
{
|
|
273
|
+
"author": "olfedias@microsoft.com",
|
|
274
|
+
"package": "@fluentui/react-table",
|
|
275
|
+
"commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
|
|
276
|
+
"comment": "chore: Update Griffel to latest version"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"author": "lingfangao@hotmail.com",
|
|
280
|
+
"package": "@fluentui/react-table",
|
|
281
|
+
"commit": "ee58fac0ac94e1456e9319150c4b456f186aba56",
|
|
282
|
+
"comment": "refactor: render function children called in component render function"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"author": "lingfangao@hotmail.com",
|
|
286
|
+
"package": "@fluentui/react-table",
|
|
287
|
+
"commit": "47d4b0bec3fb3aa815bde1fd7fb67ecf85c97b5a",
|
|
288
|
+
"comment": "fix: DataGridSelection cell should focus on input, not cell"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"author": "beachball",
|
|
292
|
+
"package": "@fluentui/react-table",
|
|
293
|
+
"comment": "Bump @fluentui/react-aria to v9.3.4",
|
|
294
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"author": "beachball",
|
|
298
|
+
"package": "@fluentui/react-table",
|
|
299
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.11",
|
|
300
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"author": "beachball",
|
|
304
|
+
"package": "@fluentui/react-table",
|
|
305
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.17",
|
|
306
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"author": "beachball",
|
|
310
|
+
"package": "@fluentui/react-table",
|
|
311
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.4",
|
|
312
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"author": "beachball",
|
|
316
|
+
"package": "@fluentui/react-table",
|
|
317
|
+
"comment": "Bump @fluentui/react-radio to v9.0.16",
|
|
318
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"author": "beachball",
|
|
322
|
+
"package": "@fluentui/react-table",
|
|
323
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.5",
|
|
324
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"author": "beachball",
|
|
328
|
+
"package": "@fluentui/react-table",
|
|
329
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.1",
|
|
330
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"author": "beachball",
|
|
334
|
+
"package": "@fluentui/react-table",
|
|
335
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
|
|
336
|
+
"commit": "3e322d15529451be153e97298873253e21af4082"
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"none": [
|
|
340
|
+
{
|
|
341
|
+
"author": "martinhochel@microsoft.com",
|
|
342
|
+
"package": "@fluentui/react-table",
|
|
343
|
+
"commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
|
|
344
|
+
"comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"author": "martinhochel@microsoft.com",
|
|
348
|
+
"package": "@fluentui/react-table",
|
|
349
|
+
"commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
|
|
350
|
+
"comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
|
|
351
|
+
}
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"date": "Wed, 21 Dec 2022 10:20:33 GMT",
|
|
357
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.15",
|
|
358
|
+
"version": "9.0.0-alpha.15",
|
|
359
|
+
"comments": {
|
|
360
|
+
"prerelease": [
|
|
361
|
+
{
|
|
362
|
+
"author": "beachball",
|
|
363
|
+
"package": "@fluentui/react-table",
|
|
364
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.10",
|
|
365
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"author": "beachball",
|
|
369
|
+
"package": "@fluentui/react-table",
|
|
370
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.16",
|
|
371
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"author": "beachball",
|
|
375
|
+
"package": "@fluentui/react-table",
|
|
376
|
+
"comment": "Bump @fluentui/react-radio to v9.0.15",
|
|
377
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"author": "beachball",
|
|
381
|
+
"package": "@fluentui/react-table",
|
|
382
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.4",
|
|
383
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"author": "beachball",
|
|
387
|
+
"package": "@fluentui/react-table",
|
|
388
|
+
"comment": "Bump @fluentui/react-theme to v9.1.5",
|
|
389
|
+
"commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"date": "Tue, 20 Dec 2022 14:59:28 GMT",
|
|
396
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.14",
|
|
397
|
+
"version": "9.0.0-alpha.14",
|
|
398
|
+
"comments": {
|
|
399
|
+
"prerelease": [
|
|
400
|
+
{
|
|
401
|
+
"author": "lingfangao@hotmail.com",
|
|
402
|
+
"package": "@fluentui/react-table",
|
|
403
|
+
"commit": "76054827c6b9ccc7ad73a818952f2d636ffc9e6d",
|
|
404
|
+
"comment": "fix: Explicit focus outline for TableHeaderCell and TableSelectionCell"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"author": "lingfangao@hotmail.com",
|
|
408
|
+
"package": "@fluentui/react-table",
|
|
409
|
+
"commit": "67a7284ac5934475134ce72af3965f3f9a223636",
|
|
410
|
+
"comment": "fix(DataGridSelectionCell): should render `aria-selected` on the cell"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"author": "lingfangao@hotmail.com",
|
|
414
|
+
"package": "@fluentui/react-table",
|
|
415
|
+
"commit": "622bcbbe42920f53466bed4ad998b67daac3d6d3",
|
|
416
|
+
"comment": "fix: DataGrid supports keyboard navigation by default"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"author": "lingfangao@hotmail.com",
|
|
420
|
+
"package": "@fluentui/react-table",
|
|
421
|
+
"commit": "c847712d9293db7028bc01e9ba4204e055ebbfb7",
|
|
422
|
+
"comment": "feat: Add row focus as unstable feature due to a11y unknowns"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"author": "lingfangao@hotmail.com",
|
|
426
|
+
"package": "@fluentui/react-table",
|
|
427
|
+
"commit": "b1f470d42273869bc4e10fefff6f08b90640092d",
|
|
428
|
+
"comment": "fix(DataGridRow): `children` type should only be render function"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"author": "lingfangao@hotmail.com",
|
|
432
|
+
"package": "@fluentui/react-table",
|
|
433
|
+
"commit": "dc96e9c54ac445396cd5e74812fd2ac1acdd15eb",
|
|
434
|
+
"comment": "fix: DataGridRow should prevent default on spacebar"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"author": "lingfangao@hotmail.com",
|
|
438
|
+
"package": "@fluentui/react-table",
|
|
439
|
+
"commit": "b0aab3b9647e55a355e5e1c0d4e4cf7cc7955fdb",
|
|
440
|
+
"comment": "feat: DataGrid supports custom row Ids"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"author": "lingfangao@hotmail.com",
|
|
444
|
+
"package": "@fluentui/react-table",
|
|
445
|
+
"commit": "ac32a5c210e34916f6990ebe4449621344ba0839",
|
|
446
|
+
"comment": "fix(TableHeaderCell): should render `aria-sort=\"none\"` if not sorted"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"author": "beachball",
|
|
450
|
+
"package": "@fluentui/react-table",
|
|
451
|
+
"comment": "Bump @fluentui/react-aria to v9.3.3",
|
|
452
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"author": "beachball",
|
|
456
|
+
"package": "@fluentui/react-table",
|
|
457
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.9",
|
|
458
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"author": "beachball",
|
|
462
|
+
"package": "@fluentui/react-table",
|
|
463
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.15",
|
|
464
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"author": "beachball",
|
|
468
|
+
"package": "@fluentui/react-table",
|
|
469
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.3",
|
|
470
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"author": "beachball",
|
|
474
|
+
"package": "@fluentui/react-table",
|
|
475
|
+
"comment": "Bump @fluentui/react-radio to v9.0.14",
|
|
476
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"author": "beachball",
|
|
480
|
+
"package": "@fluentui/react-table",
|
|
481
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.3",
|
|
482
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"author": "beachball",
|
|
486
|
+
"package": "@fluentui/react-table",
|
|
487
|
+
"comment": "Bump @fluentui/react-theme to v9.1.4",
|
|
488
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"author": "beachball",
|
|
492
|
+
"package": "@fluentui/react-table",
|
|
493
|
+
"comment": "Bump @fluentui/react-utilities to v9.3.0",
|
|
494
|
+
"commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"none": [
|
|
498
|
+
{
|
|
499
|
+
"author": "lingfangao@hotmail.com",
|
|
500
|
+
"package": "@fluentui/react-table",
|
|
501
|
+
"commit": "81c1239976fbf6dbc3c3c160462eac1b3ddfd0a8",
|
|
502
|
+
"comment": "docs: Table examples generally navigate with tab"
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"date": "Mon, 05 Dec 2022 18:29:31 GMT",
|
|
509
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.13",
|
|
510
|
+
"version": "9.0.0-alpha.13",
|
|
511
|
+
"comments": {
|
|
512
|
+
"prerelease": [
|
|
513
|
+
{
|
|
514
|
+
"author": "lingfangao@hotmail.com",
|
|
515
|
+
"package": "@fluentui/react-table",
|
|
516
|
+
"commit": "dfe430630188bb7e2fe2ddc15b5269fcfd1bf20b",
|
|
517
|
+
"comment": "fix: TableHeaderCell design fixes"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"author": "lingfangao@hotmail.com",
|
|
521
|
+
"package": "@fluentui/react-table",
|
|
522
|
+
"commit": "f64a67537afb35cb5007c16160d0a1deb656d875",
|
|
523
|
+
"comment": "BREAKING(useTable): `onSelectionChange` returns data object"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"author": "lingfangao@hotmail.com",
|
|
527
|
+
"package": "@fluentui/react-table",
|
|
528
|
+
"commit": "f7d7f82f6b3117ce163c6fee84b03c8774bed95f",
|
|
529
|
+
"comment": "docs: Update docstrings for props"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"author": "lingfangao@hotmail.com",
|
|
533
|
+
"package": "@fluentui/react-table",
|
|
534
|
+
"commit": "35de934c73603a2fc9416327ab1cf89283f76c5f",
|
|
535
|
+
"comment": "fix: Various design fixes to Table components"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"author": "lingfangao@hotmail.com",
|
|
539
|
+
"package": "@fluentui/react-table",
|
|
540
|
+
"commit": "6f450a1713c40d5429306ab1f6d76bc19e65c295",
|
|
541
|
+
"comment": "fix: Cell actions should have correct background when row focused within"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"author": "lingfangao@hotmail.com",
|
|
545
|
+
"package": "@fluentui/react-table",
|
|
546
|
+
"commit": "3ca7917d818ccde26b1dc172241f88a6e8f322b3",
|
|
547
|
+
"comment": "fix: Table row height is determined by cells"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"author": "lingfangao@hotmail.com",
|
|
551
|
+
"package": "@fluentui/react-table",
|
|
552
|
+
"commit": "f1a66a851248f1a2140cb387a62c19468afd3365",
|
|
553
|
+
"comment": "BREAKING: change `smaller` size to `extra-small`"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"author": "lingfangao@hotmail.com",
|
|
557
|
+
"package": "@fluentui/react-table",
|
|
558
|
+
"commit": "2d9a9f3147deea6d0c0a60747e1074faf47968c3",
|
|
559
|
+
"comment": "fix(TableCellLayout): Icon sizes in should match design spec"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"author": "lingfangao@hotmail.com",
|
|
563
|
+
"package": "@fluentui/react-table",
|
|
564
|
+
"commit": "31d2fa0e30649e991925fec10d49ac8fae2dc585",
|
|
565
|
+
"comment": "feat: `DataGrid` supports row sorting"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"author": "lingfangao@hotmail.com",
|
|
569
|
+
"package": "@fluentui/react-table",
|
|
570
|
+
"commit": "8811bf9bf2f5d2c6591ffdaa0a4024456f66bfbd",
|
|
571
|
+
"comment": "BREAKING: rename useTable->useTableFeatures, useSelection->useTableSelection, useSort->useTableSort"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"author": "lingfangao@hotmail.com",
|
|
575
|
+
"package": "@fluentui/react-table",
|
|
576
|
+
"commit": "6b90a6e90a71bb3ca36a6bc633d0d535ccb717e9",
|
|
577
|
+
"comment": "feat: DataGrid supports selection"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"author": "beachball",
|
|
581
|
+
"package": "@fluentui/react-table",
|
|
582
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.8",
|
|
583
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"author": "beachball",
|
|
587
|
+
"package": "@fluentui/react-table",
|
|
588
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.14",
|
|
589
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"author": "beachball",
|
|
593
|
+
"package": "@fluentui/react-table",
|
|
594
|
+
"comment": "Bump @fluentui/react-radio to v9.0.13",
|
|
595
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"author": "beachball",
|
|
599
|
+
"package": "@fluentui/react-table",
|
|
600
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.2",
|
|
601
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"author": "beachball",
|
|
605
|
+
"package": "@fluentui/react-table",
|
|
606
|
+
"comment": "Bump @fluentui/react-theme to v9.1.3",
|
|
607
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"none": [
|
|
611
|
+
{
|
|
612
|
+
"author": "lingfangao@hotmail.com",
|
|
613
|
+
"package": "@fluentui/react-table",
|
|
614
|
+
"commit": "8607e1bc8dbc03f9416f1c24d403f04ca91cd597",
|
|
615
|
+
"comment": "docs: Improve `DataGrid` docs"
|
|
616
|
+
}
|
|
617
|
+
]
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"date": "Thu, 17 Nov 2022 23:05:47 GMT",
|
|
622
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.12",
|
|
623
|
+
"version": "9.0.0-alpha.12",
|
|
624
|
+
"comments": {
|
|
625
|
+
"none": [
|
|
626
|
+
{
|
|
627
|
+
"author": "martinhochel@microsoft.com",
|
|
628
|
+
"package": "@fluentui/react-table",
|
|
629
|
+
"commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
|
|
630
|
+
"comment": "chore: update package scaffold"
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"prerelease": [
|
|
634
|
+
{
|
|
635
|
+
"author": "lingfangao@hotmail.com",
|
|
636
|
+
"package": "@fluentui/react-table",
|
|
637
|
+
"commit": "aef719f25d85a8d83f3d6b44d61b75d55f805ee8",
|
|
638
|
+
"comment": "BREAKING: `sortable` prop no longer enables `TableHeader` navigation"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"author": "tigeroakes@microsoft.com",
|
|
642
|
+
"package": "@fluentui/react-table",
|
|
643
|
+
"commit": "2c004858da092ef9ae0aad2f96b313ec0102913d",
|
|
644
|
+
"comment": "fix: Match hover background colors between table row and cell actions"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"author": "lingfangao@hotmail.com",
|
|
648
|
+
"package": "@fluentui/react-table",
|
|
649
|
+
"commit": "b49ab600353c77e48b67cc23bcb422535cad1b83",
|
|
650
|
+
"comment": "BREAKING: Headless table callbacks require event"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"author": "beachball",
|
|
654
|
+
"package": "@fluentui/react-table",
|
|
655
|
+
"comment": "Bump @fluentui/react-aria to v9.3.2",
|
|
656
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"author": "beachball",
|
|
660
|
+
"package": "@fluentui/react-table",
|
|
661
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.7",
|
|
662
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"author": "beachball",
|
|
666
|
+
"package": "@fluentui/react-table",
|
|
667
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.13",
|
|
668
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"author": "beachball",
|
|
672
|
+
"package": "@fluentui/react-table",
|
|
673
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.2",
|
|
674
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"author": "beachball",
|
|
678
|
+
"package": "@fluentui/react-table",
|
|
679
|
+
"comment": "Bump @fluentui/react-radio to v9.0.12",
|
|
680
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"author": "beachball",
|
|
684
|
+
"package": "@fluentui/react-table",
|
|
685
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.1",
|
|
686
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"author": "beachball",
|
|
690
|
+
"package": "@fluentui/react-table",
|
|
691
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.2",
|
|
692
|
+
"commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
|
|
693
|
+
}
|
|
694
|
+
]
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"date": "Fri, 11 Nov 2022 14:57:41 GMT",
|
|
699
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.11",
|
|
700
|
+
"version": "9.0.0-alpha.11",
|
|
701
|
+
"comments": {
|
|
702
|
+
"none": [
|
|
703
|
+
{
|
|
704
|
+
"author": "martinhochel@microsoft.com",
|
|
705
|
+
"package": "@fluentui/react-table",
|
|
706
|
+
"commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
|
|
707
|
+
"comment": "test: replace deprecated module.parent with require.main within isConformance"
|
|
708
|
+
}
|
|
709
|
+
],
|
|
710
|
+
"prerelease": [
|
|
711
|
+
{
|
|
712
|
+
"author": "lingfangao@hotmail.com",
|
|
713
|
+
"package": "@fluentui/react-table",
|
|
714
|
+
"commit": "48c85202ce3c230fdc83bde3ce494f952632b16f",
|
|
715
|
+
"comment": "feat: Implement child render function for DataGrid rows"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"author": "lingfangao@hotmail.com",
|
|
719
|
+
"package": "@fluentui/react-table",
|
|
720
|
+
"commit": "3088a39d2d18156388378ac9a629e48277347ae7",
|
|
721
|
+
"comment": "feat: Implement `focusMode` prop for DataGrid, apply role=\"grid\" correctly"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"author": "lingfangao@hotmail.com",
|
|
725
|
+
"package": "@fluentui/react-table",
|
|
726
|
+
"commit": "6645c490bdc0ae1147e46890bef10759934457d3",
|
|
727
|
+
"comment": "BREAKING: ColumnDefinition type is stricter, use createColumn to create column definition. Implments render function for DataGridRow."
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"author": "beachball",
|
|
731
|
+
"package": "@fluentui/react-table",
|
|
732
|
+
"comment": "Bump @fluentui/react-aria to v9.3.1",
|
|
733
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"author": "beachball",
|
|
737
|
+
"package": "@fluentui/react-table",
|
|
738
|
+
"comment": "Bump @fluentui/react-avatar to v9.2.6",
|
|
739
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"author": "beachball",
|
|
743
|
+
"package": "@fluentui/react-table",
|
|
744
|
+
"comment": "Bump @fluentui/react-checkbox to v9.0.12",
|
|
745
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"author": "beachball",
|
|
749
|
+
"package": "@fluentui/react-table",
|
|
750
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.1",
|
|
751
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"author": "beachball",
|
|
755
|
+
"package": "@fluentui/react-table",
|
|
756
|
+
"comment": "Bump @fluentui/react-radio to v9.0.11",
|
|
757
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"author": "beachball",
|
|
761
|
+
"package": "@fluentui/react-table",
|
|
762
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.0",
|
|
763
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"author": "beachball",
|
|
767
|
+
"package": "@fluentui/react-table",
|
|
768
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
|
769
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"author": "beachball",
|
|
773
|
+
"package": "@fluentui/react-table",
|
|
774
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.1",
|
|
775
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"author": "beachball",
|
|
779
|
+
"package": "@fluentui/react-table",
|
|
780
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
|
|
781
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
782
|
+
}
|
|
783
|
+
]
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"date": "Wed, 02 Nov 2022 14:27:34 GMT",
|
|
788
|
+
"tag": "@fluentui/react-table_v9.0.0-alpha.10",
|
|
789
|
+
"version": "9.0.0-alpha.10",
|
|
790
|
+
"comments": {
|
|
791
|
+
"prerelease": [
|
|
792
|
+
{
|
|
793
|
+
"author": "lingfangao@hotmail.com",
|
|
794
|
+
"package": "@fluentui/react-table",
|
|
795
|
+
"commit": "072f0419c79f8bd672e5c251fdd4a08e5bf9d4e8",
|
|
796
|
+
"comment": "fix(useTable): sort should adapt to enhanced row types"
|
|
797
|
+
}
|
|
798
|
+
]
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"date": "Wed, 02 Nov 2022 11:58:02 GMT",
|
|
6
803
|
"tag": "@fluentui/react-table_v9.0.0-alpha.9",
|
|
7
804
|
"version": "9.0.0-alpha.9",
|
|
8
805
|
"comments": {
|