Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed May 27, 2019
1 parent c647f58 commit a990d94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v5.1.0] - 2019-05-27

- Add useStyles(style) hook for React.js ([#159](https://github.com/kriasoft/isomorphic-style-loader/pull/159))

## [v5.0.0] - 2019-02-18

- Migration to new [Context API](https://reactjs.org/docs/context.html) introduced in React.js
Expand Down Expand Up @@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Fix style not getting removed for multiple instance ([#23](https://github.com/kriasoft/isomorphic-style-loader/pull/23))

[unreleased]: https://github.com/kriasoft/isomorphic-style-loader/compare/v5.0.0...HEAD
[unreleased]: https://github.com/kriasoft/isomorphic-style-loader/compare/v5.1.0...HEAD
[v5.1.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v5.0.0...v5.1.0
[v5.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v4.0.0...v5.0.0
[v4.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v3.0.0...v4.0.0
[v3.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v2.0.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "isomorphic-style-loader",
"version": "5.0.1",
"version": "5.1.0",
"description": "CSS style loader for Webpack optimized for critical path CSS rendering and isomoprhic web apps",
"repository": "kriasoft/isomorphic-style-loader",
"author": "Kriasoft <[email protected]> (https://www.kriasoft.com)",
Expand Down

0 comments on commit a990d94

Please sign in to comment.