You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by Hanks10100 <gi...@git.apache.org> on 2017/08/08 07:52:54 UTC

[GitHub] incubator-weex pull request #577: [jsfm] Upgrade jsfm to 0.21.6 in pre-build

GitHub user Hanks10100 opened a pull request:

    https://github.com/apache/incubator-weex/pull/577

    [jsfm] Upgrade jsfm to 0.21.6 in pre-build

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Hanks10100/incubator-weex jsfm-feature-release

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/577.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #577
    
----
commit 05ccde90eaa4fb4db9786e503787d80a49aba432
Author: Hanks <zh...@gmail.com>
Date:   2017-08-08T07:50:53Z

    * [jsfm] upgrade jsfm to 0.21.6 in pre-build

----


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-weex issue #577: [jsfm] Upgrade jsfm to 0.21.7 in pre-build

Posted by Hanks10100 <gi...@git.apache.org>.
Github user Hanks10100 commented on the issue:

    https://github.com/apache/incubator-weex/pull/577
  
    ## Change Log
    
    ### 0.21.1
    
    + [rax] Upgrade `weex-rax-framework` to **0.4.1** .
    + [vue] Upgrade `weex-vue-framework` to **2.3.3-weex.1** . ([change log of Vue](https://github.com/vuejs/vue/releases/tag/v2.3.3))
    + [vue] Add `weex.supports` api to support feature detections. [Aone](https://aone.alibaba-inc.com/req/11251281) | [#5063](https://github.com/vuejs/vue/pull/6053)
    + [runtime] Fix the console API to adapt JSC on Android. [WEEX-51](https://issues.apache.org/jira/projects/WEEX/issues/WEEX-51) | [#470](https://github.com/apache/incubator-weex/pull/470)
    + [runtime] Support to pass options in `callNativeModule` and `callNativeComponent`. [Aone](https://aone.alibaba-inc.com/req/11636878)
    
    ### 0.21.2
    
    + [Internal feature test]
    
    ### 0.21.3
    
    + [Internal feature test]
    
    ### 0.21.4
    
    + [rax] Upgrade `weex-rax-framework` to **0.4.7** .
    + [rax] Add reliable type check for the last argument of `taskCenter.send`.
    
    ### 0.21.5
    
    + [vue] Upgrade `weex-vue-framework` to **2.4.2-weex.3** . ([change log](https://github.com/vuejs/vue/releases/tag/v2.4.2))
    + [vue] Support the `<richtext>` component. [Anoe](https://aone.alibaba-inc.com/req/11637172) | [#6223](https://github.com/vuejs/vue/pull/6223)
    + [runtime] Fix potential memory leak of `callbacks` in `CallbackManager` and `TaskCenter`. [#550](https://github.com/apache/incubator-weex/pull/550)
    + [runtime] Support to return values in `fireEvent`.
    
    ### 0.21.6
    
    + [vue] Fix the `$refs` in vue. [Aone](https://aone.alibaba-inc.com/issue/10781510)
    + [legacy] Support to use the computed class list in legacy framework. [Aone](https://aone.alibaba-inc.com/issue/8572527)
    + [legacy] Add warnings for legacy api on `Array.prototype` and `Object.prototype`.
    + [legacy] Return `instance` in `createInstance`.
    + [vanilla] Remove the global `id` variable and the first parameter of `sendTasks`.
    
    ### 0.21.7
    
    + [runtime] Support to send `ArrayBuffer` data between js and native.


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-weex pull request #577: [jsfm] Upgrade jsfm to 0.21.7 in pre-build

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-weex/pull/577


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-weex issue #577: [jsfm] Upgrade jsfm to 0.21.6 in pre-build

Posted by weex-bot <gi...@git.apache.org>.
Github user weex-bot commented on the issue:

    https://github.com/apache/incubator-weex/pull/577
  
    
    <!--
      0 failure: 
      1 warning:  No Changelog chan...
      1 messages
      
    -->
    
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Warnings</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:warning:</td>
          <td>No Changelog changes!</td>
        </tr>
      </tbody>
    </table>
    
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Messages</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:book:</td>
          <td>According to the blame info, we recommended @atomtong to be the reviewers.</td>
        </tr>
      </tbody>
    </table>
    
    
    <p align="right">
      Generated by :no_entry_sign: <a href="http://github.com/danger/danger-js/">dangerJS</a>
    </p>



---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-weex issue #577: [jsfm] Upgrade jsfm to 0.21.7 in pre-build

Posted by Hanks10100 <gi...@git.apache.org>.
Github user Hanks10100 commented on the issue:

    https://github.com/apache/incubator-weex/pull/577
  
    #559 is related.


---
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, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---