Releases: moarwick/react-super-styled
Releases · moarwick/react-super-styled
v0.7.1
- Do not use dev .babelrc when transpiling for dist (was adding RHL code)
- Remove
Transition
helper (alpha) from lib
- Update Readme
v0.7.0
- Bump SC peer dependency to >= 4.0
- Simplify Heading, no longer supports
h2, h3, ...
props (use as="..."
instead)
- WindowSize (and withWindow HOC): Rename
window
prop to windowSize
v0.6.4
- Pass all props to root SvgIcon elem
v0.6.3
- Fix edge-case bug related to parsing responsive breakpoint rules
- Fix SSR issue in
withWindow
, and deprecate this HOC
- Add new
WindowSize
component to replace withWindow
- Add new
Transition
component (beta, not documented)
- Update demo app
v0.6.0
- Add
SvgIcon
wrapper
- Upgrade
withMedia
HOC, renamed to withWindow
- fix responsive gutter bug
v0.5.2
- Update NPM
prepublish
-> prepublishOnly
v0.5.0
Breaking Changes
- Eliminate multiple media props for
styles
, col
, offset
, gutter
, show
, hide
-- pass in objects instead
- Allow for arbitrary grid sizes in
FlexItem
-- expect col
& offset
widths as decimal percentage 0-1
- Assume
rem
as default units when passing numbers to font size
, margin
, padding
, gutter
- Simplify
margin
, padding
shorthands (no more *
magic)
- Rename media breakpoint vars in
theme.js
Other
- Optimize Display show/hide logic
- Add Jest, some initial tests
- Upgrade to Webpack 4, update dependencies
- Update README, Demo
v0.4.2
- Library now transpiled to common.js modules, to work with Next.js (or other projects which do not transpile their dependencies)