Skip to content

Releases: coveo/plasma

Release v53.1.4-next.5

23 May 15:51
Compare
Choose a tag to compare

Bug Fixes

Release v53.1.4-next.4

22 May 16:24
Compare
Choose a tag to compare

Bug Fixes

Features

Release v53.1.4-next.3

21 May 18:31
Compare
Choose a tag to compare

Features

Release v53.1.4-next.2

17 May 20:51
Compare
Choose a tag to compare

Features

Release v53.1.4-next.1

15 May 18:29
Compare
Choose a tag to compare

Features

Release v53.1.4-next.0

13 May 13:24
Compare
Choose a tag to compare

Bug Fixes

  • deps: cleanup dependencies 2dbc521

  • website: demo container has the wrong background color 97830e5

  • website: remove custom style with props and module css (#3703) 9a6b436, closes #3703

  • website: small visual adjustments 09051f9

  • refactor(mantine)!: adjust Table.Pagination & Table.PerPage to the breaking changes 303dcca

  • refactor(mantine)!: extracting the table state out into a hook fcdf1ee

Features

  • mantine: rework how Table.ColumnsSelector work f77aa8e
  • website: add a Table demo with React Query 505a760

BREAKING CHANGES

  • mantine: TableColumnsSelector no longer accept columnNames prop.
    Use enableHiding: false in the column definition instead.
    TableColumnsSelector no longer accept nonHideableColumns prop.
    The ColumnsSelector component now auto determine the column names from the
    column definition (header property).
  • Table.PerPage no longer accept totalPages prop.
    Use the table store to set the total number of entries instead.
  • The table component now expect a store as prop.
    This store can be created with the new use-table hook.
    The Table.Consumer no longer exist.
    Components that require access to the table state no longer require to be rendered within the table.
    noDataChildren prop was replaced by the compound component Table.NoData

Release v53.1.5

02 May 16:03
Compare
Choose a tag to compare
chore(release): publish version v53.1.5 [skip ci]

Release v53.1.3

29 Apr 20:53
Compare
Choose a tag to compare

Bug Fixes

  • plasma-react, multiselect: fix margin for selected options (#3704) 7b2bfd6, closes #3704

Release v53.1.2

29 Apr 11:07
Compare
Choose a tag to compare

Bug Fixes

Release v53.1.0

24 Apr 16:12
Compare
Choose a tag to compare

Features