Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat: Release `Table` and `DataGrid` as stable",
"packageName": "@fluentui/react-components",
"email": "lingfangao@hotmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "feat: Release 9.0.0",
"packageName": "@fluentui/react-table",
"email": "lingfangao@hotmail.com",
"dependentChangeType": "patch"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions packages/react-components/react-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -852,3 +852,174 @@ export type {
ToolbarRadioGroupProps,
ToolbarRadioGroupState,
} from '@fluentui/react-toolbar';

export {
TableCell,
tableCellClassNames,
tableCellClassName,
useTableCellStyles_unstable,
useTableCell_unstable,
renderTableCell_unstable,
TableRow,
tableRowClassNames,
tableRowClassName,
useTableRowStyles_unstable,
useTableRow_unstable,
renderTableRow_unstable,
TableBody,
tableBodyClassName,
tableBodyClassNames,
useTableBodyStyles_unstable,
useTableBody_unstable,
renderTableBody_unstable,
Table,
tableClassName,
tableClassNames,
useTableStyles_unstable,
useTable_unstable,
renderTable_unstable,
TableHeader,
tableHeaderClassNames,
tableHeaderClassName,
useTableHeaderStyles_unstable,
useTableHeader_unstable,
renderTableHeader_unstable,
TableHeaderCell,
tableHeaderCellClassName,
tableHeaderCellClassNames,
useTableHeaderCellStyles_unstable,
useTableHeaderCell_unstable,
renderTableHeaderCell_unstable,
TableResizeHandle,
tableResizeHandleClassNames,
useTableResizeHandleStyles_unstable,
useTableResizeHandle_unstable,
renderTableResizeHandle_unstable,
TableContextProvider,
useTableContext,
TableSelectionCell,
useTableSelectionCellStyles_unstable,
useTableSelectionCell_unstable,
renderTableSelectionCell_unstable,
tableSelectionCellClassNames,
TableCellActions,
useTableCellActionsStyles_unstable,
useTableCellActions_unstable,
renderTableCellActions_unstable,
tableCellActionsClassNames,
TableCellLayout,
useTableCellLayout_unstable,
useTableCellLayoutStyles_unstable,
renderTableCellLayout_unstable,
tableCellLayoutClassNames,
useTableFeatures,
useTableSelection,
useTableSort,
createTableColumn,
DataGridCell,
dataGridCellClassNames,
useDataGridCellStyles_unstable,
useDataGridCell_unstable,
renderDataGridCell_unstable,
DataGridRow,
dataGridRowClassNames,
useDataGridRowStyles_unstable,
useDataGridRow_unstable,
renderDataGridRow_unstable,
DataGridBody,
dataGridBodyClassNames,
useDataGridBodyStyles_unstable,
useDataGridBody_unstable,
renderDataGridBody_unstable,
DataGrid,
dataGridClassNames,
useDataGridStyles_unstable,
useDataGrid_unstable,
renderDataGrid_unstable,
useDataGridContextValues_unstable,
DataGridHeader,
dataGridHeaderClassNames,
useDataGridHeaderStyles_unstable,
useDataGridHeader_unstable,
renderDataGridHeader_unstable,
DataGridHeaderCell,
dataGridHeaderCellClassNames,
useDataGridHeaderCellStyles_unstable,
useDataGridHeaderCell_unstable,
renderDataGridHeaderCell_unstable,
DataGridSelectionCell,
useDataGridSelectionCellStyles_unstable,
useDataGridSelectionCell_unstable,
renderDataGridSelectionCell_unstable,
dataGridSelectionCellClassNames,
TableRowIdContextProvider,
useTableRowIdContext,
useTableColumnSizing_unstable,
} from '@fluentui/react-table';

export type {
SortDirection,
TableHeaderCellProps,
TableHeaderCellSlots,
TableHeaderCellState,
TableHeaderProps,
TableHeaderSlots,
TableHeaderState,
TableProps,
TableSlots,
TableState,
TableContextValue,
TableContextValues,
TableBodyProps,
TableBodyState,
TableBodySlots,
TableRowProps,
TableRowState,
TableRowSlots,
TableCellProps,
TableCellState,
TableCellSlots,
TableSelectionCellProps,
TableSelectionCellState,
TableSelectionCellSlots,
TableCellActionsProps,
TableCellActionsState,
TableCellActionsSlots,
TableCellLayoutProps,
TableCellLayoutState,
TableCellLayoutSlots,
UseTableFeaturesOptions,
TableFeaturesState,
TableSelectionState,
TableSortState,
TableFeaturePlugin,
TableRowData,
TableRowId,
TableColumnDefinition,
TableColumnId,
TableColumnSizingOptions,
CreateTableColumnOptions,
DataGridHeaderCellProps,
DataGridHeaderCellSlots,
DataGridHeaderCellState,
DataGridHeaderProps,
DataGridHeaderSlots,
DataGridHeaderState,
DataGridProps,
DataGridSlots,
DataGridState,
DataGridContextValue,
DataGridContextValues,
DataGridBodyProps,
DataGridBodyState,
DataGridBodySlots,
DataGridRowProps,
DataGridRowState,
DataGridRowSlots,
DataGridCellProps,
DataGridCellState,
DataGridCellSlots,
DataGridSelectionCellProps,
DataGridSelectionCellState,
DataGridSelectionCellSlots,
} from '@fluentui/react-table';
171 changes: 0 additions & 171 deletions packages/react-components/react-components/src/unstable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,177 +56,6 @@ export {
} from '@fluentui/react-infobutton';
export type { InfoButtonProps, InfoButtonSlots, InfoButtonState } from '@fluentui/react-infobutton';

