# Changelog
All notable changes to `cotis-layout` are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Removed
- `complex-color`, `complex_color`, and `complex_colored_text` features (no effect in this crate)
## [0.1.0-alpha] - 2026-07-09
First public alpha of the Cotis layout engine.
### Added
- `CotisLayoutManager` — flexbox-style sizing and positioning for Cotis element trees
- `RenderCommandOutput` stream for downstream pipes and renderers
- `CotisLayoutCompatible` trait for custom config type integration
- CI workflow (format, clippy, test, docs on Linux; tests on Windows)
- Open-source documentation: README, LICENSE, CONTRIBUTING, SECURITY, CHANGELOG
### Features
- `serialization` — serde support for layout output types
[Unreleased]: https://github.com/igna-778/cotis-layout/compare/v0.1.0-alpha...HEAD
[0.1.0-alpha]: https://github.com/igna-778/cotis-layout/releases/tag/v0.1.0-alpha