Skip to content

Releases: arlyon/stailwc

0.3.1

25 Aug 11:59
Compare
Choose a tag to compare

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

0.3.0

25 Aug 12:00
Compare
Choose a tag to compare

0.3.0 (2022-08-18)

Features

0.2.2

25 Aug 12:00
Compare
Choose a tag to compare

0.2.2 (2022-08-18)

Features

  • add attribute merging for groups (2e31afb)

0.2.1

25 Aug 12:01
Compare
Choose a tag to compare

0.2.1 (2022-08-18)

Features

  • properly handle existing css attribute (97ce9cc)

0.2.0

25 Aug 12:01
Compare
Choose a tag to compare

0.2.0 (2022-08-18)

Bug Fixes

  • make sure to visit children if we don't intercept (515e97b)

Features

  • support template tags (dd5a21)

0.1.1

25 Aug 12:01
Compare
Choose a tag to compare

0.1.1 (2022-08-18)

Features

  • add hover, media, focus, borders (0666bbb)
  • get first css rendering on the page (315ac24)

0.1.0

25 Aug 12:02
Compare
Choose a tag to compare

0.1.0

Initial commit!