big-design

Design system that powers the BigCommerce ecosystem.

OTHER License

Downloads
23.4K
Stars
43
Committers
50

Bot releases are hidden (Show)

big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.26.1 (2020-12-21)

Note: Version bump only for package @bigcommerce/docs

big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.26.0 (2020-12-17)

Code Refactoring

  • component: refactor Tree component API to StatefulTree (#481) (25a2573)

BREAKING CHANGES

  • component: Tree component and now StatefulTree with new API changes.
    See dev docs for new API.
big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.26.0 (2020-12-17)

Code Refactoring

  • component: refactor Tree component API to StatefulTree (#481) (25a2573)

BREAKING CHANGES

  • component: Tree component and now StatefulTree with new API changes.
    See dev docs for new API.
big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.13.0 (2020-12-17)

Note: Version bump only for package @bigcommerce/examples

big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.13.0-alpha.1 (2020-12-15)

Note: Version bump only for package @bigcommerce/examples

big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.26.0-alpha.1 (2020-12-15)

Bug Fixes

  • component: ensure autocomplete works on Select component (#482) (bded500)
big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.26.0-alpha.1 (2020-12-15)

Note: Version bump only for package @bigcommerce/docs

big-design - @bigcommerce/[email protected]

Published by deini almost 4 years ago

0.26.0-alpha.0 (2020-12-09)

Features

  • component: use ReactNode for table actions (#478) (8622402)

BREAKING CHANGES

  • component: Table and StatefulTable actions prop changed from expecint a
    React.ComponentType to React.ReactNode.

Old:

<Table actions={() => <Button>Some Action</Button>} />

New:

<Table actions={<Button>Some Action</Button>} />
big-design - @bigcommerce/[email protected]

Published by deini almost 4 years ago

0.26.0-alpha.0 (2020-12-09)

Bug Fixes

  • docs: add missing Html component to document (#477) (1f76c2e)

Features

  • component: adds documentation for the TableFigure component (#473) (e9bba2f)
  • component: use ReactNode for table actions (#478) (8622402)

BREAKING CHANGES

  • component: Table and StatefulTable actions prop changed from expecint a
    React.ComponentType to React.ReactNode.

Old:

<Table actions={() => <Button>Some Action</Button>} />

New:

<Table actions={<Button>Some Action</Button>} />
big-design - @bigcommerce/[email protected]

Published by deini almost 4 years ago

0.13.0-alpha.0 (2020-12-09)

Note: Version bump only for package @bigcommerce/examples

big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.25.0 (2020-11-12)

Bug Fixes

  • component: do not shrink radio component (#465) (886b41d)
  • webpack 5 compatibility (#466) (7e66238)
  • component: updates progress circle to use em instead of rem due to error in Safari 14 (#472) (3bedcc1)

chore

  • component: rename InlineAlert to InlineMessage (#464) (d88b504)

BREAKING CHANGES

  • component: Rename InlineAlert to InlineMessage.
big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.12.0 (2020-11-12)

Note: Version bump only for package @bigcommerce/examples

big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.11.0 (2020-11-12)

Bug Fixes

  • webpack 5 compatibility (#466) (7e66238)
  • component: updates progress circle to use em instead of rem due to error in Safari 14 (#472) (3bedcc1)
big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.14.0 (2020-11-12)

Bug Fixes

big-design - @bigcommerce/[email protected]

Published by chanceaclark almost 4 years ago

0.25.0 (2020-11-12)

Bug Fixes

  • webpack 5 compatibility (#466) (7e66238)
  • docs: alert docs - alert management import clarification (#470) (8a5e330)

chore

  • component: rename InlineAlert to InlineMessage (#464) (d88b504)

BREAKING CHANGES

  • component: Rename InlineAlert to InlineMessage.
big-design - @bigcommerce/[email protected]

Published by deini about 4 years ago

0.24.0 (2020-10-16)

Note: Version bump only for package @bigcommerce/docs

big-design - @bigcommerce/[email protected]

Published by deini about 4 years ago

0.11.0 (2020-10-16)

Note: Version bump only for package @bigcommerce/examples

big-design - @bigcommerce/[email protected]

Published by deini about 4 years ago

0.24.0 (2020-10-16)

Bug Fixes

  • component: add missing prop to open dropdown (#463) (10b26a6)

Features

  • component: show icon on selected item (#462) (8b42ac1)
big-design - @bigcommerce/[email protected]

Published by deini about 4 years ago

0.10.8 (2020-10-14)

Note: Version bump only for package @bigcommerce/examples

big-design - @bigcommerce/[email protected]

Published by deini about 4 years ago

0.23.8 (2020-10-14)

Bug Fixes

  • open select when clicked and visually hide list (#461) (2696a2e)