Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Nov 19, 2015
1 parent 8065feb commit 53ba175
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.gitignore
.npmignore
test
8 changes: 8 additions & 0 deletions CHANGELOG.md → CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.0.0 - 2015-11-19

**Breaking change:** CoffeeScript is no longer supported, as hot reloading now depends on Babel plugins.

**Changed:** Now using the same hot reloading implementation as [https://github.com/gaearon/react-transform-boilerplate](react-transform-boilerplate) - benefits include syntax errors and rendering errors now being displayed as an overlay they happen ([#9](https://github.com/insin/react-heatpack/issues/9))

**Added:** `-i`/`--info` option to enable display of webpack stats when there are no errors.

# v2.0.0 - 2015-10-17

**Breaking change:** Now uses React 0.14 and ReactDOM.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-heatpack",
"version": "2.0.0",
"version": "3.0.0",
"description": "A 'heatpack' command for quick React development with webpack hot reloading",
"repository": {
"type": "git",
Expand Down

0 comments on commit 53ba175

Please sign in to comment.