Skip to content

Releases: reactioncommerce/catalyst

v1.19.1

26 Feb 22:14
07079f8
Compare
Choose a tag to compare

1.19.1 (2020-02-26)

Bug Fixes

v1.19.0

24 Feb 22:15
131456e
Compare
Choose a tag to compare

1.19.0 (2020-02-24)

Bug Fixes

  • call the onClose callback (5181a52)
  • pass content to base confirm dialog (62d25e8)

Features

  • add all components to root export (803e286)
  • add confirm dialog base component (8634fbe)
  • add confirm dialog hook (9773cfb)
  • export confirm dialog helpers (faa51c7)

v1.18.1

06 Feb 21:56
51f42e6
Compare
Choose a tag to compare

1.18.1 (2020-02-06)

Bug Fixes

  • add additional horizontal padding to inputs (7bad313)
  • don't make classes prop required (7014a91)
  • padding (84bb6b2)
  • remove invalid dense prop (1cbb223)
  • remove invalid disableUnderline prop (5330d5a)

v1.18.0

29 Jan 17:52
f220a04
Compare
Choose a tag to compare

1.18.0 (2020-01-29)

Features

  • add a manual filter example (a41d6ea)
  • add manual filter hook (3487b62)
  • Add manual filters (#146) (f220a04)
  • implement useDataTableManualFilters hook (1c110ac)
  • pass manual filter props into chip bar component (aae6ce2)
  • support manual filters (9c75959)

v1.17.0

28 Jan 22:10
8228b90
Compare
Choose a tag to compare

1.17.0 (2020-01-28)

Bug Fixes

Features

  • add error color to default theme palette (5fee1dd)
  • add TextField component (06abbfd)
  • Add TextField component (#143) (5e781bc)

v1.16.0

25 Jan 00:19
160f6f3
Compare
Choose a tag to compare

1.16.0 (2020-01-25)

Bug Fixes

Features

  • add fetch, refetch and debounce global filter (2f27907)
  • update to latest MUI core and lab (4661ba2)
  • use debounced global filter (f3da63a)

v1.15.0

21 Jan 19:41
ff32c43
Compare
Choose a tag to compare

1.15.0 (2020-01-21)

Bug Fixes

  • address various react warnings (f989e8d)
  • disable columns filters not in use (3527dd3)
  • guard function call (b28b148)
  • guard row select callback (731ed50)
  • react warning (f9eb643)
  • remove prop requirement, default values are always assured (f8d5524)
  • remove prop requirement, default values are always assured (19f2d79)
  • update filter handling (7397342)

Features

  • add mui labs package (e5498fe)
  • add theme override for skeleton loading (0f901ae)
  • improve loading and display of cells (256a967)
  • match new filter object style (9580bd9)
  • update hook (d154594)
  • update to latest react-table (4e6736a)
  • update to match changes to react-table (5062aa8)
  • update to match changes to the useDataTable hook (f782edf)

v1.14.1

18 Oct 21:58
d4102c3
Compare
Choose a tag to compare

1.14.1 (2019-10-18)

Bug Fixes

  • remove invalid prop (b312ebf)
  • update prop-types peer-dep (07be8cb)
  • update prop-types to fix warnings (a1df9d1)
  • use label prop for "Page" (07bfd04)

v1.14.0

04 Oct 22:36
f89aa31
Compare
Choose a tag to compare

1.14.0 (2019-10-04)

Bug Fixes

  • title: add title to toast (e0a83ed)
  • toast: fix X with and without title (8eb74fb)

Features

  • toast: add close icon (c1aa950)
  • variant: add variants to toasts (1b32f4c)

v1.13.0

04 Oct 20:19
9660845
Compare
Choose a tag to compare

1.13.0 (2019-10-04)

Bug Fixes

  • adjust expansion panel padding (a8ed974)
  • adjust list item padding (259f6d9)
  • ensure button are will not wrap text by default (754032f)
  • filter button display (08e5c16)
  • remove margin between expanded expansion panels (e2b63ff)
  • return null if there are no filters selected (0bc04c0)
  • update aria controls property (6f93049)

Features

  • add support for custom filters (e4fde92)
  • accept label props for filter clear buttons (8e978d3)
  • accept labels prop and pass to filter component (d6efc41)
  • add active filter display (adde868)
  • add an example of how to use custom filters (e769195)
  • add an export for makeDataTableColumnFilter (ca2156b)
  • add better responsive handling (232af57)
  • add clear button (ee51e0c)
  • add default menu item for dropdown (92d790e)
  • add filter display (c4bb027)
  • add generic DataTableFilter component (503df4e)
  • add helper for removing filters (46ce960)
  • add helper function for creating a DataTable column filter (d665bc0)
  • add multi select (c669c9e)
  • add support for displaying filters (9ffd99e)
  • allow for overriding of the filter drawer (fb1aec8)
  • default all column filters to off, unless otherwise specified (11ebfde)
  • use link style and accept labels from props (5467938)
  • use the title from the column header by default (a287e3c)