Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 1.86 KB

Change Log

1.2.2 — 2021-03-03

🐛 Fixed

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

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

1.2.1 — 2021-02-08

🐛 Fixed

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

1.2.0 — 2020-10-11

🎁 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.

1.1.0 — 2020-09-04

💣 Breaking Changes

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

1.0.3 — 2020-09-03

♻️ Changed

  • Cleaned out unused code and fix up docs examples bc1372f

1.0.2 — 2020-09-01

🐛 Fixed

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

1.0.1 — 2020-08-13

🐛 Fixed

  • Added actual README and package description & keywords 327886e

1.0.0 — 2020-08-11

🎉 Initial release