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.4.4
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.4.5
Choose a head ref
  • 13 commits
  • 38 files changed
  • 8 contributors

Commits on Jun 13, 2020

  1. docs: [RU] Translation update (#5578)

    * docs: [RU] update migrating-from-v3.md
    
    * docs: [RU] update prototyping.md
    
    * docs: [RU] update webpack.md
    
    * docs: [RU] fix typos in cli-service.md
    
    * Update docs/ru/guide/prototyping.md
    
    Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com>
    
    * docs: (ru) pwa.md update
    
    * docs: (ru) browser-compatibility.md fix import
    
    * docs: (ru) deployment.md fix example
    
    * docs: (ru) installation.md update
    
    * docs: (ru) deployment.md update link
    
    * docs: (ru) core-plugins/eslint fix
    
    * docs: (ru) pwa.md update
    
    * docs(ru): plugin-dev.md fix link
    
    * docs(ru): cli-service.md update
    
    * docs(ru): pwa.md update
    
    * docs(ru): pwa.md update
    
    * Update docs/ru/core-plugins/pwa.md
    
    Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
    
    * Update docs/ru/core-plugins/pwa.md
    
    Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
    
    Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com>
    Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
    3 people authored Jun 13, 2020
    Copy the full SHA
    c63593e View commit details

Commits on Jun 15, 2020

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a41cac2 View commit details

Commits on Jun 16, 2020

  1. docs: update cli eslint plugin configuration (#5579) [ci skip]

    * docs: update cli eslint plugin configuration
    
    * docs: sync cli-plugin-eslint README from core-plugins
    
    * docs: update eslint plugin README
    jeneser authored Jun 16, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6592e62 View commit details

Commits on Jun 18, 2020

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    795b277 View commit details
  2. chore: add package-lock.json to .gitignore

    Because we use yarn for development, we need to avoid accidentally
    checking in package-lock.json from PRs.
    haoqunjiang committed Jun 18, 2020
    Copy the full SHA
    2691266 View commit details

Commits on Jun 19, 2020

  1. Copy the full SHA
    4891d91 View commit details

Commits on Jun 21, 2020

  1. fix(cypress): stop ignoring --config-file cypress option (#5580)

    This fixes an issue with the implementation of `removeArg()` whereby
    calling `removeArg(args, "config")` removed argument "--config-file" if
    provided
    
    This commit fixes this by ensuring that calling `removeArg(args, "config")`
    removes `--config` without removing `--config-file`.
    ahderman authored Jun 21, 2020
    Copy the full SHA
    5869f1f View commit details

Commits on Jun 22, 2020

  1. docs: translate plugin-dev (#5345) [ci skip]

    * docs: translate plugin-dev
    
    * update 部分语法调整
    
    * Update docs/zh/dev-guide/plugin-dev.md
    
    * Update docs/zh/dev-guide/plugin-dev.md
    
    * Update docs/zh/dev-guide/plugin-dev.md
    
    Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
    llccing and haoqunjiang authored Jun 22, 2020
    Copy the full SHA
    dc2456e View commit details
  2. Copy the full SHA
    222477e View commit details
  3. fix: fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignor…

    …ed (#5598)
    
    Though, it is still a bad practice to use `VUE_CLI_SERVICE_CONFIG_PATH`
    in a project with `vue.config.js`
    
    closes #5584
    haoqunjiang authored Jun 22, 2020
    Copy the full SHA
    66370e8 View commit details
  4. Copy the full SHA
    326934e View commit details
  5. Copy the full SHA
    1157b9f View commit details
  6. v4.4.5

    haoqunjiang committed Jun 22, 2020
    Copy the full SHA
    b66bc8c View commit details
Loading