Changelog
All notable changes to @cookest/ui are documented here. We follow Semantic Versioning.
v0.1.4
minorMay 2026Enforced horizontal flex layouts and whitespace-nowrap for Button components, resolving issues where icons would stack vertically above text.
Standardized overflow-hidden and refined border-radius (rounded-lg/md) across Card, Dialog, Command, and Dropdown components to prevent artifacts.
Added 10+ new advanced components to the React library including Chart, Carousel, Command, Calendar, and AspectRatio.
Ported 13+ missing widgets to the Flutter library (cookest_ui) to achieve 50% platform parity. Added Checkbox, Label, Separator, AlertDialog, Drawer, and more.
Fixed invalid CSS calc() syntax in Sidebar component that was causing build warnings in Tailwind 4 environments.
v0.1.3
patchMay 2026Removed opacity modifiers from Alert body text in light mode — all four variants now render at full opacity for legibility.
Bumped badge text from -800 to -900 shade across success, warning, error, and info variants for better contrast on light backgrounds.
Sidebar now uses backdrop-filter: blur with semi-transparent surface — glassy, modern feel consistent with alerts.
Added Terminal CLI, Kitchen Display, Editorial, Recipe Story, Nutrition Dashboard, Kinetic Menu, and Filmstrip to the examples gallery.
Subtle SVG noise grain added to page body for depth without visual noise.
v1.0.0
majorMay 202612 production-ready React components with full TypeScript support.
12 matching Flutter widgets for cross-platform parity.
80+ CSS custom properties for colors, typography, spacing, and effects.
Full light and dark theme support with automatic system detection.
Interactive stories for every component with controls and documentation.
Next.js showcase site with interactive playgrounds and real-world examples.
v0.9.0
minorApril 2026Built foundational components: Button, Input, Card, Badge, Alert.
Established the CSS custom property token system with light/dark variants.
Defined the Inter + Playfair Display + JetBrains Mono type system.
Configured tsup bundler for optimal tree-shaking and minimal bundle size.
v0.5.0
minorMarch 2026Initialized monorepo with React library, Storybook, and build tooling.
Defined the Cookest brand palette: sage green primary with warm neutrals.
Established composable component patterns with variant props.