Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.9
Choose a base ref
...
head repository: vuejs/vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.10
Choose a head ref
  • 17 commits
  • 42 files changed
  • 6 contributors

Commits on Nov 27, 2017

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

Commits on Nov 28, 2017

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

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    60da366 View commit details
    Browse the repository at this point in the history
  2. chore: tweak logo alt in README.md (#7156)

    lzxb authored and yyx990803 committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    a6bf97d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. chore: update sponsors

    yyx990803 committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    7166c4e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

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

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    5875c7c View commit details
    Browse the repository at this point in the history
  2. test: fix weex test case

    yyx990803 committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    904d9c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. chore: update backers

    yyx990803 committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    6eccd8e View commit details
    Browse the repository at this point in the history
  2. fix: data() should be called with vm as first argument in mixins

    fix #7191
    Guillaume Chau authored and yyx990803 committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    bd4819e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    644274c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023f171 View commit details
    Browse the repository at this point in the history
  3. fix(ssr): fix double escaping of ssrNode attribute values (#7224)

    This fixes a double escaping of attribute values in the SSR optimizing
    compiler by unescaping the value in `genAttrSegment` because literal
    attribute values get escaped early during `processAttrs` before it is
    known, if this attribute will be optimized to an _ssrNode string template,
    which is escaped as well, causing the double escape.
    
    fix #7223
    felixbuenemann authored and yyx990803 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    73a89bf View commit details
    Browse the repository at this point in the history
  4. test: add test case for #7223

    yyx990803 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    86e4d75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8936b8d View commit details
    Browse the repository at this point in the history
  6. build: build 2.5.10

    yyx990803 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    711aaf7 View commit details
    Browse the repository at this point in the history
  7. build: release 2.5.10

    yyx990803 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    a5924a5 View commit details
    Browse the repository at this point in the history
Loading