Skip to content

5.0.0 - 2019-02-18

Compare
Choose a tag to compare
@frenzzy frenzzy released this 18 Feb 18:29
a9a3a94
  • Migration to new Context API introduced in React.js 16.3.0 (#141)
    - 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