← All Releases
1.0.17
October 3, 2025New Label and Input components with form validation, icons, and password toggle
Summary
- Added form-focused Label and Input components.
- Consolidated multiple legacy input variants into one configurable input API.
- Expanded docs and examples for validation-driven forms.
Added
- Added
LevLabel.vuewith optional required indicator support. - Added
LevInput.vuewith support for:- native input
typevariants - password visibility toggle
- left/right icon slots
- loading, error, and success states
- CSS variable customization
- native input
- Added wrapper/docs examples using
vee-validateandzod.
Changed
- Replaced legacy single-purpose inputs (
LevInputEmail,LevInputPassword,LevInputPhone) with unifiedLevInput.
Fixed
- None.
Breaking Changes
- Legacy per-type input components are superseded by
LevInput.