Skip to content

Releases: blakeembrey/react-free-style

Use `dangerouslySetInnerHTML`

16 Oct 23:40
Compare
Choose a tag to compare

Fixed

  • Moved from dangerouslySetInnerHTML to text incorrectly with 3.0

Free-Style 2.0

13 Oct 20:27
Compare
Choose a tag to compare

Changed

  • Updated to use [email protected]
  • No more free-style class extension - create directly returns a FreeStyle instance
  • Move Style#component to wrap exported function (new signature is wrap(Component, ...styles))
  • Move Style#Element to StyleElement exported component (still renders the same)
  • Create internal free-style instances for every component - this allows dynamic rendering of styles (this.context.freeStyle.registerStyle) without needing to detach them manually

Update Typings

24 Aug 02:49
Compare
Choose a tag to compare

Changed

  • Updated react typings (#18)

Inline Sources

20 Jun 19:00
Compare
Choose a tag to compare

Changed

  • Remember to publish source map sources with package

Update React Definitions For Stateless Components

10 May 21:43
Compare
Choose a tag to compare

Fixed

  • Allow stateless React components in type definition

Add Typings To `package.json`

07 May 23:05
Compare
Choose a tag to compare

Added

  • Use typings in package.json

Improved Warning

18 Jan 18:33
Compare
Choose a tag to compare

Changed

  • Add additional information to render warning

Unrestrict Style Render Updates

11 Jan 23:34
Compare
Choose a tag to compare

Changed

  • Keep warning when render occurs during current render loop, but allow it to continue through and crash

Added

  • Add displayName to free style components

Remove Unused Dependency

07 Jan 22:59
Compare
Choose a tag to compare

Changed

  • Remove xtend from dependencies

Remove Decorator

05 Jan 17:40
Compare
Choose a tag to compare

Changed

  • Removed decorator usage from module - it didn't quite work properly and was hard to debug