Releases
v0.4.0
Compare
Sorry, something went wrong.
No results found
0.4.0 (2026-06-30)
⚠ BREAKING CHANGES
rename toolingConfig to toolingPlugin (it returns a vite plugin)
toolingConfig becomes a defer-to-user vite plugin (house defaults, your config overrides)
dom setup becomes the domSetup() plugin; testReact stops auto-injecting setup; revert defineConfig fs side-effect
remove vitePlusBase/vitePlusPackage and collapse granular subpaths to the root export
value-form test helpers (testNode/testReact) + testProjects and setup flag
Features
dom setup becomes the domSetup() plugin; testReact stops auto-injecting setup; revert defineConfig fs side-effect (545060e )
lint: disable vitest matcher-equivalence style rules as a policy group (a869514 )
remove vitePlusBase/vitePlusPackage and collapse granular subpaths to the root export (26eb5b0 )
ship @dbtlr/tooling/setup/dom jest-dom matchers setup module (2f44e9c )
toolingConfig becomes a defer-to-user vite plugin (house defaults, your config overrides) (f2894f5 )
value-form test helpers (testNode/testReact) + testProjects and setup flag (9f1a476 )
Bug Fixes
defer test.environment to the consumer in toolingConfig's react path (16b0f29 )
lint: resolve contradictory prefer-called-once/prefer-called-times pair (5f66a42 )
Code Refactoring
rename toolingConfig to toolingPlugin (it returns a vite plugin) (1459fc6 )
You can’t perform that action at this time.