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: v3.11.0
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: v3.12.0
Choose a head ref
  • 18 commits
  • 45 files changed
  • 9 contributors

Commits on Sep 2, 2019

  1. Documentation typo fixes (#4500)

    * Minor typo fix for CLI Service docs page
    
    In the last paragraph of the CLI Service docs page the second instance of the word 'need' should be changed to 'needs'.
    
    * Typo fix to 'HTML and Static Assets' docs page
    owanhunte authored and haoqunjiang committed Sep 2, 2019
    Copy the full SHA
    b20e27a View commit details

Commits on Sep 6, 2019

  1. Verified

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

Commits on Sep 8, 2019

  1. docs: update Chinese translation of Deployment (#4486) [ci skip]

    Co-Authored-By: GU Yiling <justice360@gmail.com>
    2 people authored and haoqunjiang committed Sep 8, 2019
    Copy the full SHA
    9c99ce2 View commit details

Commits on Sep 21, 2019

  1. Edited Dockerfile of Docker(Nginx) deployment doc (#4561)

    * Edited Dockerfile of Docker(Nginx) deployment doc
    
    Edited `Dockerfile` section of https://cli.vuejs.org/guide/deployment.html#docker-nginx
    
    As shown in [Vue v2 cookbook](https://vuejs.org/v2/cookbook/dockerize-vuejs-app.html) copying `package*.json` initially and running `npm install` in a separate step allows caching and reduces time elapsed during Docker build. Also the difference between the two docs will be reduced and be less confusing to those who end up with both of them.
    
    * node version to latest
    vahdet authored and NataliaTepluhina committed Sep 21, 2019
    Copy the full SHA
    69f7145 View commit details

Commits on Sep 22, 2019

  1. Copy the full SHA
    b34edc8 View commit details

Commits on Oct 7, 2019

  1. Copy the full SHA
    0b254a3 View commit details

Commits on Oct 10, 2019

  1. feat: support sass-loader v8 (#4662)

    * feat: support sass-loader v8
    
    (cherry picked from commit af17a9b)
    
    * fix: fix sassOptions merging for scss syntax in sass-loader v8 (#4631)
    
    fixes #4630
    
    (cherry picked from commit ebdb142)
    
    * fix: avoid accidentally overriding sass config with scss configs (#4637)
    
    (cherry picked from commit e63bf61)
    
    * chore: don't warn user for sass-loader version here
    haoqunjiang authored Oct 10, 2019
    Copy the full SHA
    02859cf View commit details
  2. fix: remove the nonexistent test command from generated README (#4525)

    Closes #4478
    
    (cherry picked from commit 267aa67)
    cexbrayat authored and haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    a0fc87a View commit details
  3. fix: sortObject should not introduce formerly non-existent fields

    (cherry picked from commit e585fc3)
    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    8feaef0 View commit details
  4. fix(pluginResolution): support dots in scope names (#4512)

    (cherry picked from commit 8f2d470)
    ma-jahn authored and haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    e71c884 View commit details
  5. fix: correctly sort test scripts in package.json

    The previous `keyOrder` referred to the legacy `test` & `e2e` commands
    that were removed / deprecated since 3.0 stable
    
    (cherry picked from commit 0ca37b7)
    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    c8e45dc View commit details
  6. chore: remove extraneous log

    (cherry picked from commit 0a9e649)
    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    9b06c25 View commit details
  7. fix: should not proxy sockjs endpoint (#4550)

    fixes #4504
    thanks to facebook/create-react-app#7444
    
    (cherry picked from commit 72ba750)
    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    7554764 View commit details
  8. docs: remove run for yarn commands in readme (#4551)

    (cherry picked from commit cd91c0f)
    cexbrayat authored and haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    ceeac16 View commit details
  9. fix: correctly ignore html templates in copy-webpack-plugin (#4613)

    Fixes #3597.
    Fixes #4299.
    
    (cherry picked from commit cb740ae)
    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    a3225ac View commit details
  10. fix: fix redundant log messages from webpack-dev-server (#4666)

    By replacing the `quiet` option with `logLevel: 'silent'`.
    
    Fixes #4599
    
    (cherry picked from commit e5196f5)
    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    96641cd View commit details
  11. chore: pre release sync

    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    6c0f2ce View commit details
  12. v3.12.0

    haoqunjiang committed Oct 10, 2019
    Copy the full SHA
    57c6f03 View commit details
Loading