isomorphic-style-loader v1.1.0 Release Notes

Release Date: 2016-10-30 // over 7 years ago
    • ๐Ÿ’… 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