Skip to content

v4.3.0

Compare
Choose a tag to compare
@sodatea sodatea released this 01 Apr 08:17
· 643 commits to dev since this release
4659869

🚀 New Features

  • @vue/cli-plugin-unit-mocha
    • #5294 feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (@darrylkuhn)
  • @vue/babel-preset-app
    • #5322 feat: enable bugfixes option for babel by default (@sodatea)
  • @vue/cli-service
  • @vue/cli
    • #5212 feat(vue-cli): Choosing to save as a preset tells you where it is saved (@jaireina)
  • @vue/cli-plugin-typescript
    • #5170 feat: use @vue/compiler-sfc as a compiler for TS if available (@cexbrayat)
  • @vue/cli-plugin-eslint, @vue/cli-service-global, @vue/cli-ui-addon-widgets
    • #5241 feat: ease the default no-console severity to warn (@sodatea)
  • @vue/cli-service, @vue/cli-ui-addon-webpack, @vue/cli-ui-addon-widgets, @vue/cli-ui
    • #5233 feat: add "not dead" to the default browserslist query (@sodatea)
  • @vue/cli-plugin-router

🐛 Bug Fix

  • @vue/cli-shared-utils
    • #5315 fix: avoid process hanging when trying to get Chrome version (@sodatea)
    • #5264 fix false positive of hasProjectNpm (@sodatea)
  • @vue/cli-ui
    • #5290 fix(cli-ui): build task defaults should respect outputDir option from config file (Closes #2639) (@LinusBorg)
  • @vue/cli-service
    • #5320 fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) (@sodatea)
    • #5247 fix(target-lib): fix dynamic public path in a dynamic chunk in Firefox (@sodatea)
  • @vue/cli-plugin-pwa
  • @vue/cli-plugin-eslint
  • @vue/babel-preset-app
    • #5236 fix(babel-preset-app): avoid corejs warning when useBuiltIns is false (@LeBenLeBen)

📝 Documentation

🏠 Internal

  • @vue/cli-service-global
    • #5319 chore(cli-service-global): remove direct dependency on @vue/babel-preset-app (@sodatea)
  • @vue/cli-service
    • #5305 refactor: simplify config loading by skipping fs.existsSync check (@sodatea)
  • @vue/cli

🔨 Underlying Tools

  • @vue/cli-plugin-eslint
    • #5273 chore(eslint): bump minimum required eslint-loader version to support ESLint 6 (@megos)

Committers: 15