# Changelog for safe-coloured-text-layout
## [0.2.0.2] - 2026-07-24
### Changed
* Build against `safe-coloured-text >= 0.6`, which separates `ChunkStyle`
from `Chunk`.
## [0.2.0.1] - 2024-08-03
### Changed
* Moved the test suite to `safe-coloured-text-layout-gen`
## [0.2.0.0] - 2024-06-23
### Added
* `layoutAsTableLines`
* `renderTableLines`
### Changed
* Table cells are now lists of chunks instead of individual chunks.
## [0.1.0.0] - 2024-03-26
### Changed
* Only export the intended API
* Document the API