Skip to content

Releases: tailwindlabs/tailwindcss-forms

v0.5.7

10 Nov 19:42
Compare
Choose a tag to compare

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

v0.5.6

28 Aug 20:42
Compare
Choose a tag to compare

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

v0.5.5

28 Aug 20:39
Compare
Choose a tag to compare

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

v0.5.4

13 Jul 16:34
Compare
Choose a tag to compare

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)

v0.5.3

02 Sep 11:44
Compare
Choose a tag to compare

Fixed

  • Update TypeScript types (#126)

v0.5.2

18 May 13:44
19e4dda
Compare
Choose a tag to compare

Added

  • Add TypeScript type declarations (#118)

v0.5.1

06 May 13:33
Compare
Choose a tag to compare

Fixed

  • Remove duplicate outline property (#116)
  • Fix autoprefixer warning about color-adjust (#115)

v0.5.0

02 Mar 19:30
Compare
Choose a tag to compare

Changed

  • Generate both global styles and classes by default (#71)

v0.4.1

02 Mar 17:49
Compare
Choose a tag to compare

Added

  • Remove dist folder and related dependencies (#96)

Fixed

  • Use addComponents for class strategy (#91)
  • Fix extra height on Safari date/time inputs (#109)

v0.4.0

02 Mar 17:49
e8e01c3
Compare
Choose a tag to compare

This release of @tailwindcss/forms 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/forms@latest:

npm install -D @tailwindcss/forms@latest

Changes

  • Update color palette references for v3 (#83)
  • Don't read outline.none value from config (#89)