isomorphic-style-loader

CSS style loader for Webpack that is optimized for isomorphic (universal) web apps.

MIT License

Downloads
268K
Stars
1.3K
Committers
33
isomorphic-style-loader - v5.3.2 Latest Release

Published by dazlious about 3 years ago

[#200 ] fix compilation on SSR

isomorphic-style-loader - v5.3.1

Published by dazlious about 3 years ago

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

isomorphic-style-loader -

Published by dazlious about 3 years ago

[#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

isomorphic-style-loader -

Published by koistya over 3 years ago

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

isomorphic-style-loader -

Published by koistya over 3 years ago

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

isomorphic-style-loader - 5.1.0 - 2019-05-27

Published by frenzzy over 5 years ago

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

isomorphic-style-loader -

Published by frenzzy over 5 years ago

isomorphic-style-loader - 5.0.0 - 2019-02-18

Published by frenzzy over 5 years ago

  • 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
isomorphic-style-loader - v4.0.0 - 2017-08-14

Published by frenzzy about 7 years ago

  • 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)
isomorphic-style-loader - v3.0.0 - 2017-07-07

Published by frenzzy over 7 years ago

  • Bump hoist-non-react-statics (#97)
isomorphic-style-loader - v0.0.12 - 2016-03-04

Published by frenzzy over 7 years ago

  • Fix style not getting removed for multiple instance (#23)
isomorphic-style-loader - v1.0.0 - 2016-04-15

Published by frenzzy over 7 years ago

  • Improve comparability with Hot Module Replacement (HMR) (#33)
  • Add support of ES2015+ decorator syntax, e.g. @withStyles(s) class MyComponent extends Component { .. } PR#21 (BREAKING CHANGE)
isomorphic-style-loader - v1.1.0 - 2016-10-30

Published by frenzzy 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
isomorphic-style-loader - v2.0.0 - 2017-04-20

Published by frenzzy over 7 years ago

  • Pull PropTypes from prop-types package for compatibility with React 15.3.0 and higher (#90)
Package Rankings
Top 1.19% on Npmjs.org
Top 20.97% on Repo1.maven.org
Badges
Extracted from project README
NPM version NPM downloads Library Size Online Chat