All Versions
131
Latest Version
Avg Release Cycle
116 days
Latest Release
27 days ago

Changelog History
Page 13

  • v1.1.2 Changes

    βž• Added

    • βž• Add // @flow to files missing them and fix ThemeProvider types, thanks to @relekang. (see #225)

    πŸ”„ Changed

    • πŸ›  Fixed setting the default theme via defaultProps and theme changes not re-rendering components with new styles, thanks to @michalkvasnicak. (see #253)
    • πŸ‘Œ Improve ReactNative style generation performance, thanks to @sheepsteak. (see #171)
  • v1.1.1 Changes

    πŸ”„ Changed

    • ⬆️ Bumped css-to-react-native to v1.0.3 to avoid floating points number bug.
  • v1.1.0 Changes

    βž• Added

    • πŸ’… Expose API for Server Side rendering: styleSheet.reset() and styleSheet.getCSS(), thanks to @thisguychris, (see #214) fixes #124
    • βž• Added support for deeply nested styles in ReactNative (e.g. transform), thanks @jacobp100. (see #139)
    • βž• Added support for camelized style properties in ReactNative (e.g. fontWeight), thanks @jacobp100. (see #145)
    • πŸ’… Properly expose flow typings by adding a flow:build step and flow support docs, thanks to @ryyppy. (see #219)

    πŸ”„ Changed

  • v1.0.11 Changes

    November 14, 2016

    βž• Added

    • πŸ’… Pass props to interpolated functions in React Native, thanks to @haikyuu. (see #190)

    πŸ”„ Changed

    • πŸ’… Test coverage for injectGlobal, thanks to @b_hough. (see #36)
    • βž• Added stricter flow type annotations, thanks to @relekang and @ryyppy. (see #148)
  • v1.0.10 Changes

    October 28, 2016

    πŸ”„ Changed

    • 🐎 Huge performance improvement by injecting styles outside of render, thanks to @JamieDixon. (see #137)
  • v1.0.9 Changes

    October 26, 2016

    βž• Added

    πŸ”„ Changed

    • πŸ›  Fixed theme prop in styledComponent and styledNativeComponent so that it will properly inherit values for theme when defaultProps are set, thanks to @bhough. (see #136)
  • v1.0.8 Changes

    October 18, 2016

    βž• Added

    πŸ”„ Changed

    • πŸ›  Fixed <ThemeProvider> component hot reloading
  • v1.0.7 Changes

    October 18, 2016

    βž• Added

    • πŸ“š Documentation about integrating with an existing CSS codebase
    • πŸ‘Œ Support for CSS custom variables

    πŸ”„ Changed

    • πŸ’… Move react from dependencies to peer– & devDependencies, thanks to @sheepsteak! (see #93)
    • πŸ›  Fix cyclical dependency deadlock in .es.js bundle that forced us to revert v1.0.6, thanks to @Rich-Harris! (see #100)
    • πŸ”¨ Refactored and added to e2e test suite
  • v1.0.6 Changes

    October 16, 2016

    βž• Added

    • CHANGELOG.md for tracking changes between versions
    • πŸ‘Œ Support for Internet Explorer by removing Symbol from the transpiled output
    • πŸ’… .es.js bundle for Webpack v2 or Rollup users to take advantage of tree shaking, thanks to @Rich-Harris! (see #96)

    πŸ”„ Changed

    • πŸ›  Fixed inheritance of statics (like defaultProps) with styled(StyledComponent), thanks to @diegohaz! (see #90)
    • πŸ’… UMD bundle is now built with Rollup, which means a 22% reduction in size and a 60% reducing in parse time, thanks to @Rich-Harris! (see #96)
  • v1.0.5 Changes

    October 15, 2016

    πŸ”„ Changed

    • πŸ›  Fixed theming on ReactNative