Current section
Files
Jump to
Current section
Files
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.5](https://github.com/zachdaniel/tails/compare/v0.1.4...v0.1.5) (2023-04-30)
### Bug Fixes:
* partial update and bugfixes (#5)
* border-separate typo
* properly handle naked prefixed values
* handle naked prefixed values
## [v0.1.4](https://github.com/zachdaniel/tails/compare/v0.1.3...v0.1.4) (2023-03-01)
### Bug Fixes:
* do simple prefixes after directional, add doctest
* do directional matching after prefixed matching
* don't double-add prefix for arbitrary values
## [v0.1.3](https://github.com/zachdaniel/tails/compare/v0.1.2...v0.1.3) (2022-12-28)
### Improvements:
* flesh out remaining classes, fix directional merging
* automatic dark theme construction
* col-span-*
## [v0.1.2](https://github.com/zachdaniel/tails/compare/v0.1.1...v0.1.2) (2022-12-22)
### Improvements:
* support themes being set as strings
## [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