Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Merged
merged 71 commits into from
Mar 13, 2018
Merged

update #1

merged 71 commits into from
Mar 13, 2018

Commits on Jan 28, 2018

  1. Configuration menu
    Copy the full SHA
    4746256 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. fix: fix config.productionTip

    fix #7565
    yyx990803 committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    ced00b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. chore: update sponsors

    yyx990803 committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    acb3bde View commit details
    Browse the repository at this point in the history
  2. chore: update sponsors

    yyx990803 committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    8053eb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    2d168f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. chore: edit documentation for grammar and consistency (#7600)

    * edit docs for grammar and consistency
    
    * remove changes to pull request template
    commonstarling authored and yyx990803 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    39d58e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. chore: update sponsors

    yyx990803 committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    4e6d637 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. fix(ref): allow ref key to be zero (#7676)

    prevents missing elements when :ref value is "0"
    
    fix #7669
    t0mburton authored and yyx990803 committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    e396eb3 View commit details
    Browse the repository at this point in the history
  2. chore: update sponsor image

    yyx990803 committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    1fa4a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd33407 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. chore: update sponsors

    yyx990803 committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    a270111 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. feat(weex): support sending style sheets and class list to native (#…

    …7530)
    
    No longer manage style sheets and class list in vue and weex-js-runtime.
    
    Refer to Hanks10100/weex-native-directive#14
    Hanks10100 authored and yyx990803 committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    990374b View commit details
    Browse the repository at this point in the history
  2. feat(weex): update weex recycle-list compiler (#7610)

    + Support v-once
    + Generate @templateid on the root element of each component
    + Add binding-expression attribute on recycle-list
    + Fix the compile result of v-else-if and v-else
    Hanks10100 authored and yyx990803 committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d6200d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. chore: fix README.md vulnerable target="_blank" links (#7689)

    * README: add rel noopener and noreferrer
    
    Add to all  "_blank" links rel noopener and noreferrer to prevent vulnerability
    
    * Update README.md
    Dennis authored and phanan committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    c57ffb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b711a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c8e2e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7311c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7392dfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aeebf0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3eb37ac View commit details
    Browse the repository at this point in the history
  8. fix: always install composition event listeners

    Previously the installation was skipped on Android because
    it was not needed for Chinese IME - however some IMEs such
    as Japanese exhibits the same behavior as on other browers.
    
    So it is safer to always enable the check. Closes #7367
    yyx990803 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    f7ca21e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c0b4af View commit details
    Browse the repository at this point in the history
  10. chore: update deps

    yyx990803 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    3d431a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    9b22d86 View commit details
    Browse the repository at this point in the history
  2. chore: fix formatting

    yyx990803 committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    80e650c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc2171a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ea565 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e98d12d View commit details
    Browse the repository at this point in the history
  6. fix(inject): use hasOwn instead of 'in' for provideKey check (#7460)

    fix #7284
    
    * fix(Injection with Symbol polyfill): hasOwn instead of 'in'
    
    Symbol polyfill adds a setter on the Object prototype so the 'in' check evaluated to true on every
    object
    
    * test(Injected properties): Ensures prototype properties aren't injected
    
    Prototype properties were being injected, so injecting 'constructor' would have hit the first
    provide-layer and not yield expected results.
    privatenumber authored and yyx990803 committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    733c1be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    013d980 View commit details
    Browse the repository at this point in the history
  8. fix(codegen): support filters with () in older browsers (#7545)

    Fix #7544
    Make sure no extra , is added at the end of the call so it also work with older browsers
    posva authored and yyx990803 committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    dc97a39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db1b18c View commit details
    Browse the repository at this point in the history
  10. ci: use latest version of codecov binary (#7665)

    closes #7664
    posva authored and yyx990803 committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    ec9152f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2092db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    acd92cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b0fc38 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6b8516b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e04f6a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f83987b View commit details
    Browse the repository at this point in the history
  17. chore: merge imports (#7762)

    HcySunYang authored and yyx990803 committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    8053f60 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6931a47 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    68b51f2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    144bf5a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    550c3c0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    db58493 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6bc75ca View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. chore: fix typo (#7781)

    g-plane authored and yyx990803 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    d7d9b00 View commit details
    Browse the repository at this point in the history
  2. fix(core): disable dependency collection in lifecycle hooks and data …

    …getter (#7596)
    
    This fixes the parent being updated more than necessary due to collecting child props
    as dependencies during its own update computation.
    
    fix #7573
    javoski authored and yyx990803 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    318f29f View commit details
    Browse the repository at this point in the history
  3. refactor: observerState

    yyx990803 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a2cd412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81e1e47 View commit details
    Browse the repository at this point in the history
  5. chore: coverage

    yyx990803 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    83ea0da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c52c42 View commit details
    Browse the repository at this point in the history
  7. build: build 2.5.14

    yyx990803 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a08feed View commit details
    Browse the repository at this point in the history
  8. build: release 2.5.14

    yyx990803 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    387d256 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Configuration menu
    Copy the full SHA
    84a9a9d View commit details
    Browse the repository at this point in the history
  2. build: build 2.5.15

    yyx990803 committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    bafc73f View commit details
    Browse the repository at this point in the history
  3. build: release 2.5.15

    yyx990803 committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    af5453c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Configuration menu
    Copy the full SHA
    71b4b25 View commit details
    Browse the repository at this point in the history
  2. test(vdom): add test case for #7786 (#7793)

    jkzing authored and yyx990803 committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    666cdbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb6021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f8de9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7af77da View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    e0222da View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    yyx990803 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    ba3702e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45edfb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c391598 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62d5768 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1049461 View commit details
    Browse the repository at this point in the history
  7. fix: named slots for nested functional components

    Named slots should be respecred when passing raw children down multiple
    layers of functional components.
    
    fix #7710
    yyx990803 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    9919a96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bc2c34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    731b498 View commit details
    Browse the repository at this point in the history