[GitHub] incubator-weex pull request #1373: [jsfm] add try catch for callback functio...

2018-07-24 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1373 [jsfm] add try catch for callback function and event handler In practice, most js error happens in the js bundle code, which could be a callback function or event handler of js

[GitHub] incubator-weex pull request #1358: [WEEX-461][jsfm] Remove useless trace fun...

2018-07-23 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1358 [WEEX-461][jsfm] Remove useless trace function in js framework Stop tracking the DSL type in js framework. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-weex pull request #1351: [jsfm] Upgrade js framework to v0.27.1

2018-07-19 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1351 [jsfm] Upgrade js framework to v0.27.1 **Support register modules from the native container at runtime.** + Listening on the "registerModules" event from native

[GitHub] incubator-weex pull request #1342: [WEEX-397][jsfm] update build script of j...

2018-07-18 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1342 [WEEX-397][jsfm] update build script of js framework + Change the build target of js framework files to the `dist` path instead of `pre-build`. + Modify the `build_from_source.sh

[GitHub] incubator-weex pull request #1321: [jsfm] Upgrade js framework to v0.27.0

2018-07-11 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1321 [jsfm] Upgrade js framework to v0.27.0 + Fix package format issue. + Update module whitelist. + Support register modules dynamically. You can merge this pull request into a Git

[GitHub] incubator-weex pull request #1315: [jsfm] Upgrade js framework to v0.26.20

2018-07-10 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1315 [jsfm] Upgrade js framework to v0.26.20 + Update the module whitelist in rax framework. (Add `getSessionKey` and `getSessionKey` method to `wopc` module) You can merge this pull

[GitHub] incubator-weex pull request #1304: [jsfm] Upgrade js framework to v0.26.18

2018-06-29 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1304 [jsfm] Upgrade js framework to v0.26.18 + Update the module whitelist in Rax. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-weex pull request #1255: * [test] upgrade webpack from 1 to 3

2018-06-26 Thread Hanks10100
Github user Hanks10100 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/1255#discussion_r198371313 --- Diff: package.json --- @@ -134,7 +134,7 @@ "vue": "2.4.3", "vue-loader": "^12.2.

[GitHub] incubator-weex issue #1291: [WEEX-479] Update jsbundle of weex playground ap...

2018-06-26 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/1291 The new files are not compressed. Every thing else looks fine for me. ---

[GitHub] incubator-weex pull request #1254: [WEEX-445][jsfm] export requireModule to ...

2018-06-26 Thread Hanks10100
Github user Hanks10100 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/1254#discussion_r198207371 --- Diff: runtime/api/init.js --- @@ -117,6 +117,7 @@ function createInstanceContext (id, options = {}, data) { Object.assign

[GitHub] incubator-weex pull request #1288: Improved README.md

2018-06-26 Thread Hanks10100
Github user Hanks10100 commented on a diff in the pull request: https://github.com/apache/incubator-weex/pull/1288#discussion_r198059444 --- Diff: README.md --- @@ -10,80 +10,78 @@ A framework for building Mobile cross-platform UI. | iOS | [![Pod version](https

[GitHub] incubator-weex pull request #1283: [doc] update license statement about the ...

2018-06-21 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1283 [doc] update license statement about the vuejs codes Fix the file path in the license statement. Some codes under the `runtime/frameworks/legacy/core` path are from the Vue.js 1.0

[GitHub] incubator-weex pull request #1279: [build] update dependent version of node....

2018-06-20 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1279 [build] update dependent version of node.js Update the dependent version of Node.js to keep consistent with [package.json](https://github.com/apache/incubator-weex/blob

[GitHub] incubator-weex pull request #1277: [jsfm] Upgrade js framework to v0.26.16

2018-06-20 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1277 [jsfm] Upgrade js framework to v0.26.16 Add modules to the whitelist (support `navigatorBar.getHeight`). You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-weex pull request #1274: [jsfm] Upgrade js framework to v0.26.14

2018-06-15 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1274 [jsfm] Upgrade js framework to v0.26.14 + Add modules to the whitelist. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Hanks10100

[GitHub] incubator-weex pull request #1267: [jsfm] Upgrade js framework to v0.26.12

2018-06-13 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1267 [jsfm] Upgrade js framework to v0.26.12 Make the data sync logic in *windmill* more robust: + Add debounce function for data sync. + Consider that the timer APIs does

[GitHub] incubator-weex pull request #1249: [jsfm] Upgrade js framework to v0.26.11

2018-06-07 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1249 [jsfm] Upgrade js framework to v0.26.11 + Fix the validation regex of recycle-list. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-weex pull request #1244: [jsfm] Upgrade js framework to v0.26.10

2018-06-07 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/1244 ---

[GitHub] incubator-weex pull request #1244: [jsfm] Upgrade js framework to v0.26.9

2018-06-05 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1244 [jsfm] Upgrade js framework to v0.26.9 Upgrade weex-rax-framework to fix the downgrade issue on Android P. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-weex pull request #1219: [jsfm] Upgrade js framework to v0.26.8

2018-05-28 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1219 [jsfm] Upgrade js framework to v0.26.8 Upgrade weex js framework to v0.26.8. + Support using vue dsl for *windmill*. + Fix some features of rax dsl for *windmill*. You can

[GitHub] incubator-weex pull request #1207: [jsfm] Upgrade weex js framework to v0.26...

2018-05-24 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1207 [jsfm] Upgrade weex js framework to v0.26.7 Upgrade weex js framework to v0.26.7. (Support windmill) You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-weex pull request #1198: [jsfm] Upgrade js framework to v0.26.6

2018-05-24 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/1198 ---

[GitHub] incubator-weex pull request #1199: [WEEX-397][jsfm] Support building js fram...

2018-05-23 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1199 [WEEX-397][jsfm] Support building js framework files in build_from_source.sh Notable changes: + Build js framework files to the `dist` path, not `pre-build`. + Modify

[GitHub] incubator-weex pull request #1185: [jsfm] Upgrade js framework to v0.26.5

2018-05-17 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1185 [jsfm] Upgrade js framework to v0.26.5 Notable changes: + Upgrade rax framework to the latest rc version (v0.2.28). You can merge this pull request into a Git repository

[GitHub] incubator-weex issue #1158: [jsfm] Support sending stylesheets and class nam...

2018-05-14 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/1158 @MountainHill 这是一个内部改造,对提供的 API 无影响。 ---

[GitHub] incubator-weex pull request #1158: [jsfm] Support sending stylesheets and cl...

2018-05-08 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1158 [jsfm] Support sending stylesheets and class names to native This a partial implementation to support managing style sheets in native (https://github.com/Hanks10100/weex-native

[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

[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 #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

[GitHub] incubator-weex pull request #1022: * [example] update playground app

2018-02-08 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1022 * [example] update playground app Support refresh and load more news. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Hanks10100

[GitHub] incubator-weex pull request #1021: * [jsfm] upgrade js framework to v0.24.4

2018-02-08 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1021 * [jsfm] upgrade js framework to v0.24.4 Implement ``. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Hanks10100/incubator-weex

[GitHub] incubator-weex issue #908: * [doc] doc example: delete props “lines...

2018-02-07 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/908 Just remind you that, the website and documents have been moved to the [incubator-weex-site](https://github.com/apache/incubator-weex-site) repo. The `doc` folder here has already been

[GitHub] incubator-weex pull request #1017: [jsfm] Stop using ES6 Proxy to require a ...

2018-02-06 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1017 [jsfm] Stop using ES6 Proxy to require a module Using native `Proxy` will cause strange behavior in some old mobile devices. They offered the `Proxy` object but the behavior

[GitHub] incubator-weex pull request #1010: [jsfm] Refactor the build script and entr...

2018-02-01 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/1010 [jsfm] Refactor the build script and entry files of js framework + Add `weex-env` package, move all polyfills and environment hacks here. + Rename `weex-legacy-framework` to `weex

