Skip to content

Releases: sapegin/stack-styled

v3.2.1

04 Sep 15:02
Compare
Choose a tag to compare

3.2.1 (2020-09-04)

Bug Fixes

  • Fix missing files in the npm package (aadb661), closes #16

v3.2.0

27 Nov 08:42
Compare
Choose a tag to compare

3.2.0 (2019-11-27)

Features

  • New prop numColumns to create responsive column layouts (382b14b)

v3.1.0

25 Nov 14:31
Compare
Choose a tag to compare

3.1.0 (2019-11-25)

Features

  • Enable more styled props (color, border, shadow, position props categories)

v3.0.0

24 Jul 13:58
Compare
Choose a tag to compare

New API

#5, closes #2 #3 #4

Breaking changes

  • Rename minWidth prop to minColumnWidth to avoid clash with styled-system minWidth prop.
  • Remove gap prop, use gridGap, gridRowGap and gridColumnGap: use standard styled-system prop and allow different gaps between rows and columns.
  • No default 8px gap.
  • Use spacing scale in minColumnWidth, so minColumnWidth={7} now adds 256px min column width.

v2.0.0

06 Jun 08:31
Compare
Choose a tag to compare

Breaking changes

  • Minimum supported Node.js version is 8.6

Other changes

  • Update styled-system to 5.0 (no API changes).

1.0.0

16 Apr 20:24
Compare
Choose a tag to compare

BREAKING CHANGES

  • is prop was removed, use as prop from styled-components
  • styled-components 3 or below are no longer supported

New features

  • Base (untested) Emotion support
  • Remove peerDependencies to avoid warnings on install about either Emotion or styled-components
  • Don't use @rebass/components