export {
TableCell,
tableCellClassNames,
tableCellClassName,
useTableCellStyles_unstable,
useTableCell_unstable,
renderTableCell_unstable,
TableRow,
tableRowClassNames,
tableRowClassName,
useTableRowStyles_unstable,
useTableRow_unstable,
renderTableRow_unstable,
TableBody,
tableBodyClassName,
tableBodyClassNames,
useTableBodyStyles_unstable,
useTableBody_unstable,
renderTableBody_unstable,
Table,
tableClassName,
tableClassNames,
useTableStyles_unstable,
useTable_unstable,
renderTable_unstable,
TableHeader,
tableHeaderClassNames,
tableHeaderClassName,
useTableHeaderStyles_unstable,
useTableHeader_unstable,
renderTableHeader_unstable,
TableHeaderCell,
tableHeaderCellClassName,
tableHeaderCellClassNames,
useTableHeaderCellStyles_unstable,
useTableHeaderCell_unstable,
renderTableHeaderCell_unstable,
TableResizeHandle,
tableResizeHandleClassNames,
useTableResizeHandleStyles_unstable,
useTableResizeHandle_unstable,
renderTableResizeHandle_unstable,
TableContextProvider,
useTableContext,
TableSelectionCell,
useTableSelectionCellStyles_unstable,
useTableSelectionCell_unstable,
renderTableSelectionCell_unstable,
tableSelectionCellClassNames,
TableCellActions,
useTableCellActionsStyles_unstable,
useTableCellActions_unstable,
renderTableCellActions_unstable,
tableCellActionsClassNames,
TableCellLayout,
useTableCellLayout_unstable,
useTableCellLayoutStyles_unstable,
renderTableCellLayout_unstable,
tableCellLayoutClassNames,
useTableFeatures,
useTableSelection,
useTableSort,
createTableColumn,
DataGridCell,
dataGridCellClassNames,
useDataGridCellStyles_unstable,
useDataGridCell_unstable,
renderDataGridCell_unstable,
DataGridRow,
dataGridRowClassNames,
useDataGridRowStyles_unstable,
useDataGridRow_unstable,
renderDataGridRow_unstable,
DataGridBody,
dataGridBodyClassNames,
useDataGridBodyStyles_unstable,
useDataGridBody_unstable,
renderDataGridBody_unstable,
DataGrid,
dataGridClassNames,
useDataGridStyles_unstable,
useDataGrid_unstable,
renderDataGrid_unstable,
useDataGridContextValues_unstable,
DataGridHeader,
dataGridHeaderClassNames,
useDataGridHeaderStyles_unstable,
useDataGridHeader_unstable,
renderDataGridHeader_unstable,
DataGridHeaderCell,
dataGridHeaderCellClassNames,
useDataGridHeaderCellStyles_unstable,
useDataGridHeaderCell_unstable,
renderDataGridHeaderCell_unstable,
DataGridSelectionCell,
useDataGridSelectionCellStyles_unstable,
useDataGridSelectionCell_unstable,
renderDataGridSelectionCell_unstable,
dataGridSelectionCellClassNames,
TableRowIdContextProvider,
useTableRowIdContext,
useTableColumnSizing_unstable,
} from '@fluentui/react-table';

export type {
SortDirection,
TableHeaderCellProps,
TableHeaderCellSlots,
TableHeaderCellState,
TableHeaderProps,
TableHeaderSlots,
TableHeaderState,
TableProps,
TableSlots,
TableState,
TableContextValue,
TableContextValues,
TableBodyProps,
TableBodyState,
TableBodySlots,
TableRowProps,
TableRowState,
TableRowSlots,
TableCellProps,
TableCellState,
TableCellSlots,
TableSelectionCellProps,
TableSelectionCellState,
TableSelectionCellSlots,
TableCellActionsProps,
TableCellActionsState,
TableCellActionsSlots,
TableCellLayoutProps,
TableCellLayoutState,
TableCellLayoutSlots,
UseTableFeaturesOptions,
TableFeaturesState,
TableSelectionState,
TableSortState,
TableFeaturePlugin,
TableRowData,
TableRowId,
TableColumnDefinition,
TableColumnId,
TableColumnSizingOptions,
CreateTableColumnOptions,
DataGridHeaderCellProps,
DataGridHeaderCellSlots,
DataGridHeaderCellState,
DataGridHeaderProps,
DataGridHeaderSlots,
DataGridHeaderState,
DataGridProps,
DataGridSlots,
DataGridState,
DataGridContextValue,
DataGridContextValues,
DataGridBodyProps,
DataGridBodyState,
DataGridBodySlots,
DataGridRowProps,
DataGridRowState,
DataGridRowSlots,
DataGridCellProps,
DataGridCellState,
DataGridCellSlots,
DataGridSelectionCellProps,
DataGridSelectionCellState,
DataGridSelectionCellSlots,
} from '@fluentui/react-table';

// eslint-disable-next-line deprecation/deprecation
export { CheckboxField_unstable as CheckboxField, checkboxFieldClassNames } from '@fluentui/react-checkbox';
// eslint-disable-next-line deprecation/deprecation
Expand Down
4 changes: 1 addition & 3 deletions packages/react-components/react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
},
"beachball": {
"disallowedChangeTypes": [
"major",
"minor",
"patch"
"major"
]
},
"exports": {
Expand Down
Loading