Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Apr 20, 2017
1 parent 40a52bb commit 8fe56ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [v2.0.0] - 2017-04-20

- Pull `PropTypes` from [prop-types](https://www.npmjs.com/package/prop-types) package for compatibility with **React 15.3.0** and higher ([#90](https://github.com/kriasoft/isomorphic-style-loader/pull/90))

## [v1.1.0] - 2016-10-30

- Disable source maps in IE9 and below, to prevent runtime errors in development mode ([#69](https://github.com/kriasoft/isomorphic-style-loader/pull/69))
Expand All @@ -23,7 +27,8 @@ All notable changes to this project will be documented in this file.

- 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/v1.1.0...HEAD
[unreleased]: https://github.com/kriasoft/isomorphic-style-loader/compare/v2.0.0...HEAD
[v2.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v0.0.12...v1.0.0
[v0.0.12]: https://github.com/kriasoft/isomorphic-style-loader/compare/v0.0.11...v0.0.12
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
<img width="150" height="150" align="right" src="https://raw.githubusercontent.com/kriasoft/isomorphic-style-loader/master/logo.svg" />
<img width="150" height="150" align="right" src="https://raw.githubusercontent.com/kriasoft/isomorphic-style-loader/master/logo.png" />

# Isomorphic CSS style loader for [Webpack](http://webpack.github.io)

Expand Down
Binary file added logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "isomorphic-style-loader",
"version": "1.1.0",
"version": "2.0.0",
"description": "Isomorphic CSS style loader for Webpack",
"repository": "kriasoft/isomorphic-style-loader",
"author": "Kriasoft <support@kriasoft.com> (http://www.kriasoft.com)",
Expand Down

0 comments on commit 8fe56ef

Please sign in to comment.