@s-ui/react-atom-input
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.2.0"></a> | ||
# 2.2.0 (2018-12-12) | ||
### Features | ||
* add tel and email input types ([a117695](https://github.com/SUI-Components/sui-components/commit/a117695)) | ||
<a name="2.1.0"></a> | ||
@@ -7,0 +17,0 @@ # 2.1.0 (2018-12-04) |
@@ -50,3 +50,5 @@ 'use strict'; | ||
RADIO: 'radio', | ||
CHECKBOX: 'checkbox' | ||
CHECKBOX: 'checkbox', | ||
TEL: 'tel', | ||
EMAIL: 'email' | ||
} : {};; | ||
@@ -53,0 +55,0 @@ |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
41070
16
619