# Changelog
All notable changes to this project will be documented in this file.
## [0.4.0] - 2026-04-05
### Breaking Changes
- Switched from gpui git dependency to [gpui-unofficial](https://github.com/iamnbutler/gpui-unofficial) on crates.io
- gpuikit is now published on crates.io
### Changed
- GPUI dependencies now come from crates.io (`gpui-unofficial` v0.230.2) instead of the Zed git repo
- Updated install instructions — use `gpuikit = "0.4"` instead of a git dependency
## [0.2.0] - 2026-04-01
Initial public release with 40+ components.
### Components
**Layout & Structure**
- Accordion, AspectRatio, Card, Collapsible, List, ScrollArea, Separator, Tabs
**Forms & Inputs**
- Button, ButtonGroup, Checkbox, Dropdown, Field, Input, InputGroup, Label, RadioGroup, Select, Slider, Switch, Textarea, Toggle, ToggleGroup
**Feedback & Status**
- Alert, Badge, Loading Indicator, Progress, Skeleton, Toast, Tooltip
**Overlays**
- Context Menu, Dialog, Popover
**Data Display**
- Avatar, Breadcrumb, Empty, Kbd, Typography
**Effects**
- Grain (noise texture overlay)
### Theme System
- `Themeable` trait for consistent styling across components
- `ActiveTheme` extension trait for easy theme access
- Semantic color methods: `fg()`, `bg()`, `surface()`, `border()`, `accent()`, `overlay()`, etc.
- Component-specific theme methods for buttons, inputs, and more
### Features
- `editor` - Syntax-highlighted code editor component
- `schema` - JSON schema generation via schemars