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.17
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
Choose a head ref
  • 8 commits
  • 30 files changed
  • 1 contributor

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    b454dda View commit details
    Browse the repository at this point in the history
  2. style: fix lint errors

    haoqunjiang committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    8cd3bf0 View commit details
    Browse the repository at this point in the history
  3. docs: fix 404 links

    haoqunjiang committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e4ebeb1 View commit details
    Browse the repository at this point in the history
  4. v4.5.18

    haoqunjiang committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9245eb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. fix: typechecking with Vue 2.7+

    Fixes #7213
    haoqunjiang committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5b57792 View commit details
    Browse the repository at this point in the history
  2. fix: always transpile syntaxes introduced in ES2020 or later

    To fix compatibility issues with webpack 4 and ESLint 6.
    
    Browserslist doesn't support ES version queries, so we approximate it
    as Chrome 79.0.0 and Node.js 12
    
    Fixes #7209
    haoqunjiang committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c7fa1cf View commit details
    Browse the repository at this point in the history
  3. test: explicitly add ie 11 to targets in tests

    As the default target of browerslist now changes, the tests can no
    longer reflect their original intentions unless explicitly targeting
    IE 11.
    haoqunjiang committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    434c72c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. v4.5.19

    haoqunjiang committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    bef7a67 View commit details
    Browse the repository at this point in the history
Loading