Skip to content

v0.389.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 12:20
· 367 commits to main since this release

Drop-in scope

@vizejs/vite-plugin is a drop-in replacement for @vitejs/plugin-vue on Vue 3 SFCs
(<script setup> and Options API). Vue 2 / 2.7 (vue.version: "2" / "2.7") is
incubating and opt-in, webpack / rollup / esbuild / Rspack are outside the drop-in claim
(@vizejs/unplugin and @vizejs/rspack-plugin are experimental), and plugin-option
parity with @vitejs/plugin-vue is still incomplete.

See Drop-in Scope and
#3227.

What's Changed

  • fix(davinci): finish DOM corpus residual parity by @ubugeeei in #5583
  • fix(davinci): close final DOM corpus residuals by @ubugeeei in #5585
  • fix(davinci): close remaining DOM corpus residuals by @ubugeeei in #5586
  • docs(davinci): record P2-11 corpus parity evidence by @ubugeeei in #5588
  • feat(davinci): expose S2 DOM emit walk budget by @ubugeeei in #5589
  • test(davinci): pin S2 DOM emit traversal counts by @ubugeeei in #5591
  • refactor(musea): import S0 storage through stage alias by @ubugeeei in #5592
  • refactor(jsx): import S0 storage through stage alias by @ubugeeei in #5593
  • test(app-e2e): refresh main fixture budgets by @ubugeeei in #5594
  • fix(sfc): resolve setup directives in separate render by @ubugeeei in #5595
  • fix(patina): align script preset metadata by @ubugeeei in #5597
  • fix(patina): register legacy img alt rule opt-in by @ubugeeei in #5598
  • fix(patina): route musea lint rules by @ubugeeei in #5599

Full Changelog: v0.388.0...v0.389.0