← All Releases
1.0.28
February 11, 2026New Dropdown, Badge, Breadcrumb, and Alert components; MCP documentation page; code review instructions
Summary
- Added four major UI components: Dropdown, Badge, Breadcrumb, and Alert.
- Expanded docs for MCP assistant integrations.
- Improved CI authentication strategy and review guidance.
Added
- Added
LevDropdown.vueas a unified dropdown replacement for legacy dropdown variants, with single/multi-select, search, keyboard navigation, slots, and validation support. - Added
LevBadge.vuewith size/variant API aligned to existing component patterns. - Added
LevBreadcrumb.vuewith configurable separators, collapse/ellipsis behavior, and slot customization. - Added
LevAlert.vuewith semantic variants and dismiss support. - Added runtime icons used by Breadcrumb and Alert flows.
- Added dedicated MCP documentation page at
/mcp. - Added code-review instruction files under
.github/instructions/*.instructions.md.
Changed
- Switched release workflow authentication from personal access tokens to GitHub App credentials.
- Consolidated older dropdown/breadcrumb implementations into newer unified components.
Fixed
- None.
Breaking Changes
- Legacy dropdown and breadcrumb implementations are superseded by the new unified components.