Skip to content

Releases: tailwindlabs/tailwindcss-forms

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)

v0.1.4

16 Nov 19:33
Compare
Choose a tag to compare

Fixed

  • Fix SVG background images not rendering properly in all browsers (#5)

v0.1.3

16 Nov 19:33
Compare
Choose a tag to compare

Changed

  • Update focus styles to account for changes to ring API in latest Tailwind CSS 2.0 alpha (5c16689)