Re: [ANNOUNCE] Welcome new committer Douma Fang

2018-12-11 Thread 方曦(千之)
Hey, developers in Weex community,

I am Douma Fang. Thanks a lot for the trust you showed me during my work for 
Incubator Weex project. I think this project is very promising and is very 
worth invseting energy.

And it was also nice of Adam to send me an invitation to become Incubator Weex 
committer.

I come from China and focus on developing components and modules of WeexSDK, 
now I am working for Alibaba,Inc. Also I will continue contributing code to 
Incubator Weex project. I sincerely wish we can have a great cooperation 
relationship in Weex community.

Very sincerely yours,

Douma Fang.

> 在 2018年12月12日,12:43,Adam Feng  写道:
> 
> Hi, Community,
> 
> I am pleased to announce that Douma Fang, whose Apache JIRA user name is @qz 
> and Github user name is @doumafang, has been voted in as a new Incubator Weex 
> committer.
> 
> He has did and is doing a great job on Weex,  especially in iOS part,  and I 
> just want to say thanks and congratulations. Please join me to say 
> congratulations to Douma Fang!
> 
> Douma, would you please briefly introduce yourself to the community?
> 
> Thanks.
> Adam Feng



[ANNOUNCE] Welcome new committer Douma Fang

2018-12-11 Thread Adam Feng
Hi, Community,

I am pleased to announce that Douma Fang, whose Apache JIRA user name is @qz 
and Github user name is @doumafang, has been voted in as a new Incubator Weex 
committer.

He has did and is doing a great job on Weex,  especially in iOS part,  and I 
just want to say thanks and congratulations. Please join me to say 
congratulations to Douma Fang!

Douma, would you please briefly introduce yourself to the community?

Thanks.
Adam Feng


[GitHub] YorkShen closed pull request #229: * [doc] Update doc for line-height.

2018-12-11 Thread GitBox
YorkShen closed pull request #229: * [doc] Update doc for line-height.
URL: https://github.com/apache/incubator-weex-site/pull/229
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/source/cn/wiki/text-styles.md b/source/cn/wiki/text-styles.md
index 89a5d84e7..4a66ad76f 100644
--- a/source/cn/wiki/text-styles.md
+++ b/source/cn/wiki/text-styles.md
@@ -34,6 +34,7 @@ version: 2.1
 * `text-overflow {string}`:设置内容超长时的省略样式。可选值 `clip` | `ellipsis`
 >> 只有 ``和``组件支持。
 * `lines {number}`: 正整数,指定最大文本行数,默认值为0,表示不限制最大行数。如果文本不够长,实际展示行数会小于指定行数。
+* `line-height {length}`:正整数,每行文字高度。`line-height`是 top 至 bottom 
的距离。![line-height](http://i.stack.imgur.com/LwZJF.png)`line-height`与`font-size`没有关系,因为`line-height`被
 top 和 bottom 所限制,`font-size` 被 glyph 
所解析。`line-height`和`font-size`相等一般会导致文字被截断。
 
 ## 其它参考
 - [颜色关键字列表](./color-names.html)。
diff --git a/source/wiki/text-styles.md b/source/wiki/text-styles.md
index 1cb5c8dec..40592f1f0 100644
--- a/source/wiki/text-styles.md
+++ b/source/wiki/text-styles.md
@@ -39,6 +39,7 @@ Text alike components share some common style rules. The text 
alike components c
 - `text-overflow`:enum `clip` | `ellipsis`. This property determines 
how overflowed content that is not displayed is signaled to users. It can be 
clipped, display an ellipsis.
>> Only support for `` and ``
 - `lines`: number positive number. This is the max lines of text that 
would be displayed, the default value is 0 which means there is no restriction 
on text lines. If the text is not enough, the actual number of line may be 
shorter than the specified value.
+- `line-height`: length The line height of every line in the text. 
`line-height` is the space between top and 
bottom.![line-height](http://i.stack.imgur.com/LwZJF.png) There is no 
relationship between `line-height` and `font-size`, as `line-height` is 
restricted by top and bottom, `font-size` is interpreted by glyph. Usually but 
not always, `line-height` and `font-size` with the same value will cause the 
text clipped.
 
 ## Note
 * [The list of color keywords.](./color-names.html)


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] YorkShen opened a new pull request #229: * [doc] Update doc for line-height.

2018-12-11 Thread GitBox
YorkShen opened a new pull request #229: * [doc] Update doc for line-height.
URL: https://github.com/apache/incubator-weex-site/pull/229
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] YorkShen opened a new pull request #228: * [Android] Update doc for text-style.

2018-12-11 Thread GitBox
YorkShen opened a new pull request #228: * [Android] Update doc for text-style.
URL: https://github.com/apache/incubator-weex-site/pull/228
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services