nuke-button
Advanced tools
Comparing version 1.0.5 to 1.0.6
# Changelog | ||
## 1.0.6 / 2017-11-16 | ||
* [[883bbda2](http://gitlab.alibaba-inc.com/nuke/button/commit/883bbda2e4c3c7735b2d6f8e21b34533c134cdf4)] - `fix` add display name | ||
## 1.0.5 / 2017-11-15 | ||
@@ -5,0 +9,0 @@ |
@@ -41,6 +41,3 @@ /** @jsx createElement */ | ||
var _this = _possibleConstructorReturn(this, (ButtonGroup.__proto__ || Object.getPrototypeOf(ButtonGroup)).call(this)); | ||
_this.displayName = 'ButtonGroup'; | ||
return _this; | ||
return _possibleConstructorReturn(this, (ButtonGroup.__proto__ || Object.getPrototypeOf(ButtonGroup)).apply(this, arguments)); | ||
} | ||
@@ -106,2 +103,4 @@ | ||
}; | ||
ButtonGroup.displayName = 'ButtonGroup'; | ||
var StyledButtonGroup = (0, _nukeThemeProvider.connectStyle)(_styles2.default)(ButtonGroup); | ||
@@ -108,0 +107,0 @@ |
@@ -60,3 +60,2 @@ /** @jsx createElement */ | ||
_this.onTextPress = _this.onTextPress.bind(_this); | ||
_this.displayName = 'Button'; | ||
return _this; | ||
@@ -164,2 +163,4 @@ } | ||
}; | ||
Button.displayName = 'Button'; | ||
var StyledButton = (0, _nukeThemeProvider.connectStyle)(_styles2.default)(Button); | ||
@@ -166,0 +167,0 @@ |
{ | ||
"name": "nuke-button", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "按钮", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
92293
1263