Skip to content

Commit 949f859

Browse files
committed
chore: add missing entries in changelog
1 parent d0c8e12 commit 949f859

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ babel.js
77
index.js
88
patch.js
99
rollup.config.js
10+
CHANGELOG.md

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,28 @@ All notable changes to this project will be documented in this file. See [standa
99
### Bug Fixes
1010

1111
* 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))
12+
13+
<a name="4.1.1"></a>
14+
15+
## [4.1.1](https://github.com/gaearon/react-hot-loader/compare/4.1.0...4.1.1) (2018-04-24)
16+
17+
### Bug Fixes
18+
1219
* 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))
1320

21+
<a name="4.1.0"></a>
22+
23+
## [4.1.0](https://github.com/gaearon/react-hot-loader/compare/4.0.1...4.1.0) (2018-04-18)
24+
25+
### Features
26+
27+
* 🚀 React 16.3 support ([#918](https://github.com/gaearon/react-hot-loader/issues/918))
28+
* 🧙🏻‍♂️ StatelessFunctionComponents are not wrapped by Stateful components anymore ([#873](https://github.com/gaearon/react-hot-loader/issues/873))
29+
* 🧠Improved TypeScript support (no more than documentation) ([#884](https://github.com/gaearon/react-hot-loader/issues/884))
30+
31+
### Bug Fixes
32+
* support babel temporal `_this3` ([#928](https://github.com/gaearon/react-hot-loader/issues/928))
33+
1434
<a name="4.0.1"></a>
1535

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

0 commit comments

Comments
 (0)