Skip to content

v7.0.1

Choose a tag to compare

@Applelo Applelo released this 20 Jul 12:08
· 79 commits to main since this release

Fixes

  • Respect the Vite base option for the __spritemap route in both dev and production, and keep relative url() references consistent — reported by @TerryXu-98 (#102)
  • Keep the generated style __route__ base-agnostic so it resolves the same across dev and build
  • Encode internal url() references (filters, masks, gradients) when transforming SVGs to a data URI in the generated stylesheet (SCSS/Less/Stylus/CSS) (#98)

Chore

  • Update dependencies — ESLint 10, @antfu/eslint-config 9, Vite 7.3.6, Vitest 4.1, SVGO 4.0.2, @xmldom/xmldom 0.9.10, TypeScript 6.0.3 and more
  • Bump package manager to pnpm 11
  • Drop Node 20 from the CI matrix
  • Improve dev-server test reliability (fix flaky vite:dep-scan race and resolved-URL assertions)

Full Changelog: v7.0.0...v7.0.1