fluix 0.1.8

A comprehensive UI component library for GPUI 0.2 - Modern, performant, and type-safe
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Initial project setup
- Theme system with colors, sizes, spacing, and border radius
- Component structure with basic, form, layout, and advanced categories
- **TextInput** component - Single-line text input with validation
- **TextArea** component - Multi-line text editor with auto-expand
- **Button** component - Interactive buttons with 5 variants and 5 sizes
- Comprehensive examples for all implemented components
- Development documentation (ROADMAP.md, CONTRIBUTING.md)

## [0.1.0] - 2025-10-25

### Added
- Initial release
- Basic component library structure
- Theme system foundation
- First three components: TextInput, TextArea, Button