All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Nothing yet!
0.5.9 - 2024-09-05
- Fallback to static chevron color if theme is using variables (#167)
0.5.8 - 2024-08-28
- Support installing with alpha versions of Tailwind CSS v4 (#163)
0.5.7 - 2023-11-10
- Use normal
checkbox
andradio
appearance inforced-colors
mode (#152)
0.5.6 - 2023-08-28
- Fix date time bottom spacing on MacOS Safari (#146)
0.5.5 - 2023-08-22
- Fix text alignment on date and time inputs on iOS (#144)
0.5.4 - 2023-07-13
0.5.3 - 2022-09-02
- Update TypeScript types (#126)
0.5.2 - 2022-05-18
- Add TypeScript type declarations (#118)
0.5.1 - 2022-05-03
0.5.0 - 2022-03-02
- Generate both global styles and classes by default (#71)
0.4.1 - 2022-03-02
- Remove
dist
folder and related dependencies (#96)
0.4.0 - 2021-12-09
0.3.4 - 2021-09-28
- Fix compatibility with
optimizeUniversalDefaults
experimental feature in Tailwind CSS v2.2 (#81)
0.3.3 - 2021-06-03
- Fix typo in selector when using
class
strategy that breaks background colors on checkboxes and radio buttons (#72)
0.3.2 - 2021-03-26
- Filter
null
rules for JIT compatibility (b4c4e03)
0.3.1 - 2021-03-26
- Use
base
as default strategy, notclass
(#61)
0.3.0 - 2021-03-25
- Add
class
strategy for you babies and your custom select and date picker libraries ;) (#39)
0.2.1 - 2020-11-17
- Fix issue where default checkbox/radio border color took precedence over user border color on focus (d0b9fd9)
0.2.0 - 2020-11-16
- 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)
0.1.4 - 2020-11-12
- Fix SVG background images not rendering properly in all browsers (#5)
0.1.3 - 2020-11-12
- Update focus styles to account for changes to
ring
API in latest Tailwind CSS 2.0 alpha (5c16689)
0.1.2 - 2020-11-11
- Work around iOS Safari bug that causes date inputs to render with no height when empty (b98365b)
0.1.1 - 2020-11-11
- Move
tailwindcss
to dependencies, hoping to get it working with Tailwind Play (d625ea1)
0.1.0 - 2020-11-11
Initial release!