Current section

Files

Jump to
tails CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.1](https://github.com/zachdaniel/tails/compare/v0.1.0...v0.1.1) (2022-12-20)
### Bug Fixes:
* we can't split directionals because tailwind won't see them anymore
### Improvements:
* fallback to default theme
* various improvements to configuration & theming
* custom tails modules
* support themes
* add all builtin colors and colors from tailwind config
## [v0.1.0](https://github.com/zachdaniel/tails/compare/v0.1.0...v0.1.0) (2022-12-20)
### Features:
* add `grid-cols-` and `grid-rows-` (#1)
### Bug Fixes:
* handle empty class lists
* missing - for `x` directions
* `classes` returns strings, `merge` returns a `%Tails{}`
### Improvements:
* get ready for publishing
* handle tlbr classes properly
* optional `optimize_directions?` config
* fix some bugs around bg- and text- prefixes
* add display and position merging
* add to readme