Skip to content

What's New

In addition to this page, you may also follow us on twitter (@WallabyJs) to be notified whenever we release notable features.

Most Recent Major Features and Changes

The What’s New section includes major features and changes that have been made in the last 12-18 months. For older news or more details about minor updates and changes, please refer to our changelog.

Angular v21 Support with VitestMar 12 2026

For Angular CLI v21 workspaces and projects, Wallaby now automatically detects and configures the default Vitest runner. Wallaby runs tests in Node.js environments such as jsdom and happy-dom, or in browsers via playwright or webdriverio, and provides better incremental run performance, reliability, and live results streaming.

Support for Vitest Browser ModeJan 21 2026

Wallaby now supports running Vitest v4.x+ in browser mode, using either the playwright or webdriverio providers. Wallaby will run your browser instances in headless mode by default (overridable by setting headless: false in your vitest config).

Zen Mode: Control In-Editor Feedback 🧘‍♂️Jan 20 2026

We're excited to introduce Zen Mode, a new Wallaby.js feature that gives you control over when you see test feedback in your editor.

Read more

MCP Support for JetBrains EditorsNov 24 2025

Wallaby's MCP server tools are now available in JetBrains editors. Read more about how to enable it in our docs.

Peek source code anywhere with dotNov 11 2025

Wallaby UI now supports peeking into source code locations directly from various views, including the Test list and Test tree, Error panels, Logs list, etc. Pretty much any UI element that has a source code location associated with it will now allow you to peek into the source code without navigating away from your current context. To use the feature, simply press the . key when focused on an item with a source location.

Support for Vitest v4.x+Nov 10 2025

Wallaby now supports the latest version of vitest (v4.x+). The recent update of vitest included major breaking changes that required updates to Wallaby's vitest integration.

Previous major features and changes

Our what’s new archive contains the full history of our major features and changes (starting February 2020).

Full Change Log

Our changelog is available in our public repository. Please note that while we update our changelog every few months, we release new versions of Wallaby a few times a week (sometimes a few times a day).

Are we missing something? Share your idea or vote for other submitted ideas