Skip to content

Releases: styled-components/styled-components

v1.0.11

20 Nov 08:00
Compare
Choose a tag to compare

Added

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

Changed

v1.0.10

28 Oct 15:14
Compare
Choose a tag to compare

Changed

  • Huge performance improvement by injecting styles outside of render, thanks to [@JamieDixon][https://github.com/JamieDixon]. (see #137)

v1.0.9

26 Oct 07:24
Compare
Choose a tag to compare

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

26 Oct 07:24
Compare
Choose a tag to compare

Added

Changed

  • Fixed <ThemeProvider> component hot reloading

v1.0.7

18 Oct 10:41
Compare
Choose a tag to compare

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

16 Oct 07:40
Compare
Choose a tag to compare

Added

  • CHANGELOG.md for tracking changes between versions (will be kept in sync with the releases page)
  • 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

15 Oct 12:54
Compare
Choose a tag to compare
  • Forgot updating the new theming stuff on ReactNative, fixed now, sorry!

v1.0.4

15 Oct 09:24
Compare
Choose a tag to compare
  • Fix react-router v4 (and other react-broadcast based systems)