All Versions
22
Latest Version
1.0
Avg Release Cycle
15 days
Latest Release
-

Changelog History
Page 1

  • v1.0

  • v1.0.0-beta9 Changes

    • ๐Ÿ‘ Official support for React version 15+
    • ๐Ÿ’… Only create <style> if it does not already exist ( #265 )
    • ๐Ÿ’… multi-line support for StyleSheet.addCSS ( #278 )
    • ๐Ÿ‘Œ Supports media styles without parenthesis e.g. @media screen
  • v1.0.0-beta8 Changes

    • ๐Ÿ“ฆ Force mode for plugins
    • ๐Ÿ’… className prefix is now an attribute of StyleContainer (_defaultClassPrefix)
    • ๐Ÿ”Œ friendlyClassName-plugin allows custom className-template ( #241 )
  • v1.0.0-beta7 Changes

  • v1.0.0-beta6 Changes

    March 05, 2016

    API Changes

    • โž• Added StyleSheet.renderToString to prerender your CSS for server-side rendering
    • ๐Ÿ”Œ Vendor-prefixer no longer are simple plugins but got their own config key config.prefixer
    • ๐Ÿ— Providing two build-in Prefixer classes
      • [StaticPrefixer](packages/react-look/docs/prefixer/StaticPrefixer.md)
      • [DynamicPrefixer](packages/react-look/docs/prefixer/DynamicPrefixer.md)
    ๐Ÿ‘Œ Improvements
    • ๐Ÿ‘Œ Support for stateless functional Components without ES2015 classes under the hood
    • ๐Ÿ’… Now uses its own StyleContainer to cache and resolve static and dynamic styles on React Native
    • ๐Ÿ— Now providing UMD builds
    • Stateful Selector now can be combined
    ๐Ÿ› Bug fixes
    • ๐Ÿ›  Fixed a bug preventing multiple dynamic selectors issue on React Native
  • v1.0.0-Beta5

    February 29, 2016
  • v1.0.0-beta5 Changes

    ๐Ÿ‘Œ Improvements
    • ๐Ÿ‘Œ improved rendering performance
    • โœ‚ removed additional wrapper within <LookRoot> ( #217 )
    • โž• added [Stateful Selectors](packages/react-look-core/docs/plugins/StatefulSelector.md)-plugin to create selectors as a function of props, state and context
    • โž• added Static Prefixer-plugin to use inline-style-prefix-all by default
    ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fixed a bug that cascaded dynamic values ( #218 )
    • โž• added missing dependency ( #214 )
  • v1.0.0-beta4 Changes

    API Changes

    • ๐Ÿ’… StyleSheet.toCSS got deprecated. It was renamed to StyleSheet.addCSS
    ๐Ÿ‘Œ Improvements
    • ๐Ÿ’… StyleSheet.addCSS support static CSS strings (for third-party & legacy support) ( #209 )
  • v1.0.0-beta3 Changes

    ๐Ÿ”‹ Features
    • 5 new React Native mixins: blank, empty, firstLetter, before and after
  • v1.0.0-beta2 Changes

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Look was split into 2 different packages as it now fully supports React Native again.

    • react-look ๐ŸŒ Used for web Component styling with react-dom
    • react-look-native ๐Ÿ‘‰ Used for native Component styling with react-native
    ๐Ÿ›  Bux fixes
    • ๐Ÿ›  Fixed friendlyClassName to also transform custom Components