CAAPIM / react-themer-jss

Themer middleware for React JSS integration.
MIT License
1 stars 2 forks source link

feat: bump dependencies #50

Closed avivash closed 7 years ago

avivash commented 7 years ago

Status

READY

Description

I'm bumping the depency versions of jss-related plugins for this package. I'm also adding an option to import the module with the jss-isolate plugin added. This can be done by adding the following snippet to the top of your es6 file:

import { withIsolatedTheme } from 'react-themer-jss';

This commit will be a major version bump for the package.

Impacted Areas in Application

List general components of the application that this PR will affect:

codecov-io commented 7 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #50   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      4    +1     
  Lines          17     23    +6     
  Branches        4      4           
=====================================
+ Hits           17     23    +6
paulruescher commented 7 years ago

I'm also adding an option to import the module with the jss-isolate plugin added

Right, but why? When should I use this?

avivash commented 7 years ago

@paulruescher README.md update coming really soon. i promise

paulruescher commented 7 years ago

~ namaste ~