nuke-input
Advanced tools
Comparing version 0.3.1 to 0.3.2
# Changelog | ||
## 0.3.2 / 2017-02-24 | ||
* [[fe5a0f6](http://gitlab.alibaba-inc.com/nuke/input/commit/fe5a0f6e40ceee1f390422a9118fab6ef0cf4ec8)] - `fix` bugfix | ||
* [[7f4da30](http://gitlab.alibaba-inc.com/nuke/input/commit/7f4da308203e9c705528bb81fa54033f2461d1aa)] - `fix` fix auto focus bug | ||
## 0.3.1 / 2017-02-20 | ||
@@ -5,0 +10,0 @@ |
@@ -186,2 +186,6 @@ /** @jsx createElement */ | ||
} | ||
// 绕过h5下 autofocus 默认值问题 | ||
if ('autofocus' in attrs && !attrs.autofocus) { | ||
delete attrs.autofocus; | ||
} | ||
@@ -188,0 +192,0 @@ var inputElement = void 0; |
{ | ||
"name": "nuke-input", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "输入框", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
100309
1096