Releases: tailwindlabs/tailwindcss-forms
Releases · tailwindlabs/tailwindcss-forms
v0.4.1
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
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
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
Fixed
- Fix compatibility with
optimizeUniversalDefaults
experimental feature in Tailwind CSS v2.2 (#81)
v0.3.3
Fixed
- Fix typo in selector when using
class
strategy that breaks background colors on checkboxes and radio buttons (#72)
v0.3.2
Fixed
- Filter
null
rules for JIT compatibility (b4c4e03)
v0.3.1
Fixed
- Use
base
as default strategy, not class
(#61)
v0.3.0
Added
- Add
class
strategy for you babies and your custom select and date picker libraries ;) (#39)
v0.2.1
Fixed
- Fix issue where default checkbox/radio border color took precedence over user border color on focus (d0b9fd9)
v0.2.0
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)