Skip to content

Commit

Permalink
chore: add missing entries in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 24, 2018
1 parent d0c8e12 commit 949f859
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ babel.js
index.js
patch.js
rollup.config.js
CHANGELOG.md
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,28 @@ All notable changes to this project will be documented in this file. See [standa
### Bug Fixes

* condition render in Fragments [#942](https://github.com/gaearon/react-hot-loader/issues/942) ([#943](https://github.com/gaearon/react-hot-loader/issues/943)) ([2549a18](https://github.com/gaearon/react-hot-loader/commit/2549a18))

<a name="4.1.1"></a>

## [4.1.1](https://github.com/gaearon/react-hot-loader/compare/4.1.0...4.1.1) (2018-04-24)

### Bug Fixes

* Proxy should keep methods own props. [#918](https://github.com/gaearon/react-hot-loader/issues/918) ([a84dcd0](https://github.com/gaearon/react-hot-loader/commit/a84dcd0))

<a name="4.1.0"></a>

## [4.1.0](https://github.com/gaearon/react-hot-loader/compare/4.0.1...4.1.0) (2018-04-18)

### Features

* 🚀 React 16.3 support ([#918](https://github.com/gaearon/react-hot-loader/issues/918))
* 🧙🏻‍♂️ StatelessFunctionComponents are not wrapped by Stateful components anymore ([#873](https://github.com/gaearon/react-hot-loader/issues/873))
* 🧠Improved TypeScript support (no more than documentation) ([#884](https://github.com/gaearon/react-hot-loader/issues/884))

### Bug Fixes
* support babel temporal `_this3` ([#928](https://github.com/gaearon/react-hot-loader/issues/928))

<a name="4.0.1"></a>

## [4.0.1](https://github.com/gaearon/react-hot-loader/compare/v4.0.0...v4.0.1) (2018-04-01)
Expand Down

0 comments on commit 949f859

Please sign in to comment.