Skip to content

Releases: tailwindlabs/tailwindcss-line-clamp

v0.4.4

30 Mar 19:47
Compare
Choose a tag to compare

Changed

  • Remove Tailwind CSS v3.3 warning (#28)

v0.4.3

30 Mar 19:47
9b1fc08
Compare
Choose a tag to compare

Changed

  • Warn when used in Tailwind CSS v3.3+ (#26)

v0.4.2

02 Sep 11:52
Compare
Choose a tag to compare

Fixed

  • Update TypeScript types (#23)

v0.4.1

02 Sep 11:52
Compare
Choose a tag to compare

Added

  • Add typescript types (#22)

v0.4.0

27 Apr 13:31
Compare
Choose a tag to compare

This release of @tailwindcss/line-clamp is designed for Tailwind CSS v3.0+, and is not compatible with earlier versions.

To upgrade, make sure you are on the latest version of Tailwind CSS, then install @tailwindcss/line-clamp@latest:

npm install -D @tailwindcss/line-clamp@latest

Added

  • Add support for arbitrary values (#10)

v0.3.1

12 Jan 17:33
Compare
Choose a tag to compare

Fixed

  • Add LICENSE file (#13)

Changed

  • Remove dist folder and related dependencies (#11)

v0.3.0

12 Jan 17:30
ac71ca8
Compare
Choose a tag to compare
  • Add support for Tailwind CSS v3.0+

v0.2.1

24 May 16:49
Compare
Choose a tag to compare

Fixed

  • Mark tailwindcss as a peer-dependency for monorepo support (#6)

v0.2.0

22 Jan 17:22
a8f3b80
Compare
Choose a tag to compare

Small release!

Added

  • Allow using numbers instead of strings in your config (#3)