Skip to content

Changelog

All notable changes to @cookest/ui are documented here. We follow Semantic Versioning.

v0.1.4

minorMay 2026
Button Layout & AlignmentFix

Enforced horizontal flex layouts and whitespace-nowrap for Button components, resolving issues where icons would stack vertically above text.

Container Corner ClippingFix

Standardized overflow-hidden and refined border-radius (rounded-lg/md) across Card, Dialog, Command, and Dropdown components to prevent artifacts.

Component Library ExpansionFeature

Added 10+ new advanced components to the React library including Chart, Carousel, Command, Calendar, and AspectRatio.

Massive Flutter ExpansionFeature

Ported 13+ missing widgets to the Flutter library (cookest_ui) to achieve 50% platform parity. Added Checkbox, Label, Separator, AlertDialog, Drawer, and more.

Vercel Build OptimizationFix

Fixed invalid CSS calc() syntax in Sidebar component that was causing build warnings in Tailwind 4 environments.

v0.1.3

patchMay 2026
Alert Light Mode ContrastFix

Removed opacity modifiers from Alert body text in light mode — all four variants now render at full opacity for legibility.

Badge Color DepthFix

Bumped badge text from -800 to -900 shade across success, warning, error, and info variants for better contrast on light backgrounds.

Backdrop Blur UpgradeStyle

Sidebar now uses backdrop-filter: blur with semi-transparent surface — glassy, modern feel consistent with alerts.

7 Creative ExamplesFeature

Added Terminal CLI, Kitchen Display, Editorial, Recipe Story, Nutrition Dashboard, Kinetic Menu, and Filmstrip to the examples gallery.

Grain Texture BackgroundStyle

Subtle SVG noise grain added to page body for depth without visual noise.

v1.0.0

majorMay 2026
Initial ReleaseFeature

12 production-ready React components with full TypeScript support.

Flutter WidgetsFeature

12 matching Flutter widgets for cross-platform parity.

Design TokensFeature

80+ CSS custom properties for colors, typography, spacing, and effects.

Dark ModeFeature

Full light and dark theme support with automatic system detection.

Storybook IntegrationFeature

Interactive stories for every component with controls and documentation.

Showcase WebsiteFeature

Next.js showcase site with interactive playgrounds and real-world examples.

v0.9.0

minorApril 2026
Component Library CoreFeature

Built foundational components: Button, Input, Card, Badge, Alert.

Design Token SystemFeature

Established the CSS custom property token system with light/dark variants.

Typography ScaleStyle

Defined the Inter + Playfair Display + JetBrains Mono type system.

Tree ShakingPerformance

Configured tsup bundler for optimal tree-shaking and minimal bundle size.

v0.5.0

minorMarch 2026
Project ScaffoldingFeature

Initialized monorepo with React library, Storybook, and build tooling.

Color SystemFeature

Defined the Cookest brand palette: sage green primary with warm neutrals.

Component ArchitectureRefactor

Established composable component patterns with variant props.

Stay Updated

Star us on GitHub to get notified about new releases.

View on GitHub