Skip to content

v0.14.2

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:52
· 1 commit to main since this release

Added

  • Add optional SFC source maps and expose scoped-style, style block, and custom block metadata in compile results.
  • Add Vize.SFC.collect_template_assets/2, Vize.SFC.rewrite_asset_references/2, Vize.SFC.external_sources/1, and Vize.SFC.scope_id/2 for bundler integrations.
  • Include external block sources and SFC descriptor metadata in parse_sfc/1 results.

Changed

  • Upgrade the upstream Vize workspace from 0.290 to 0.362 and consume its published crates instead of the monorepo git revision.

Fixed

  • Preserve document order when pairing Vapor statics with nested property, text, and structural slots.

Compatibility

  • Require Rust 1.95 or later when compiling the NIF from source.