← All Releases
1.0.14
July 30, 2025New Modal and ModalMultiStep components, Accelerator prefix, CSS variables styling system
Summary
- Introduced new modal primitives for single-step and multi-step workflows.
- Standardized component styling with CSS variable tokens.
- Updated component prefixing and wrapper paths for consistency.
Added
- Added
LevModal.vuewith focus trap, scroll lock, backdrop close support, and action slots. - Added
LevModalMultiStep.vuewith step navigation, indicators, and slot-based step content. - Added CLI dependency detection to suggest/install required
Accelerator*dependencies.
Changed
- Replaced legacy modal variants with a single flexible modal architecture.
- Introduced
--lev-*CSS variable styling strategy across Button, Popover, and Tooltip.
Fixed
- None.
Breaking Changes
- Wrapper components moved from
components/ui/tocomponents/accelerator/. - Auto-import names now use the
Acceleratorprefix (for example,AcceleratorButton).