Skip to content

4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 08:16
· 2009 commits to main since this release
b27d329

@comet/[email protected]

Minor Changes

  • 6d4ca5b: Deprecate Table component

    The Table component has been deprecated in favor of MUI X Data Grid in combination with useDataGridRemote. See docs for further information.

  • 07d921d: Add a generic Loading component for use in Admin

    Loading handles the positioning of the loading indicator automatically, depending on the set behavior prop.

Patch Changes

  • 46cf5a8: Fix an issue that caused useDataGridRemote() to ignore its URL params when queryParamsPrefix was set
  • 8a2c330: Correctly position loading indicators by centring them using the new Loading component

@comet/[email protected]

Minor Changes

  • 0167707: Fix some DataGrid styling issues and style the DataGrid components to match the Comet CI more closely.

@comet/[email protected]

Patch Changes

  • 8a2c330: Correctly position loading indicators by centring them using the new Loading component