Skip to content

Releases: tailwindlabs/tailwindcss-forms

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)

v0.4.0-alpha.2

08 Nov 17:26
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release

v0.4.0 will drop support for Tailwind CSS v2.0 and is intended for use with Tailwind CSS v3.0+.

To upgrade, install @tailwindcss/forms@next:

npm install -D @tailwindcss/forms@next

This is an alpha release, so some things might be broken. I don't know about them otherwise I would have fixed them, but you are gonna find them! So try it, break it, and tell me about it when you do so we can get this thing really battle-tested for a proper v3.0 release in a few weeks.


Changes

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

v0.3.4

28 Sep 18:46
Compare
Choose a tag to compare

Fixed

  • Fix compatibility with optimizeUniversalDefaults experimental feature in Tailwind CSS v2.2 (#81)

v0.3.3

03 Jun 16:52
Compare
Choose a tag to compare

Fixed

  • Fix typo in selector when using class strategy that breaks background colors on checkboxes and radio buttons (#72)

v0.3.2

24 May 16:46
Compare
Choose a tag to compare

Fixed

  • Filter null rules for JIT compatibility (b4c4e03)

v0.3.1

26 Mar 10:34
Compare
Choose a tag to compare

Fixed

  • Use base as default strategy, not class (#61)

v0.3.0

26 Mar 02:16
Compare
Choose a tag to compare

Added

  • Add class strategy for you babies and your custom select and date picker libraries ;) (#39)

v0.2.1

24 Mar 20:05
Compare
Choose a tag to compare

Fixed

  • Fix issue where default checkbox/radio border color took precedence over user border color on focus (d0b9fd9)

v0.2.0

24 Mar 20:05
Compare
Choose a tag to compare

Changed

  • Update form styles to be less opinionated and encourage custom styling (3288709)
  • Update custom property names to match namespaced variables in Tailwind CSS v2.0 (adb9807, bbd8510)