🚨 Breaking Changes
- Remove deprecated order from test() API - by @sheremet-va in #8594 (4d419)
🚀 Features
- api: Add
getSeed
method - by @sheremet-va in #8592 (438c4) - browser: Support playwright tracing - by @sheremet-va in #8584 (1aac5)
🐞 Bug Fixes
- Remove loupe dependencies from
optimizeDeps.include
for browser mode - by @jake-danton in #8570 (cdcf7) - Update
engines
field to drop Node 18 support - by @sheremet-va in #8608 (9a0bf) - browser:
- Update expect.element type to match the implementation - by @sheremet-va in #8597 (b2804)
- Throw an error if iframe is not accessible anymore - by @sheremet-va in #8601 (6acdc)
- spy:
- Don't fail when spying on static getters - by @sheremet-va in #8589 (ac1d9)
- ui:
- Keep the same tab open when clicking on different tests - by @sheremet-va in #8599 (3e535)
🏎 Performance
- Use experimental
meta.resolve
flag instead of a custom loader - by @sheremet-va in #8567 (2e063)