Re: Podling Report Reminder - January 2018

2018-01-02 Thread Adam Feng
I have put a draft to incubator wiki page [1],  please have a review and give some advice. [1] https://wiki.apache.org/incubator/January2018 Thanks. Adam Feng On 2 Jan 2018, 12:20 AM +0800, johndam...@apache.org, wrote: > Dear podling, > > This email was sent by an automated system on behalf of

Support import javascript files dynamically

2018-01-02 Thread Hanks Zhang
Since Weex support using multi-contexts [1], js code is no longer executed by js framework, it also breaks the "one js file for one page" limit. In the other word, it's possible to run multiple js files (synchronously or asynchronously) in one page. I think the N-to-N relationship between Weex pag

Re: Submit signed ICLA

2018-01-02 Thread wentao shi
hi all, Can someone please follow up? I want to join Apache Weex-incubating project as commiter, I have submited ICLA document long long ago, but don't receive any message about it. Thanks BRs 2017-11-17 11:24 GMT+08:00 wentao shi : > hi all, > Can someone please follow up? I donot r

[jira] [Created] (WEEX-185) Embed Support Auto Memory Manage

2018-01-02 Thread codefurture (JIRA)
codefurture created WEEX-185: Summary: Embed Support Auto Memory Manage Key: WEEX-185 URL: https://issues.apache.org/jira/browse/WEEX-185 Project: Weex Issue Type: Wish Components: Andr

Re: Manage scoped style sheets in native render engines

2018-01-02 Thread 谷宝剑(剑白)
             it is big change, is this update back compatible ?  in dotwe org, like this: http://dotwe.org/vue/1de20b3c886b5f5f3c4c9de148326b58, the style is inlined when compiles to bundle js.       --From:Hanks Zhang Time:2018 Jan

Re: Manage scoped style sheets in native render engines

2018-01-02 Thread Hanks Zhang
Currently, the scoped styles are managed by front-end components separately, both query and apply. Migrate it to native may be more simplified. For the first question, front-end frameworks will send each style sheet with a unique "scopeId", native could use it as a key to store the style sheets in