Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Branch: dev
Commits on Mar 20, 2019
  1. build: release 2.6.10

    yyx990803 committed Mar 20, 2019
  2. build: build 2.6.10

    yyx990803 committed Mar 20, 2019
  3. fix(core): only unset dom prop when not present

    yyx990803 committed Mar 20, 2019
    fix #9650
  4. fix(core): cleanup timeouts for async components (#9649)

    ahus1 authored and yyx990803 committed Mar 20, 2019
    close #9648
  5. polish: improve template compiler version mismatch warning (#9738)

    mcmillenb authored and yyx990803 committed Mar 20, 2019
Commits on Mar 19, 2019
  1. fix(types): allow using functions on the PropTypes (#9733)

    pikax authored and yyx990803 committed Mar 19, 2019
    close #9692
  2. fix(scheduler): revert timeStamp check

    yyx990803 committed Mar 19, 2019
    fix #9729
    
    This reverts #9667, but also fixes the original issue #9632 by skipping
    the check in IE altogether (since all IE use low-res event timestamps).
Commits on Mar 18, 2019
  1. fix(slots): fix slots not updating when passing down normal slots as …

    yyx990803 committed Mar 18, 2019
    …$scopedSlots
    
    fix #9699
  2. fix(codegen): support named function expression in v-on (#9709)

    Justineo authored and yyx990803 committed Mar 18, 2019
    fix #9707
  3. fix(types): support string type for style in VNode data (#9728)

    VitorLuizC authored and yyx990803 committed Mar 18, 2019
    fix #9727
Commits on Mar 15, 2019
  1. fix(core): use window.performance for compatibility in JSDOM (#9700)

    Justineo authored and yyx990803 committed Mar 15, 2019
    fix #9698
Commits on Mar 14, 2019
  1. build: release 2.6.9

    yyx990803 committed Mar 14, 2019
  2. build: build 2.6.9

    yyx990803 committed Mar 14, 2019
  3. fix(compiler): whitespace: 'condense' should honor pre tag as well (#…

    Justineo authored and yyx990803 committed Mar 14, 2019
  4. fix(transition): fix appear check for transition wrapper components (#…

    Shasharoman authored and yyx990803 committed Mar 14, 2019
  5. chore: remove unused build alias (#9525)

    flyyang authored and yyx990803 committed Mar 14, 2019
  6. fix: should not swallow user catch on rejected promise in methods

    yyx990803 committed Mar 14, 2019
    fix #9694
Commits on Mar 13, 2019
  1. fix(ssr): fix nested async functional componet rendering (#9673)

    dejour authored and yyx990803 committed Mar 13, 2019
    fix #9643
  2. fix: event timeStamp check for Qt

    yyx990803 committed Mar 13, 2019
    fix #9681
  3. fix(ssr): not push non-async css files into map (#9677)

    clarkdo authored and yyx990803 committed Mar 13, 2019
  4. test: remove unused code (#9684)

    decadef20 authored and yyx990803 committed Mar 13, 2019
Commits on Mar 12, 2019
Commits on Mar 11, 2019
  1. chore: update backers [ci skip] (#9621)

    vue-bot authored and yyx990803 committed Mar 11, 2019
  2. fix(scheduler): getNow detection can randomly fail (#9667)

    felixbuenemann authored and yyx990803 committed Mar 11, 2019
    The previous detection code compared time stamps based on Date.now()
    which are not monotonic, so the check could fail due to clock skew or
    adjustments.
    
    This fix changes the check to compare against performance.now() if it is
    supported, because it is monotonic (strictly increasing).
Commits on Mar 8, 2019
  1. fix: should use fallback for scoped slots with single falsy v-if

    yyx990803 committed Mar 8, 2019
    fix #9658
  2. fix: should consider presence of normal slots when caching normalized…

    yyx990803 committed Mar 8, 2019
    … scoped slots
    
    fix #9644
  3. fix(scheduler): fix getNow check in IE9 (#9647)

    felixbuenemann authored and yyx990803 committed Mar 8, 2019
    fix #9632
  4. fix: v-bind object should be overridable by single bindings (#9653)

    Justineo authored and yyx990803 committed Mar 8, 2019
    fix #9641
Commits on Mar 5, 2019
  1. types: use normalized type for `RenderContext.scopedSlots` (#9624)

    Shasharoman authored and yyx990803 committed Mar 5, 2019
    fix #9616
Commits on Mar 4, 2019
  1. docs: fix spelling and grammatical errors (#9619)

    jagannathBhat authored and yyx990803 committed Mar 4, 2019
Commits on Mar 1, 2019
  1. build: release 2.6.8

    yyx990803 committed Mar 1, 2019
  2. build: build 2.6.8

    yyx990803 committed Mar 1, 2019
  3. docs: clarify docs about using template compiler (#9508)

    ulivz authored and yyx990803 committed Mar 1, 2019
    This commit is for vuejs/vue-loader#1494
Older
You can’t perform that action at this time.