Releases: sapegin/stack-styled
Releases · sapegin/stack-styled
v3.2.1
04 Sep 15:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
3.2.0 (2019-11-27)
Features
New prop numColumns to create responsive column layouts (382b14b )
v3.1.0
25 Nov 14:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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