Skip to content

Releases: blakeembrey/react-free-style

Upgrade dependencies

24 Jan 19:09
Compare
Choose a tag to compare

Added

  • Upgrade all dependencies (csstype and free-style)

Handle `insertRule` errors

07 Jun 01:41
Compare
Choose a tag to compare

Fixed

  • Handle insertRule errors on unknown syntax 5326eb0

Upgrade Free Style

02 May 05:32
Compare
Choose a tag to compare

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'

Fix `styled` ref

12 Apr 16:37
Compare
Choose a tag to compare

Fixed

  • Fix inferred return type of styled for ref props

Allow multiple CSS values

30 Mar 00:04
Compare
Choose a tag to compare

Added

  • Allow multiple CSS values over arrays

Fixed

  • Allow undefined and null for CSS values

Recursive Computed CSS

27 Mar 21:46
Compare
Choose a tag to compare

Added

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

Fix TypeScript Expansion Issue

05 Mar 03:12
Compare
Choose a tag to compare

Fixed

  • Fix TypeScript expanding toComponent return type into an invalid type

Make `toComponent` Props Optional

05 Mar 02:59
Compare
Choose a tag to compare

Fixed

  • Make toComponent(props?) optional

Smaller Build

05 Mar 01:31
Compare
Choose a tag to compare

Changed

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

Extend Styles Type

28 Oct 05:02
Compare
Choose a tag to compare

Fixed

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