nuke-components
Advanced tools
Comparing version 0.2.20 to 0.2.21
# Changelog | ||
## 0.2.21 / 2017-04-05 | ||
* [[97710a1](http://gitlab.alibaba-inc.com/nuke/components/commit/97710a19708ff24a074baa48804d0efac0ed2801)] - `fix` text onclick bugfix | ||
## 0.2.20 / 2017-04-01 | ||
@@ -5,0 +9,0 @@ |
@@ -55,3 +55,3 @@ 'use strict'; | ||
if (props.onPress || props.onClick) { | ||
nativeProps.onClick = props.onPress; | ||
nativeProps.onClick = props.onPress || props.onClick; | ||
} | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "nuke-components", | ||
"version": "0.2.20", | ||
"version": "0.2.21", | ||
"description": "nuke原件库", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
@@ -39,3 +39,3 @@ import {Component, createElement, PropTypes} from 'rax'; | ||
if (props.onPress || props.onClick) { | ||
nativeProps.onClick = props.onPress; | ||
nativeProps.onClick = props.onPress || props.onClick; | ||
} | ||
@@ -42,0 +42,0 @@ |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
122980
39
1
179