@s-ui/react-atom-input
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -5,1 +5,28 @@ # Change Log | ||
<a name="1.8.0"></a> | ||
# 1.8.0 (2018-09-18) | ||
### Features | ||
* first commit with only Schibsted Spain Components ([c0814de](https://github.com/SUI-Components/sui-components/commit/c0814de)) | ||
* fixed FormInput loose focus onChange ([3624cd9](https://github.com/SUI-Components/sui-components/commit/3624cd9)) | ||
<a name="1.7.0"></a> | ||
# 1.7.0 (2018-09-05) | ||
### Features | ||
* atomInput implementation ([ab16328](https://github.com/SUI-Components/sui-components/commit/ab16328)) | ||
* changes after code review feedback ([e307b6a](https://github.com/SUI-Components/sui-components/commit/e307b6a)) | ||
* major versions of dependencies ([9d91177](https://github.com/SUI-Components/sui-components/commit/9d91177)) | ||
* new component ([c6086f5](https://github.com/SUI-Components/sui-components/commit/c6086f5)) | ||
* propTypes ([32f7203](https://github.com/SUI-Components/sui-components/commit/32f7203)) | ||
* rename from FormInput to AtomInput ([6d1efec](https://github.com/SUI-Components/sui-components/commit/6d1efec)) | ||
* renaming from AtomInput to MoleculeInputField ([60d43aa](https://github.com/SUI-Components/sui-components/commit/60d43aa)) | ||
@@ -22,2 +22,4 @@ 'use strict'; | ||
var WithAddonComponent = (0, _Addon2.default)(_Component2.default); | ||
exports.default = function (props) { | ||
@@ -27,3 +29,2 @@ var leftAddon = props.leftAddon, | ||
var WithAddonComponent = (0, _Addon2.default)(_Component2.default); | ||
return leftAddon || rightAddon ? _react2.default.createElement(WithAddonComponent, props) : _react2.default.createElement(_Component2.default, props); | ||
@@ -30,0 +31,0 @@ }; |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28096
0