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

[GitHub] incubator-weex pull request #575: add `image.save` && bugfix

GitHub user MrRaindrop opened a pull request:

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

    add `image.save` && bugfix

    This pr add `image.save` to image component and fix some bugs.
    
    * support component method `image.save` for `-<image>` component.
    * distinguish gesture events with the same named events generated elsewhere.
    * fix fast click event.
    * fix `modal.toast` on android.
    * fix css prefixer for gradients.

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

    $ git pull https://github.com/MrRaindrop/incubator-weex 0.16-dev

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

    https://github.com/apache/incubator-weex/pull/575.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 #575
    
----
commit 15bfb7e1510e108f780707db369c9304866bb5fb
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-03T07:54:02Z

    * [html5] bugfix: toasts don't hide in some android browsers.

commit 1bc4a4625b1d1f6beb5e072bc0792beacdaf5dca
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-03T13:36:07Z

    * [html5] create actual event for 'click' handlers and stop propagation in vue handlers and also intrinsically for 'click' event.

commit 22f65ee0686a8a5fb5b8ee2b918a6e26c17ad628
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-04T07:42:53Z

    * [html5] distinguish gesture events with what generated by other libs.

commit 7597456e544a5c33024865b648de36ad0ed2208b
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-04T07:44:51Z

    Merge branch '0.16-dev' into 0.16-dev-web

commit 2d62abd0789078b9dc2f75eb5cccdeb5ee63b6f5
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-04T08:40:07Z

    * [html5] support image.save method.

commit 200692b5a5feb7734eca3f2188b2f5351105c045
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-04T08:40:23Z

    Merge branch 'feature/save-image' into 0.16-dev-web

commit 850811cc9984efa55e66c7e304619b9d57a2f1c8
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-04T09:09:18Z

    * [html5] release vue-render 0.12.2

commit a8ee96d583fa122d1e3cba8f4e055ca34aa22ec8
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-04T09:10:53Z

    * [html5] update

commit d3da1f98d22f858033be6a2e102cfa2af6f58d4b
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-04T09:23:32Z

    * [html5] update

commit e3beff06299e197eeb0dfd1e2f80d2e409e04ab7
Author: MrRaindrop <te...@gmail.com>
Date:   2017-08-07T09:04:02Z

    * [html5] rm transitionend listener for toast.

----


---
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 #575: [vue-render] add `image.save` && bugfix

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

    https://github.com/apache/incubator-weex/pull/575
  
    jira issue: https://issues.apache.org/jira/browse/WEEX-62


---
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 #575: [vue-render] add `image.save` && bugfix

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

    https://github.com/apache/incubator-weex/pull/575
  
    
    <!--
      1 failure:  This PR modify SD...
      2 warning:  No Changelog chan..., This PR should up...
      1 messages
      
    -->
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Fails</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:no_entry_sign:</td>
          <td>This PR modify SDK code. Please add/modify corresponding testcases. If it is ok, please comment about it. Or put '@notdanger' in you commit message.</td>
        </tr>
      </tbody>
    </table>
    
    
    <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>
      
    <tr>
          <td>:warning:</td>
          <td>This PR should update related documents as well. </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 @Hanks10100 , @sospartan 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 pull request #575: [vue-render] add `image.save` && bugfix

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

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


---
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.
---