← All Releases
1.0.15
September 17, 2025New Expandable and Skeleton components, additional Popover/Tooltip directions, Modal trigger fix
Summary
- Added two new UI primitives: Expandable and Skeleton.
- Expanded Popover/Tooltip placement coverage with corner positions.
- Fixed modal interaction and scroll-lock regressions.
Added
- Added
LevExpandable.vuewith animated collapse/expand behavior, rotating chevron, and CSS variable styling. - Added
LevSkeleton.vuewith pulse animation, size controls, border-radius support, and inline mode. - Added corner placements (
top-left,top-right,bottom-left,bottom-right) for Popover and Tooltip.
Changed
- Updated Popover and Tooltip spacing behavior to remove extra gap for corner placements.
Fixed
- Fixed missing modal
onClosecallback invocation. - Fixed modal trigger wrapper rendering when no trigger slot is provided.
- Fixed missing scroll-lock watcher in
ModalMultiStep.
Breaking Changes
- None.