@untool/react
Advanced tools
Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5
@@ -6,2 +6,35 @@ # Change Log | ||
# [2.0.0-alpha.5](https://github.com/untool/untool/compare/v1.10.1...v2.0.0-alpha.5) (2019-12-06) | ||
### Bug Fixes | ||
* **react:** add deprecation notice for users of `react-helmet` ([0c8ca94](https://github.com/untool/untool/commit/0c8ca947f2bea4ff95470b1c6243426bf987771b)) | ||
* **react:** deprecate string arguments for importComponent ([d3cc27f](https://github.com/untool/untool/commit/d3cc27fd81e00c846884a40eae67d0016e08d515)) | ||
* error in readme ([7023744](https://github.com/untool/untool/commit/70237446a0e76d17d341b7b6267e35d786fb87f5)) | ||
### chore | ||
* **react:** bump minimum required node version ([65624ac](https://github.com/untool/untool/commit/65624ac6aa088480a8e6ac3081e515d9b2859e11)) | ||
### Features | ||
* **react:** replace react-helmet with react-helmet-async ([91339bb](https://github.com/untool/untool/commit/91339bb9dccd29a652cd4033e88c3bf6fb817f37)), closes [/github.com/gaearon/react-side-effect/issues/54#issuecomment-520056590](https://github.com//github.com/gaearon/react-side-effect/issues/54/issues/issuecomment-520056590) | ||
* bump all packages to their latest available versions ([e2c2d87](https://github.com/untool/untool/commit/e2c2d87e7de56b3a9c17c3e7eb7136e37e61b26e)) | ||
### BREAKING CHANGES | ||
* **react:** Untool drops support for Node v8 & non-LTS versions | ||
* **react:** Replace `react-helmet` with `react-helmet-async` | ||
* The following peer dependencies have increased versions | ||
- `react` & `react-dom`: 16.8.0 | ||
- `react-router-dom`: 5.0.0 | ||
# [2.0.0-alpha.4](https://github.com/untool/untool/compare/v1.10.1...v2.0.0-alpha.4) (2019-10-24) | ||
@@ -8,0 +41,0 @@ |
{ | ||
"name": "@untool/react", | ||
"version": "2.0.0-alpha.4", | ||
"version": "2.0.0-alpha.5", | ||
"description": "untool react mixin", | ||
@@ -23,3 +23,3 @@ "browser": "lib/runtime.js", | ||
"@babel/preset-react": "^7.6.3", | ||
"@untool/core": "^2.0.0-alpha.4", | ||
"@untool/core": "^2.0.0-alpha.5", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
@@ -42,5 +42,5 @@ "clone": "^2.1.2", | ||
"engines": { | ||
"node": ">8.6.0" | ||
"node": "^10.13 || ^12.13" | ||
}, | ||
"gitHead": "eebc0b13d754a45aee7344a8f08936c839851b30" | ||
"gitHead": "1e02b93e4ee6e79d60759edc5891599ddb9bd9ea" | ||
} |
@@ -162,3 +162,3 @@ # `@untool/react` | ||
module.exports = class FooMixin extends Mixin { | ||
bootstrap(element) { | ||
enhanceElement(element) { | ||
return element; | ||
@@ -165,0 +165,0 @@ } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
50417
1
Updated@untool/core@^2.0.0-alpha.5