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 useTransition hook for enter/exit animations
  • useReducedMotion hook 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


v0.3.0 — February 2026


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 do
    Tooltip component
  • Task to do
    Dropdown menu with keyboard navigation
  • Task to do
    Tabs component with lazy rendering
  • Task to do
    Toast notification system
  • Task to do
    Date picker (Q3 2026)
  • Task to do
    Combobox with autocomplete
  • Task to do
    Drawer / Sheet component
  • Task to do
    Command palette (⌘K)
  • Task to do
    Data table with sorting and filtering
  • Task to do
    Color picker