Packages
Vue templates as native Phoenix LiveView renders — compile Vue syntax to %Rendered{} via Vapor IR.
Current section
Files
Jump to
Current section
Files
phoenix_vapor
CHANGELOG.md
CHANGELOG.md
# Changelog
## Unreleased
## 0.3.2 - 2026-08-24
### Added
- Allow full-runtime LiveViews to override and compose generated lifecycle callbacks with `super`.
### Fixed
- Preserve document order when rendering nested property, text, and structural Vapor slots.
- Capture the full-runtime SFC component export reliably before mounting it.
- Resolve relative `.vue` imports from the source component directory in full-runtime mode.
## 0.3.1 - 2026-08-17
### Fixed
- Corrected duplicate static text when rendering interpolations with Vize 0.14.
### Compatibility
- Updated Phoenix Vapor to work with Volt 0.17, OXC 0.17, Vize 0.14, and Phoenix LiveView 1.2.