From 949f859e1fb3a3b205914d1e959cb612edb7000e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 24 Apr 2018 16:58:03 +0200 Subject: [PATCH] chore: add missing entries in changelog --- .prettierignore | 1 + CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/.prettierignore b/.prettierignore index 8c230043a..f7f338b8c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ babel.js index.js patch.js rollup.config.js +CHANGELOG.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 41572e0f9..35c371d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + + + +## [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)) + + +## [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)) + ## [4.0.1](https://github.com/gaearon/react-hot-loader/compare/v4.0.0...v4.0.1) (2018-04-01)