@s-ui/react-atom-input
Advanced tools
Comparing version 4.22.0 to 4.23.0
@@ -5,2 +5,11 @@ # Change Log | ||
# 4.23.0 (2020-09-24) | ||
### Features | ||
* add defaultValue prop support ([a56e0db](https://github.com/SUI-Components/sui-components/commit/a56e0db6ee7ccac926a9d2ff3c7b8bbebeda86f2)) | ||
# 4.22.0 (2020-08-17) | ||
@@ -7,0 +16,0 @@ |
@@ -56,2 +56,3 @@ import React from 'react'; | ||
minLength = _ref2.minLength, | ||
defaultValue = _ref2.defaultValue, | ||
min = _ref2.min, | ||
@@ -124,2 +125,3 @@ max = _ref2.max, | ||
size: charsSize, | ||
defaultValue: defaultValue, | ||
maxLength: maxLength, | ||
@@ -126,0 +128,0 @@ minLength: minLength, |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "4.22.0", | ||
"version": "4.23.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
47653
366