isomorphic-style-loader v5.0.0 Release Notes

Release Date: 2019-02-18 // about 5 years ago
    • ๐Ÿ“„ Migration to new Context API introduced in React.js 16.3.0 (#141) diff - import withStyles from 'isomorphic-style-loader/lib/withStyles'; + import withStyles from 'isomorphic-style-loader/withStyles';
    • ๐Ÿ‘ Allow to override style id prefix with _insertCss({ prefix: 's' }) (#124)
    • โšก๏ธ Update hoist-non-react-statics from v2 to v3
    • โœ‚ Remove babel-runtime dependency