Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 1.94 KB

Isomorphic Style Loader Change Log

All notable changes to this project will be documented in this file.

v1.1.0 - 2016-10-30

  • 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

v1.0.0 - 2016-04-15

  • Improve comparability with Hot Module Replacement (HMR) (#33)
  • Add support of ES2015+ decorator syntax, e.g. @withStyles(s) class MyComponent extends Component { .. } PR#21 (BREAKING CHANGE)

v0.0.12 - 2016-03-04

  • Fix style not getting removed for multiple instance (#23)