Skip to content

v1.1.0 - 2016-10-30

Choose a tag to compare

@frenzzy frenzzy released this 20 Apr 21:42
· 48 commits to main since this release
  • Disable source maps in IE9 and below, to prevent runtime errors in development mode (#69)
  • Improve source maps support by making sourceURL field unique (#44, #69)
  • Add access to content to deduplicate server-side generated styles (#56)
  • Use HMR (Hot Module Replacement) if available, no debug option required (#57)
  • Use hoist-non-react-statics to copy non-react specific statics from a child to a parent component inside withStyles HOC (Higher-Order Component) (#38)
  • Add CHANGELOG.md file with the past and future (planned) changes to the project