styled-components v1.0.7 Release Notes

Release Date: 2016-10-18 // over 7 years ago
  • βž• 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