React Free Style Versions Save

Make React components easier and more maintainable by using inline style objects

v11.1.0

3 years ago

Added

  • Upgrade all dependencies (csstype and free-style)

v11.0.1

3 years ago

Fixed

  • Handle insertRule errors on unknown syntax 5326eb0

v11.0.0

4 years ago

Changed

  • Upgrade to free-style@4
  • Remove dist/tags as unused
  • Remove dist/jsx in favor of root export, e.g. import { jsx } from 'react-free-style'

v10.2.2

4 years ago

Fixed

  • Fix inferred return type of styled for ref props

v10.2.1

4 years ago

Added

  • Allow multiple CSS values over arrays

Fixed

  • Allow undefined and null for CSS values

v10.2.0

4 years ago

Added

  • Allow ComputedCss to be recursive
  • Move JSX support into core package

v10.1.2

4 years ago

Fixed

  • Fix TypeScript expanding toComponent return type into an invalid type

v10.1.1

4 years ago

Fixed

  • Make toComponent(props?) optional

v10.1.0

4 years ago

Changed

  • Bump target ES version to ES2015 (removes 10kb)
  • Remove STYLE_ID concept from rendering (removes another 10kb)

v10.0.2

4 years ago

Fixed

  • Extends Styles from Free Style for $* props in type information