Skip to content

Releases: moarwick/react-super-styled

v0.7.1

02 Dec 00:54
Compare
Choose a tag to compare
  • Do not use dev .babelrc when transpiling for dist (was adding RHL code)
  • Remove Transition helper (alpha) from lib
  • Update Readme

v0.7.0

01 Dec 00:45
Compare
Choose a tag to compare
  • 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

01 Nov 04:37
Compare
Choose a tag to compare
  • Pass all props to root SvgIcon elem

v0.6.3

29 Aug 06:24
Compare
Choose a tag to compare
  • 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.1

01 Aug 15:07
Compare
Choose a tag to compare
  • Fix "typo" in Demo

v0.6.0

21 Jul 17:41
Compare
Choose a tag to compare
  • Add SvgIcon wrapper
  • Upgrade withMedia HOC, renamed to withWindow
  • fix responsive gutter bug

v0.5.2

13 Jul 13:43
Compare
Choose a tag to compare
  • Update NPM prepublish -> prepublishOnly

v0.5.1

13 Jul 13:42
Compare
Choose a tag to compare
  • Remove ./idea folder

v0.5.0

13 Jul 13:40
Compare
Choose a tag to compare

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

13 Apr 23:19
Compare
Choose a tag to compare
  • Library now transpiled to common.js modules, to work with Next.js (or other projects which do not transpile their dependencies)