@enact/core
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -5,2 +5,8 @@ # Change Log | ||
## [2.5.1] - 2019-04-09 | ||
### Fixed | ||
- `core/kind` to address warnings raised in React 16.8.6 | ||
## [2.5.0] - 2019-04-01 | ||
@@ -7,0 +13,0 @@ |
@@ -208,3 +208,7 @@ "use strict"; | ||
return Component; | ||
}(_react.default.Component), _class.displayName = name || 'Component', _class.propTypes = propTypes, _class.contextTypes = contextTypes, _class.contextType = contextType, _class.defaultProps = defaultProps, _temp); // Decorate the Component with the computed property object in DEV for easier testability | ||
}(_react.default.Component), _class.displayName = name || 'Component', _temp); | ||
if (propTypes) Component.propTypes = propTypes; | ||
if (contextTypes) Component.contextTypes = contextTypes; | ||
if (contextType) Component.contextType = contextType; | ||
if (defaultProps) Component.defaultProps = defaultProps; // Decorate the Component with the computed property object in DEV for easier testability | ||
@@ -211,0 +215,0 @@ if (process.env.NODE_ENV !== "production" && cfgComputed) Component.computed = cfgComputed; |
{ | ||
"name": "@enact/core", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
170613
4534