Skip to content

Releases: kriasoft/isomorphic-style-loader

v5.3.2

26 Aug 11:59
Compare
Choose a tag to compare

[#200 ] fix compilation on SSR

v5.3.1

26 Aug 11:37
Compare
Choose a tag to compare

[#199] enable forwarding ref created by useRef without prop-types warning
[#138]: make sure removeCss is a function before invoking it

v5.3.0

28 Jul 14:49
Compare
Choose a tag to compare

[#193] Enabled support for React v17
[#194] Upgrade jest and its dependencies to latest available version
[#195] Upgrade eslint/prettier and its dependencies to latest available version
[#196] adding contributor Michael
[#182] Use forwardRef to pass on the ref by @chicho17
[#156, #189] Move React to peer dependencies by @tstirrat15, @rezam7596

v5.2.0-beta.2

22 Jul 14:28
Compare
Choose a tag to compare

[#182] Use forwardRef to pass on the ref by @chicho17

v5.2.0-beta.1

22 Jul 14:07
Compare
Choose a tag to compare

[#156, #189] Move React to peer dependencies by @tstirrat15, @rezam7596

5.1.0 - 2019-05-27

27 May 14:45
Compare
Choose a tag to compare

[#159] Add useStyles(style) hook for React.js

v5.0.1

18 Feb 19:21
Compare
Choose a tag to compare
5.0.1

5.0.0 - 2019-02-18

18 Feb 18:29
a9a3a94
Compare
Choose a tag to compare
  • 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

v4.0.0 - 2017-08-14

14 Aug 11:49
Compare
Choose a tag to compare
  • Bump hoist-non-react-statics and babel-runtime
  • Remove Babel and ESLint sections from package.json
  • Add a safety check on componentWillUnmount of withStyles to only setTimeout if this.removeCss is defined (#104)
  • Call the insertCss with the spread operator (#101)

v3.0.0 - 2017-07-07

07 Jul 09:04
Compare
Choose a tag to compare
  • Bump hoist-non-react-statics (#97)