react-hot-loader
Advanced tools
Comparing version 4.12.12 to 4.12.13
@@ -5,2 +5,14 @@ # Change Log | ||
<a name="4.12.13"></a> | ||
## [4.12.13](https://github.com/gaearon/react-hot-loader/compare/v4.12.12...v4.12.13) (2019-09-12) | ||
### Bug Fixes | ||
* error overlay should not be injected into the first instance, fixes [#1337](https://github.com/gaearon/react-hot-loader/issues/1337) ([c019663](https://github.com/gaearon/react-hot-loader/commit/c019663)) | ||
* return null for null types, fixes [#1324](https://github.com/gaearon/react-hot-loader/issues/1324) ([08d7ed1](https://github.com/gaearon/react-hot-loader/commit/08d7ed1)) | ||
* run hot in batched mode, fixes [#1332](https://github.com/gaearon/react-hot-loader/issues/1332) ([e801daf](https://github.com/gaearon/react-hot-loader/commit/e801daf)) | ||
<a name="4.12.12"></a> | ||
@@ -7,0 +19,0 @@ ## [4.12.12](https://github.com/gaearon/react-hot-loader/compare/v4.12.11...v4.12.12) (2019-08-27) |
{ | ||
"name": "react-hot-loader", | ||
"version": "4.12.12", | ||
"version": "4.12.13", | ||
"description": "Tweak React components in real time.", | ||
@@ -85,6 +85,6 @@ "main": "index.js", | ||
"prettier": "^1.12.1", | ||
"react": "16.9.0", | ||
"react-dom": "16.9.0", | ||
"react": "16", | ||
"react-dom": "16", | ||
"react-mount": "^0.1.3", | ||
"react-test-renderer": "16.9.0", | ||
"react-test-renderer": "16", | ||
"recompose": "^0.27.0", | ||
@@ -91,0 +91,0 @@ "rimraf": "^2.5.2", |
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
235207
3717