WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v3.29.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 13:28
· 95 commits to main since this release
da29084

πŸ‘‰ Changelog

compare changes

πŸš€ Enhancements

  • upgrade: Add v3, v4, v3-nightly and v4-nightly channels (#1019)
  • init: Prefill package.json name field with directory (#422)
  • build,dev: Add vite and vue version to banner (#1021)
  • dev: Use web fetch handler rather than proxy (#1051)

πŸ”₯ Performance

  • Refactor for improved tree-shaking in create-nuxt (#1044)

🩹 Fixes

  • init: Properly check installed modules (#1043)
  • init: Default to false for installing official modules (0399e22)
  • dev: Close watchers before reloading nuxt (#1050)
  • build: Avoid unnecessary error (b4f9b1a)
  • dev: Move clear argument default to command definition (#1054)
  • preview: Move port argument alias to command definition (#1055)
  • dev: Check mtime before restarting (#1060)

🏑 Chore

  • Only include codspeed plugin in CI & not on windows (8922f6e)
  • Lint (a1684c0)

βœ… Tests

  • Add dev server tests for multi-runtime (#1049)
  • Add headers assertion (8ee8a48)
  • Oops (f4749f8)
  • Simplify support matrix (#1052)
  • Install playground deps at top level (#1061)
  • Test dev server with/without sockets (#1053)

πŸ€– CI

  • Run tests on last node LTS (eff5062)
  • Always publish nightly releases via pkg-pr-new (cdff4b6)
  • Use npm trusted publishing (b4d7e69)
  • Add codspeed mode (f5a8806)
  • Add provenance action to check for downgrades in provenance (9d390df)
  • Do not run autofix on main branch (4d30d3e)
  • Remove caches from pull_request_target workflows (9c6e9c6)
  • Split size compare workflow into two (f5b207e)
  • Re-combine size compare workflow (3ef0dfe)

❀️ Contributors