react-hot-loader
Advanced tools
Comparing version 4.12.5 to 4.12.6
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="4.12.6"></a> | ||
## [4.12.6](https://github.com/gaearon/react-hot-loader/compare/v4.12.5...v4.12.6) (2019-07-10) | ||
### Bug Fixes | ||
* do not update hooks while updating hooks, fixes [#1294](https://github.com/gaearon/react-hot-loader/issues/1294) ([afa8ed4](https://github.com/gaearon/react-hot-loader/commit/afa8ed4)) | ||
<a name="4.12.5"></a> | ||
@@ -7,0 +17,0 @@ ## [4.12.5](https://github.com/gaearon/react-hot-loader/compare/v4.12.4...v4.12.5) (2019-07-07) |
{ | ||
"name": "react-hot-loader", | ||
"version": "4.12.5", | ||
"version": "4.12.6", | ||
"description": "Tweak React components in real time.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -653,3 +653,3 @@ # React Hot Loader | ||
Default value: false. | ||
* `ignoreSFC`: skip "patch" for SFC. "Hot loading" could still work, wit webpack-patch present | ||
* `ignoreSFC`: skip "patch" for SFC. "Hot loading" could still work, with webpack-patch present | ||
* `pureRender`: do not amend `render` method of any component. | ||
@@ -656,0 +656,0 @@ * for the rest see [index.d.ts](https://github.com/gaearon/react-hot-loader/blob/master/index.d.ts#L62-L133). |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
224595
0