Skip to content

v0.14.0

Latest

Choose a tag to compare

@dannote dannote released this 24 May 12:49
· 3 commits to master since this release

Added

  • Volt.static_path/2 and Volt.static_url/2 resolve Volt-managed scripts, stylesheets, and emitted image/font assets with Phoenix-style helper names.
  • mix volt.build --tailwind now writes a CSS manifest using the existing production manifest format.

Deprecated

  • Volt.entry_path/2 is deprecated in favor of Volt.static_path/2.

Fixed

  • mix volt.js.check --type-aware --type-check now fails on TypeScript compiler diagnostics such as typescript/TS2322.
  • mix volt.build --tailwind now honors hash: false from Volt config for Tailwind CSS output filenames, while keeping CLI --hash/--no-hash overrides.