Changelog
All notable changes to Moe UI will be documented here.
Changelog
All notable changes to this project will be documented on this page.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Initial component library with 30+ components
- CLI tool for project initialization and component installation
- Documentation site with installation guides
Changed
- Nothing yet
Fixed
- Nothing yet
[0.1.0] - 2026-02-08
Added
- 🎉 Initial release
- Core components: Button, Card, Input, Label, Text, Textarea
- Layout components: Accordion, Collapsible, Separator, Tabs
- Overlay components: Alert Dialog, Dialog, Dropdown Menu, Context Menu, Popover, Tooltip, Hover Card
- Form components: Checkbox, Radio Group, Select, Switch, Toggle, Toggle Group
- Feedback components: Alert, Badge, Progress, Skeleton
- Media components: Avatar, Aspect Ratio
- CLI tool with
initandaddcommands - Package manager options (
--pm bun,--pm npm,--pm pnpm)