Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.0 #145

Merged
merged 2 commits into from
Feb 18, 2019
Merged

5.0.0 #145

merged 2 commits into from
Feb 18, 2019

Conversation

frenzzy
Copy link
Member

@frenzzy frenzzy commented Feb 18, 2019

  • 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

@codecov-io
Copy link

codecov-io commented Feb 18, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@e9e9dbd). Click here to learn what that means.
The diff coverage is 76.31%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #145   +/-   ##
=========================================
  Coverage          ?   80.76%           
=========================================
  Files             ?        3           
  Lines             ?       52           
  Branches          ?       12           
=========================================
  Hits              ?       42           
  Misses            ?        9           
  Partials          ?        1
Impacted Files Coverage Δ
src/StyleContext.js 100% <ø> (ø)
src/withStyles.js 100% <100%> (ø)
src/insertCss.js 75% <68.96%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9e9dbd...68024bf. Read the comment docs.

@frenzzy frenzzy merged commit a9a3a94 into kriasoft:master Feb 18, 2019
@frenzzy frenzzy deleted the v5.0.0 branch February 18, 2019 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants