Skip to content

v3.16.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 20:45
· 328 commits to main since this release
39c6ca3

3.16.0 is the next minor release.

πŸ‘€ Highlights

You'll still see a warning from vitest:

Vitest  "environmentMatchGlobs" is deprecated. Use "workspace" to define different configurations instead.

You can ignore this for the moment. I expect we will resolve this in the next major (which will drop support for vitest < 3).

πŸ‘‰ Changelog

compare changes

πŸš€ Enhancements

  • e2e: Add teardownTimeout option to set timeout for afterAll hook (af2ddf29)

🩹 Fixes

  • vitest-environment: Respect any configured buildId (3f8599e6)
  • vitest-environment: Use correct base (c5ba2bac)
  • runtime-utils: Pass custom global components to mountSuspended (#1081)
  • runtime-utils: Allow overwriting object props in mountSuspended (#1078)
  • runtime-utils: Do not use defu for merging (#1089)
  • runtime-utils: Proxy wrapper props (#1099)
  • runtime-utils: Define $attrs in component render context (#1108)
  • module: Ensure vi.hoisted is injected after vi import (#1128)
  • runtime-utils: Proxy wrapper.element from mountSuspended (#1110)

πŸ“¦ Build

  • Use typesVersions for node10 declarations (f19cee64)

🏑 Chore

  • Update vitest peerDep version (c4ee71a4)
  • Add root package to workspace (d7c63b5c)

πŸ€– CI

  • Force latest corepack (99ae34c0)
  • Add new release workflow (#1131)

❀️ Contributors