Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:08

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)