react-hot-loader
Advanced tools
Comparing version 4.12.6 to 4.12.7
@@ -5,2 +5,13 @@ # Change Log | ||
<a name="4.12.7"></a> | ||
## [4.12.7](https://github.com/gaearon/react-hot-loader/compare/v4.12.6...v4.12.7) (2019-07-16) | ||
### Bug Fixes | ||
* false negative comparisons with react-hot-dom enabled, fixes [#1299](https://github.com/gaearon/react-hot-loader/issues/1299) ([a1c5c31](https://github.com/gaearon/react-hot-loader/commit/a1c5c31)) | ||
* reload hooks when hook body changes ([4795456](https://github.com/gaearon/react-hot-loader/commit/4795456)) | ||
<a name="4.12.6"></a> | ||
@@ -7,0 +18,0 @@ ## [4.12.6](https://github.com/gaearon/react-hot-loader/compare/v4.12.5...v4.12.6) (2019-07-10) |
{ | ||
"name": "react-hot-loader", | ||
"version": "4.12.6", | ||
"version": "4.12.7", | ||
"description": "Tweak React components in real time.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -70,2 +70,7 @@ # React Hot Loader | ||
**Plus** | ||
* any hook would be reloaded on a function body change. Enabled by default, controlled by `reloadHooksOnBodyChange` option. | ||
* you may configure RHL to reload any hook by setting `reloadLifeCycleHooks` option to true. | ||
**To disable hooks reloading** - set configuration option: | ||
@@ -72,0 +77,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
226280
3590
890