Changelog
Changelog
Flint UI follows semantic versioning. Breaking changes only in major releases.
v0.5.0 — March 2026
This release adds Input and Select components, plus new animation utilities.
- Added Input component with validation, masking, and error states
- Added Select component with search, multi-select, and keyboard navigation
- New
useTransitionhook for enter/exit animations useReducedMotionhook for accessibility- Form component for coordinated validation
- FlintProvider now supports runtime theme switching
- Fixed Card focus outline not visible in high contrast mode
- Fixed Modal scroll restoration on close
v0.4.0 — March 2026
- Added Modal component with focus trapping
- Card now supports asChild pattern
- Fixed Button loading state aria attributes
v0.3.0 — February 2026
- Added Card component with composable slots
- Design token system overhaul
- TypeScript strict mode enabled
v0.2.0 — January 2026
- Initial Button component
- FlintProvider and theme system
- Documentation site launched
v0.1.0 — December 2025
- Project scaffolding and build setup
- Monorepo structure with Turborepo
- Core package with FlintProvider
- Theme system with CSS custom properties
- CI/CD pipeline with GitHub Actions
Roadmap
- Task to doTooltip component
- Task to doDropdown menu with keyboard navigation
- Task to doTabs component with lazy rendering
- Task to doToast notification system
- Task to doDate picker (Q3 2026)
- Task to doCombobox with autocomplete
- Task to doDrawer / Sheet component
- Task to doCommand palette (⌘K)
- Task to doData table with sorting and filtering
- Task to doColor picker