Skip to content

Releases: reactioncommerce/catalyst

v1.12.0

02 Oct 18:03
9abb9cf
Compare
Choose a tag to compare

1.12.0 (2019-10-02)

Features

  • add plugin hook to add additional cell props (d6ab65d)
  • add row click callback (ef5377e)
  • add support for row click (2bb09ab)

v1.11.0

02 Oct 17:54
e6a8b31
Compare
Choose a tag to compare

1.11.0 (2019-10-02)

Features

  • add color variants to Chip component (de3e500)

v1.10.0

24 Sep 23:01
3da5822
Compare
Choose a tag to compare

1.10.0 (2019-09-24)

Bug Fixes

  • adjust margins of dense, outlined text fields (f9381c8)
  • even/odd color should start dark then light (007fff5)
  • missing missing pagination controls (045df56)
  • remove default value (eea5ec0)
  • remove min width (7547949)
  • update border radius to 3px (db0498f)
  • update font usage across table (6907f12)
  • update prop-type definition for ref-forwarded components (af4bea6)
  • value on page size change (940bba3)

Features

  • add checkbox padding when table rows are selectable (4eeac1d)
  • add cool grey hover+selected color (c9b3c44)
  • add DataTable component (0a8832f)
  • add DataTable docs to sidebar (306a817)
  • add filtering and action menu toolbar components (ec48846)
  • add filtering, and flatten return (2fffc08)
  • add isSelectable to dataTableProps (589b1b0)
  • add pagination controls (f3b852b)
  • add react-table component to package (55373bb)
  • add row selection and hover colors (9136c73)
  • add special hover for selected rows (a68f60d)
  • allow overriding of the selection column (01c9567)
  • update checkbox padding in default theme (a62cbe4)
  • useDataTable hook (ac1ee41)

v1.9.6

11 Sep 17:48
9378337
Compare
Choose a tag to compare

1.9.6 (2019-09-11)

Bug Fixes

  • button: text-only button should be 40px (ce9d49d)

v1.9.5

09 Sep 23:00
7a52558
Compare
Choose a tag to compare

1.9.5 (2019-09-09)

Bug Fixes

  • card: correct padding top and secondary text color (f34d400)
  • sidebar: fix border overrides (652e0f1)
  • splitbutton: disable menulist padding by default (3d0e0fc)

v1.9.4

04 Sep 18:09
500ebfe
Compare
Choose a tag to compare

1.9.4 (2019-09-04)

Bug Fixes

  • dialogtitle: title should be semibold (39dbd8c)

v1.9.3

30 Aug 01:19
0fbe7ba
Compare
Choose a tag to compare

1.9.3 (2019-08-30)

Bug Fixes

  • select: remove unnecessary props from indicatorselector (c258a32)

v1.9.2

29 Aug 21:51
884e476
Compare
Choose a tag to compare

1.9.2 (2019-08-29)

Bug Fixes

  • select: use useTheme for IndicatorSeparator (6fc48f7)

v1.9.1

29 Aug 20:49
d2ff051
Compare
Choose a tag to compare

1.9.1 (2019-08-29)

Bug Fixes

  • tab: add tab underline color (329cee0)
  • theme: sidebar should not have borders (c2afcc7)

v1.9.0

29 Aug 20:36
3623d4b
Compare
Choose a tag to compare

1.9.0 (2019-08-29)

Bug Fixes

  • focus: apply teal focus color to select (d404fad)
  • select: eliminate non-boolean warning (edabdeb)
  • select: remove options padding (6bf441e)
  • select: remove padding between select input and options (b551299)
  • select: update fontsize of placeholder (39d1d7b)
  • select: use caption letterspacing and fontsize for input (17ddd9e)
  • type: add type styles to nooptionsmessage (2854609)
  • focus is now blue (4ffafdd)
  • focus is now blue; placeholder darker black (52adf30)
  • make the arrow coolgrey500 (e69873b)
  • no options should be 40px (dd2068b)
  • use custom indicator to get correct color (1deff9f)

Features

  • add support for confirmable actions (273cd82)