[GitHub] incubator-weex pull request #1124: [jsfm] Support import script dynamically ...

2018-04-23 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1124 [jsfm] Support import script dynamically at runtime The code here partially supports the feature of import script dynamically at runtime. It needs native render engines to implement the

[GitHub] incubator-weex pull request #1125: [jsfm] Support to build a standalone poly...

2018-04-23 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1125 [jsfm] Support to build a standalone polyfill package Build a standalone polyfill package which can be used in some outdated versions of iOS. The `weex-polyfill` package

[GitHub] incubator-weex pull request #1126: [jsfm] Deep normalize the options when ca...

2018-04-23 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1126 [jsfm] Deep normalize the options when calling native module In some cases, the `options` argument of a module call may contain functions and complex structures, such as the

[GitHub] incubator-weex issue #1124: [jsfm] Support import script dynamically at runt...

2018-04-23 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/1124 Messages :book: has no jsfm file changed. :book:

[GitHub] incubator-weex issue #1125: [jsfm] Support to build a standalone polyfill pa...

2018-04-23 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/1125 Messages :book: has no jsfm file changed. :book:

[GitHub] incubator-weex issue #1126: [jsfm] Deep normalize the options when calling n...

2018-04-23 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/1126 Warnings :warning: No Changelog changes!

[GitHub] incubator-weex issue #1127: WXImageComponent: set imageview in completion bl...

2018-04-23 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/1127 Messages :book: has no jsfm file changed. :book:

[GitHub] incubator-weex pull request #1127: WXImageComponent: set imageview in comple...

2018-04-23 Thread xiayun200825
GitHub user xiayun200825 opened a pull request: https://github.com/apache/incubator-weex/pull/1127 WXImageComponent: set imageview in completion block bugfix 1. Apply image to imageview in completion block while downloading via url. You can merge this pull request into a

[GitHub] incubator-weex issue #1127: WXImageComponent: set imageview in completion bl...

2018-04-23 Thread xuyouyang
Github user xuyouyang commented on the issue: https://github.com/apache/incubator-weex/pull/1127 @xiayun200825 thank you for your contributions. Can you give us some testcase through 'http://dotwe.org/vue' ? ---

incubator-weex git commit: [WEEX-298][IOS]fix WXIndicatorView invoke setNeedsDisplay not on main thread

2018-04-23 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/master 81c6f6d6d -> 627f653a8 [WEEX-298][IOS]fix WXIndicatorView invoke setNeedsDisplay not on main thread Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit:

incubator-weex git commit: * [iOS] add protection for iOS 8 crash about the bezierPath crash in nan or illegal input

2018-04-23 Thread acton393
Repository: incubator-weex Updated Branches: refs/heads/master 627f653a8 -> 1feea4c19 * [iOS] add protection for iOS 8 crash about the bezierPath crash in nan or illegal input Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit:

[GitHub] incubator-weex pull request #1121: [WEEX-298][iOS]fix WXIndicatorView invoke...

2018-04-23 Thread xuyouyang
Github user xuyouyang closed the pull request at: https://github.com/apache/incubator-weex/pull/1121 ---