You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ef...@apache.org on 2018/12/29 08:27:34 UTC

[incubator-weex-site] branch gubaojian-patch-10 created (now 24d6c66)

This is an automated email from the ASF dual-hosted git repository.

efurture pushed a change to branch gubaojian-patch-10
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git.


      at 24d6c66  Update list.md

This branch includes the following new commits:

     new 24d6c66  Update list.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-weex-site] 01/01: Update list.md

Posted by ef...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

efurture pushed a commit to branch gubaojian-patch-10
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git

commit 24d6c669e1fd2fbbc3b4c8a479229fea9eab769c
Author: codefurture <gu...@163.com>
AuthorDate: Sat Dec 29 16:27:30 2018 +0800

    Update list.md
---
 docs/docs/components/list.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/docs/components/list.md b/docs/docs/components/list.md
index c0c27be..1b04007 100644
--- a/docs/docs/components/list.md
+++ b/docs/docs/components/list.md
@@ -2,7 +2,6 @@
 
 ## Summary
 
-<span class="weex-version">v0.6.1+</span>
 
 The List component, which inspired by Android RecyclerView, is a core component, and it provides the most popular features for using a list of items. which support vertical and horizontal list.
 
@@ -23,10 +22,10 @@ It can provide excellent experience and performance while still maintaining smoo
 
 Notes: The list now supports the following child components: cell, header, refresh, loading and fixed-position components. Other kinds of components will not be guaranteed to be displayed correctly.
 
-* cell 0.6.1 defines the attributes and behavior of the cells that appear in list.
-* header 0.6.1 sticks to the top when it reaches the top of the screen.
-* refresh 0.6.1 used inside list to add pull-down-to-refresh functionality.
-* loading 0.6.1 used inside list to add pull-up-to-load-more functionality.
+* cell defines the attributes and behavior of the cells that appear in list.
+* header sticks to the top when it reaches the top of the screen.
+* refresh used inside list to add pull-down-to-refresh functionality.
+* loading used inside list to add pull-up-to-load-more functionality.
 
 
 ## Attributes