nuke-list-view
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -107,2 +107,5 @@ # listview | ||
const app = { | ||
listContainer:{ | ||
flex:1 | ||
}, | ||
cellItemList:{ | ||
@@ -125,5 +128,3 @@ backgroundColor:"#ffffff", | ||
width:"750rem", | ||
display:"flex", | ||
flex:"1", | ||
flexDirection:"row", | ||
backgroundColor:"#cccccc", | ||
@@ -130,0 +131,0 @@ justifyContent:"center", |
# Changelog | ||
## 0.1.5 / 2017-01-04 | ||
* [[7af53ec](http://gitlab.alibaba-inc.com/nuke/listview/commit/7af53ece9c3c55b2c2372e29a948bae50b7367c1)] - `docs` update docs | ||
## 0.1.4 / 2017-01-03 | ||
@@ -5,0 +9,0 @@ |
@@ -7,3 +7,3 @@ /** @jsx createElement */ | ||
* | ||
* @providesModule rx-Button | ||
* @providesModule rx-listview | ||
*/ | ||
@@ -10,0 +10,0 @@ 'use strict'; |
{ | ||
"name": "nuke-list-view", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "列表", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
@@ -7,3 +7,3 @@ /** @jsx createElement */ | ||
* | ||
* @providesModule rx-Button | ||
* @providesModule rx-listview | ||
*/ | ||
@@ -10,0 +10,0 @@ 'use strict'; |
@@ -102,3 +102,5 @@ /** @jsx createElement */ | ||
const app = { | ||
listContainer:{ | ||
flex:1 | ||
}, | ||
cellItemList:{ | ||
@@ -121,5 +123,3 @@ backgroundColor:"#ffffff", | ||
width:"750rem", | ||
display:"flex", | ||
flex:"1", | ||
flexDirection:"row", | ||
backgroundColor:"#cccccc", | ||
@@ -126,0 +126,0 @@ justifyContent:"center", |
15852