Releases: arlyon/stailwc
Releases Β· arlyon/stailwc
0.3.1
0.3.1 (2022-08-25)
Bug Fixes
- allow [ and ] in subject (for arbitrary values) (05b7bae)
- allow arbitrary spacing in tailwind strings (5d908b9)
- allow dashes in the modifier (2847079)
- deny unwrap to prevent panics (654d562)
- handle parsing issue when subject has a . in it (c6372d6)
- hidden should map to display: none (ca7d8a7)
- make display a root plugin (a3c156a)
- propagate proper width and height values (8fb2f4f)
- proper border width handling for border plugin (6780341)
- swap the modifiers and negative statement when parsing (02adf9a)
Features
- add basis plugin (ef3fa3f)
- add flex plugin (40d86cf)
- add focus-within mod (5aed754)
- add font weight (5eba5c8)
- add gap plugin (461c8c6)
- add grid plugin (5e3470e)
- add grow plugin (283b3e7)
- add items plugin (f3b6eb2)
- add justify plugin (ec09cca)
- add overflow plugin (1fd8e7b)
- add parsing support for arbitrary CSS (b73b6ea)
- add px, py, pt, pb, pl, pr, and m_ plugins (11e1297)
- add screen reader plugin (2cbbad0)
- add shrink plugin (464473d)
- add text centering and fix text plugin (5752c3d)
- add translate plugin (76aebb9)
0.3.0
0.3.0 (2022-08-18)
Features
- add box plugin (6c23f30)
- add colored shadows (c84bb95)
- add cursor plugin (a0a81fb)
- add display plugin (562e6c9)
- add font property (a9f9288)
- add position and t/r/b/l plugins (47d3644)
- add proper literal merging (c2b3a56)
- add rounded property (404d986)
- add scale plugin (cfd6449)
- add select plugin (9a20f4a)
- add shadow (c1bf368)
- add transitions (00e3f7d)
- add visibility and notion of 'root plugins' (1345373)
- add z plugin (65a0f08)
- support config from tailwind (13543d7)