[GitHub] incubator-weex issue #969: Fixes for iOS dev tool docs

2018-01-29 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/969 Thanks for your contribution, but all documents of Weex are moved to https://github.com/apache/incubator-weex-site now. ---

[GitHub] incubator-weex issue #1002: android sdk 0.17.0 使用 weex �� 置组件navig...

2018-01-29 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/1002 There are so many changes in this PR. Merge `master` into `v0.17` is meaningless and make the ci failed. I'll close it later. ---

[GitHub] incubator-weex issue #970: Fixed link to weex-hackernews

2018-01-17 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/970 Thanks for your contribution, but all documents of Weex are moved to https://github.com/apache/incubator-weex-site now, and this link is [removed in the new documents](https://github.com

[GitHub] incubator-weex pull request #991: * [example] update weex playground app

2018-01-17 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/991 * [example] update weex playground app The new playground app looks like this: ![image](https://user-images.githubusercontent.com/8401776/35037834-a2d25b3c-fbb3-11e7-8c95

[GitHub] incubator-weex pull request #978: [jsfm] release weex-js-framework@0.23.9

2018-01-11 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/978 [jsfm] release weex-js-framework@0.23.9 ## Change Log + **[sandbox]** Support call js directly in the instance context. + **[js service]** Wrap a try catch when creating

[GitHub] incubator-weex pull request #971: [jsfm] update js framework to v0.23.8 in p...

2018-01-08 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/971 [jsfm] update js framework to v0.23.8 in pre-build You can merge this pull request into a Git repository by running: $ git pull https://github.com/Hanks10100/incubator-weex jsfm

[GitHub] incubator-weex pull request #964: [jsfm] Adjust the file structure and build...

2017-12-29 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/964 [jsfm] Adjust the file structure and build scripts of js framework According to the discussion on the mailing list ([Separate the weex-vue-render from the incubator-weex repo](https

[GitHub] incubator-weex pull request #964: [jsfm] Adjust the file structure and build...

2017-12-29 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/964 ---

[GitHub] incubator-weex pull request #964: [jsfm] Adjust the file structure and build...

2017-12-29 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/964 [jsfm] Adjust the file structure and build scripts of js framework According to the discussion on the mailing list ([Separate the weex-vue-render from the incubator-weex repo](https

[GitHub] incubator-weex issue #947: Fix bad link

2017-12-29 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/947 @W4anD0eR96 I can't close it, only you can close it on GitHub. ---

[GitHub] incubator-weex issue #947: Fix bad link

2017-12-29 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/947 Thanks for your contribution, but the source code of Weex's website has moved to https://github.com/apache/incubator-weex-site . The `doc/` here will be removed when the new website

[GitHub] incubator-weex issue #960: [jsfm] Enhance the multi-instance isolation (sand...

2017-12-27 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/960 @yacheng @acton393 @yangshengtao Please take a review. ---

[GitHub] incubator-weex pull request #960: [jsfm] Enhance the multi-instance isolatio...

2017-12-27 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/960 [jsfm] Enhance the multi-instance isolation (sandbox) According to the discussion in the mailing list ([Use multi-context for Weex page](https://lists.apache.org/thread.html

[GitHub] incubator-weex pull request #960: [jsfm] Enhance the multi-instance isolatio...

2017-12-27 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/960 ---

[GitHub] incubator-weex pull request #960: [jsfm] Enhance the multi-instance isolatio...

2017-12-27 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/960 [jsfm] Enhance the multi-instance isolation (sandbox) According to the discussion in the mailing list ([Use multi-context for Weex page](https://lists.apache.org/thread.html

[GitHub] incubator-weex issue #955: [WEEX-90][example] remove legacy .we examples

2017-12-22 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/955 @MrRaindrop @gubaojian @acton393 Please take a review. ---

[GitHub] incubator-weex pull request #955: [WEEX-90][example] remove legacy .we examp...

2017-12-21 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/955 [WEEX-90][example] remove legacy .we examples Remove source codes of .we examples, then rebuild the examples, replace the generated bundles in ios and android. You can merge this pull

[GitHub] incubator-weex pull request #953: [WEEX-182][jsfm] only update batched and m...

2017-12-21 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/953 ---

[GitHub] incubator-weex pull request #953: [WEEX-182][jsfm] only update batched and m...

2017-12-21 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/953 [WEEX-182][jsfm] only update batched and mutated attributes and styles Check if the batched styles and attributes are empty, and then, only send the mutations to native. You can merge

[GitHub] incubator-weex pull request #954: [WEEX-183][jsfm] support append tree on ro...

2017-12-21 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/954 [WEEX-183][jsfm] support append tree on root element See this example: http://dotwe.org/vue/c479b4f8b2e7243efe1cfed2f442e35a Even there is an append="tree" on the ro

[GitHub] incubator-weex pull request #953: [WEEX-182][jsfm] only update batched and m...

2017-12-21 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/953 [WEEX-182][jsfm] only update batched and mutated attributes and styles Check if the batched styles and attributes are empty, and then, only send the mutations to native. You can merge

[GitHub] incubator-weex issue #926: * [jsfm] fix the invalid cache in weex.requireMod...

2017-12-17 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/926 This has already been merged in https://github.com/apache/incubator-weex/commit/ec2d234e578652160cf967867946ba82b2bae5be ---

[GitHub] incubator-weex pull request #926: * [jsfm] fix the invalid cache in weex.req...

2017-12-17 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/926 ---

[GitHub] incubator-weex pull request #927: * [jsfm] support fireEventSync and send co...

2017-12-17 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/927 ---

[GitHub] incubator-weex issue #927: * [jsfm] support fireEventSync and send component...

2017-12-17 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/927 This has already been merged in https://github.com/apache/incubator-weex/commit/1cec1a1f9e789973c7b852c7521ccf1fc582b7e7 ---

[GitHub] incubator-weex pull request #928: * [jsfm] add debug utils

2017-12-17 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/928 ---

[GitHub] incubator-weex issue #928: * [jsfm] add debug utils

2017-12-17 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/928 This has already been merged in https://github.com/apache/incubator-weex/commit/4c89ea93deefe993b1120bd17e95bf49e5eabf06 ---

[GitHub] incubator-weex pull request #928: * [jsfm] add debug utils

2017-12-02 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/928 ---

[GitHub] incubator-weex pull request #928: * [jsfm] add debug utils

2017-12-02 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/928 * [jsfm] add debug utils Move tracker to a separate file and add more debug utils. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-weex pull request #928: * [jsfm] add debug utils

2017-12-02 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/928 * [jsfm] add debug utils Move tracker to a separate file and add more debug utils. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-weex pull request #927: * [jsfm] support fireEventSync and send co...

2017-12-01 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/927 ---

[GitHub] incubator-weex pull request #927: * [jsfm] support fireEventSync and send co...

2017-12-01 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/927 * [jsfm] support fireEventSync and send component hooks Support `fireEventSync` and send `updateComponentData` signal to native render engines. These features can be used

[GitHub] incubator-weex pull request #926: * [jsfm] fix the invalid cache in weex.req...

2017-12-01 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/926 * [jsfm] fix the invalid cache in weex.requireModule There is an invalid cache in `weex.requireModule` when refreshing the same instance. This PR fix it. For example, refresh

[GitHub] incubator-weex pull request #926: * [jsfm] fix the invalid cache in weex.req...

2017-12-01 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/926 ---

[GitHub] incubator-weex pull request #927: * [jsfm] support fireEventSync and send co...

2017-12-01 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/927 * [jsfm] support fireEventSync and send component hooks Support `fireEventSync` and send `updateComponentData` signal to native render engines. These features can be used

[GitHub] incubator-weex pull request #926: * [jsfm] fix the invalid cache in weex.req...

2017-12-01 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/926 * [jsfm] fix the invalid cache in weex.requireModule There is an invalid cache in `weex.requireModule` when refreshing the same instance. This PR fix it. For example, refresh

[GitHub] incubator-weex pull request #899: - [jsfm] remove directive filter in attrib...

2017-11-22 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/899 - [jsfm] remove directive filter in attributes Remove directive filter of element attributes. This feature is used to achieve weex native directives. Now, these features are being

[GitHub] incubator-weex issue #715: Update common-event.md

2017-11-10 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/715 The CI is broken and the PR have no response for a long time. I'll close it shortly. If there still need further discussions about it, you could open a new pull request. Thanks

[GitHub] incubator-weex issue #609: *[android]fix the bug of extra data not add to pa...

2017-11-10 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/609 The CI is broken and the PR have no response for a long time. I'll close it shortly. If there still need further discussions about it, you could open a new pull request. Thanks

[GitHub] incubator-weex issue #583: 0.13 dev

2017-11-10 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/583 This PR is meaningless and have no response for a long time. I'll close it shortly. If there still need further discussions about it, you could open a new pull request. Thanks

[GitHub] incubator-weex issue #260: Wrong a word in the documentation

2017-11-10 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/260 The CI is broken and the PR have no response for a long time. I'll close it shortly. If there still need further discussions about it, you could open a new pull request. Thanks

[GitHub] incubator-weex issue #759: fix: circular dependency in java classes(WXSDKM...

2017-11-10 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/759 This PR is outdated and have no response for a long time. I'll close it shortly. If there still need further discussions about it, you could open a new pull request. Thanks

[GitHub] incubator-weex issue #644: merge from master

2017-11-10 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/644 This PR is meaningless and have no response for a long time. I'll close it shortly. If there still need further discussions about it, you could open a new pull request. Thanks

[GitHub] incubator-weex pull request #847: [jsfm] Add a tracker for legacy ".we" fram...

2017-11-09 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/847 [jsfm] Add a tracker for legacy ".we" framework Add a tracker to collect the bundle type usage message. If the developer is still using the legacy ".we" framework,

[GitHub] incubator-weex issue #832: How to use playground

2017-11-08 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/832 @wei63w Why you want to merge `master` branch into `release-0.16`? My commits are auto adds to here. I think it's unreasonable. If you found a bug of Weex you can file an issue on [JIRA

[GitHub] incubator-weex pull request #846: [jsfm] Support register and trigger compon...

2017-11-08 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/846 [jsfm] Support register and trigger component hooks Support to receive the `componentHook` task via `callJS`, and expose the `registerHook` and `triggerHook` APIs in the task center

[GitHub] incubator-weex pull request #830: [jsfm] Support receive tasks in weex-js-ru...

2017-10-31 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/830 [jsfm] Support receive tasks in weex-js-runtime Move the `callJS` and `receiveTasks` into a separate file. This feature has no breaking change. By support the `receiveTasks

[GitHub] incubator-weex issue #785: [WEEX-17] Abstract "weex" variable for each js fr...

2017-10-24 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/785 Got, this PR can be closed. ---

[GitHub] incubator-weex pull request #785: [WEEX-17] Abstract "weex" variable for eac...

2017-10-24 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/785 ---

[GitHub] incubator-weex pull request #819: [jsfm] Support batch update styles and att...

2017-10-24 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/819 [jsfm] Support batch update styles and attributes Add `setAttrs` and `setStyles` method on `Element.prototype` to support batch update styles and attributes. This feature can

[GitHub] incubator-weex pull request #770: [WEEX-78] Replace "includes" with "indexOf...

2017-10-12 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/770 ---

[GitHub] incubator-weex issue #770: [WEEX-78] Replace "includes" with "indexOf" to im...

2017-10-12 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/770 Already merged. https://github.com/apache/incubator-weex/commit/d10be0bcf9624ca0f56fe8f60d646f71ed2f1aa0 ---

[GitHub] incubator-weex pull request #785: [WEEX-17] Abstract "weex" variable for eac...

2017-10-11 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/785 [WEEX-17] Abstract "weex" variable for each js framework Fix [WEEX-17](https://issues.apache.org/jira/browse/WEEX-17). Pass the `weex` variable to each front-end

[GitHub] incubator-weex issue #771: [WEEX-79] Modify document website style of weex.

2017-10-09 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/771 +1 ---

[GitHub] incubator-weex issue #770: [WEEX-78] Replace "includes" with "indexOf" to im...

2017-10-09 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/770 Fix [WEEX-78](https://issues.apache.org/jira/projects/WEEX/issues/WEEX-78). ---

[GitHub] incubator-weex issue #732: [jsfm] Sync the source code of weex-js-framework@...

2017-09-25 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/732 The error in the CI is caused by `danger-jsfm.js` https://travis-ci.org/apache/incubator-weex/jobs/279396420#L1395 , all tests of jsfm and sdk are passed. ---

[GitHub] incubator-weex issue #738: * [jsfm] upgrade weex-js-framework to 0.22.4

2017-09-25 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex/pull/738 The file change is https://github.com/Hanks10100/vue/commit/dbebd36fa18809d744bb27242ac8741dbdb2cbe7 ---

[GitHub] incubator-weex pull request #732: [jsfm] Sync the source code of weex-js-fra...

2017-09-25 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/732 [jsfm] Sync the source code of weex-js-framework@0.22.3 The minified source code is merged in #728. No breaking change. The internal structure is adjusted to make the code

[GitHub] incubator-weex pull request #732: [jsfm] Sync the source code of weex-js-fra...

2017-09-25 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/732 ---

[GitHub] incubator-weex pull request #471: [example] Modify the countdown example

2017-09-22 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/471 ---

[GitHub] incubator-weex pull request #728: * [jsfm] upgrade weex-js-framework to 0.22...

2017-09-21 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/728 * [jsfm] upgrade weex-js-framework to 0.22.3 Notable Change: + Support the first version of ``. + [vue] upgrade `weex-vue-framework` to 2.4.2-weex.5. + [rax] upgrade

[GitHub] incubator-weex pull request #638: [jsfm] release weex-js-framework@0.21.11

2017-08-24 Thread Hanks10100
GitHub user Hanks10100 reopened a pull request: https://github.com/apache/incubator-weex/pull/638 [jsfm] release weex-js-framework@0.21.11 ## Change log + [rax] Upgrade `weex-rax-framework` to *0.4.11*. + [rax] Support to use js service in Rax DSL. + [legacy] Fix

[GitHub] incubator-weex pull request #638: [jsfm] release weex-js-framework@0.21.11

2017-08-24 Thread Hanks10100
Github user Hanks10100 closed the pull request at: https://github.com/apache/incubator-weex/pull/638 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-weex pull request #638: [jsfm] release weex-js-framework@0.21.11

2017-08-23 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/638 [jsfm] release weex-js-framework@0.21.11 ## Change log + [rax] Upgrade `weex-rax-framework` to *0.4.11*. + [rax] Support to use js service in Rax DSL. + [legacy] Fix

[GitHub] incubator-weex pull request #596: [jsfm] Refactor the file structure of weex...

2017-08-14 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/596 [jsfm] Refactor the file structure of weex runtime + [x] Add type check in the method of `TaskCenter`. + [x] Add directive filter for Element attributes. + [x] Convert `Element

[GitHub] incubator-weex pull request #594: [jsfm] release v0.21.9

2017-08-11 Thread Hanks10100
GitHub user Hanks10100 opened a pull request: https://github.com/apache/incubator-weex/pull/594 [jsfm] release v0.21.9 Don't normalize object and array in deep. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Hanks10100/incubator

  1   2   >