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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.3
Choose a base ref
...
head repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.4
Choose a head ref
  • 7 commits
  • 35 files changed
  • 3 contributors

Commits on Aug 13, 2020

  1. fix: missing proxy argument (#5778)

    Closes #5761
    RobbinBaauw authored Aug 13, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    879b815 View commit details

Commits on Aug 14, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0146001 View commit details
  2. fix: ensure Dev Tool is enabled in Vue 3 runtime (#5788)

    The old alias `@vue/runtime-dom` was introduced because webpack HMR has
    trouble with pure re-exports. Now that the `vue.runtime.esm-bundler.js`
    file also includes a call to `initDev`, it's no longer an issue. This
    also enables Dev Tool in Vue 3 runtime.
    
    Fixes #5785
    haoqunjiang authored Aug 14, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7458103 View commit details

Commits on Aug 15, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c227e1f View commit details

Commits on Aug 18, 2020

  1. fix: fix Vue 3 + TS + Router template (#5798)

    Follow up of #5771
    
    Fixes #5795
    Fixes #5796
    haoqunjiang authored Aug 18, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    135fdbf View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2f6dd04 View commit details
  3. v4.5.4

    haoqunjiang committed Aug 18, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    ff24edb View commit details
Loading