Releases: kriasoft/isomorphic-style-loader
Releases · kriasoft/isomorphic-style-loader
v5.4.0
What's Changed
- chore(deps): support React 18 by @Durisvk in #206
- Output hot module logics on demand by @xboy2012 in #185
- chore (dependencies): patch loader utils critical vulnerability by @dchocoboo in #207
New Contributors
- @Durisvk made their first contribution in #206
- @xboy2012 made their first contribution in #185
- @dchocoboo made their first contribution in #207
Full Changelog: v5.3.2...v5.4.0
v5.3.2
v5.3.1
v5.3.0
[#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
v5.2.0-beta.1
[#156, #189] Move React to peer dependencies by @tstirrat15, @rezam7596
5.1.0 - 2019-05-27
[#159] Add useStyles(style) hook for React.js
v5.0.1
5.0.0 - 2019-02-18
- 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