v3.16.0
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
π Enhancements
- e2e: Add
teardownTimeoutoption to set timeout forafterAllhook (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
defufor merging (#1089) - runtime-utils: Proxy wrapper props (#1099)
- runtime-utils: Define
$attrsin component render context (#1108) - module: Ensure
vi.hoistedis injected afterviimport (#1128) - runtime-utils: Proxy
wrapper.elementfrommountSuspended(#1110)
π¦ Build
- Use
typesVersionsfor node10 declarations (f19cee64)
π‘ Chore
π€ CI
β€οΈ Contributors
- Daniel Roe (@danielroe)
- Ryota Watanabe (@wattanx)
- Robin (@OrbisK)
- Romain Hamel (@romhml)
- Tobi (@tobiasdcl)