Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 09:06
4.0.0
e7466c7

Added

  • Add a meta watch CLI command (#73, 5f148e8)
  • Add support for a TypeScript entry point with the prototyping preset (#73, 2d1968f)
  • Add support for Vue 3 (#62)
  • Add support for raw imports with the ?raw query (5cf35d0)
  • Add TypeScript support (#71, a3ba2c3)

Fixed

  • Fix output of Twig function html_attributes (af60b6c)

Changed

  • Move support for Vue 2 to a preset (#62)
  • ⚠️ Breaking: Presets are now declared via objects instead of strings (1a63f60, #62)
  • ⚠️ Breaking: Change default target from legacy to modern (3ac83a8, #67)
  • Use esbuild as JS and CSS minifier (#71, f6fba25)