Plugin development

2017-11-04 Thread Tiago Alves
Good day! I am developing a weex plugin. I feel it will be a great oportunity for me to help improving the plugin docs. I remember reading docs about developing a weex plugin (plugin.xml, etc), but thats seems to be gone along with the legacy stuff. Is there any docs that would help me getting st

Re: Plugin development

2017-11-04 Thread Tiago Alves
I figured it out. weex plugin create weex-my-plugin Then there are more instructions in doc/how-to-develop.md. I will translate this document, add more info and PR it to the docs. Seems important! Tiago On Sat, 4 Nov 2017 at 16:06 Tiago Alves wrote: > Good day! > > I am developing a weex plu

[jira] [Created] (WEEX-91) support max-width in text component on iOS

2017-11-04 Thread xingZhang (JIRA)
xingZhang created WEEX-91: - Summary: support max-width in text component on iOS Key: WEEX-91 URL: https://issues.apache.org/jira/browse/WEEX-91 Project: Weex Issue Type: New Feature Compon

the max-width for css-style should be taken into consideration when drawing text

2017-11-04 Thread xing zhang
Hi , I open an issue for support max-width in iOS, as it works well both on Android and web. As I test the css for `max-width`, it works well both on Android and Web platform except iOS. Here is the test code on DotWe website: http://dotwe.org/vue/7e556c582a55630518d0bf6336ddde0e When meass

Re: Plugin development

2017-11-04 Thread xing zhang
Cool~~ 2017-11-05 3:28 GMT+08:00 Tiago Alves : > I figured it out. > > weex plugin create weex-my-plugin > > Then there are more instructions in doc/how-to-develop.md. > > I will translate this document, add more info and PR it to the docs. Seems > important! > > Tiago > > On Sat, 4 Nov 2017 at 1

[jira] [Commented] (WEEX-81) shadow render wrong

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16239406#comment-16239406 ] ASF GitHub Bot commented on WEEX-81: Github user acton393 closed the pull request at:

[jira] [Commented] (WEEX-91) support max-width in text component on iOS

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16239409#comment-16239409 ] ASF GitHub Bot commented on WEEX-91: GitHub user acton393 opened a pull request: htt

Re: Plugin development

2017-11-04 Thread Adam Feng
Hi, Tiago, Thanks for your contribution! You can follow the new contribution guide[1](which is being reviewed and will be merged soon) to improve the documentation. [1]  https://github.com/cxfeng1/incubator-weex-site/blob/6a04e077e896709c5797ad30d9a31632a8e0a193/source/contributing.md Thanks.

Re: the max-width for css-style should be taken into consideration when drawing text

2017-11-04 Thread Adam Feng
Thanks for your contribution,  I have seen the pull request and reviewed the code,  it looked good to me,   can `max-height` also be supported? Thanks. Adam Feng On 5 Nov 2017, 12:22 PM +0800, xing zhang , wrote: >     Hi , I open an issue for support max-width in iOS, as it works well both > o

Re: Replace Facebook/Yoga with a new implementation.

2017-11-04 Thread Adam Feng
How's it going? We need to release a version as soon as Yoga is removed. Thanks. Adam Feng On 12 Oct 2017, 10:37 PM +0800, 申远 , wrote: > flex-grow is already supported by flex shorthand, and it’s possible to > support flex-shrink in later version. > While, flex-basis is the same as main size whi