Skip to content

Releases: stormwarning/tailwindcss-capsize

v1.2.2

03 Mar 20:47
69c3681

Choose a tag to compare

🐛 Fixed

  • Fix issue requiring an empty options object to be passed in #68

    - require('tailwindcss-capsize')({})
    + require('tailwindcss-capsize')

v1.2.1

08 Feb 17:00
a1a1f75

Choose a tag to compare

🐛 Fixed

  • Avoid error when normalizeValue gets an array e18c905
    Still needs to account fully for Tailwind v2 configs, but this helps.

v1.2.0

11 Oct 20:39
c5409fa

Choose a tag to compare

🎁 Added

  • Allow unitless or percentage-based leading values #34
    Uses the inherited font-size to determine pixel line-height value.

🐛 Fixed

  • Use correct path for types import #30
    This should clear up any TypeScript warnings during local builds.

v1.1.0

04 Sep 20:21
c86f485

Choose a tag to compare

💣 Breaking Changes

  • Rename plugin using common prefix convention eac9127
    tailwind-capsizetailwindcss-capsize

v1.0.3

03 Sep 20:41
331e5a0

Choose a tag to compare

♻️ Changed

  • Cleaned out unused code and fix up docs examples bc1372f

v1.0.2

02 Sep 05:02
4264fb2

Choose a tag to compare

🐛 Fixed

  • Fixes error when trying to set a custom root font-size value #16

v1.0.1

14 Aug 04:41
461006c

Choose a tag to compare

🐛 Fixed

  • Updated README and package description & keywords 327886e

v1.0.0

12 Aug 04:37
ead8c4d

Choose a tag to compare

🎉 Initial release