Skip to content

0.11.0

Compare
Choose a tag to compare
@arlyon arlyon released this 05 Dec 12:42
· 147 commits to master since this release

0.11.0 (2022-12-05)

Bug Fixes

  • add unzip feature (c266fb4)
  • allow numbers in the modifiers (8e20a03)

Features

  • add arbitrary support for grid template row and col (7e44200)
  • add arbitrary support to the gap plugin (6347a8f)
  • add background position plugin (50cb275)
  • add background repeat plugin (a295300)
  • add background size plugin (d1b2300)
  • add content plugin (687f5a2)
  • add float plugin (d873b2f)
  • add justify items and self plugins (ae0a938)
  • add line clamp plugin (0c2780f)
  • improve parsing and allow arbitrary values for translate (ae5fe6e)
  • support nested tw attrs by using an attribute stack instead (1848eb3), closes #16