fd22b0bf58
V2 (Laravel re-make)
4.2 KiB
4.2 KiB
Changelog
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.
Unreleased
- Nothing yet!
0.4.0 - 2021-12-09
Changed
0.3.4 - 2021-09-28
Fixed
- Fix compatibility with
optimizeUniversalDefaults
experimental feature in Tailwind CSS v2.2 (#81)
0.3.3 - 2021-06-03
Fixed
- Fix typo in selector when using
class
strategy that breaks background colors on checkboxes and radio buttons (#72)
0.3.2 - 2021-03-26
Fixed
- Filter
null
rules for JIT compatibility (b4c4e03)
0.3.1 - 2021-03-26
Fixed
- Use
base
as default strategy, notclass
(#61)
0.3.0 - 2021-03-25
Added
- Add
class
strategy for you babies and your custom select and date picker libraries ;) (#39)
0.2.1 - 2020-11-17
Fixed
- Fix issue where default checkbox/radio border color took precedence over user border color on focus (d0b9fd9)
0.2.0 - 2020-11-16
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)
0.1.4 - 2020-11-12
Fixed
- Fix SVG background images not rendering properly in all browsers (#5)
0.1.3 - 2020-11-12
Changed
- Update focus styles to account for changes to
ring
API in latest Tailwind CSS 2.0 alpha (5c16689)
0.1.2 - 2020-11-11
Fixed
- Work around iOS Safari bug that causes date inputs to render with no height when empty (b98365b)
0.1.1 - 2020-11-11
Changed
- Move
tailwindcss
to dependencies, hoping to get it working with Tailwind Play (d625ea1)
0.1.0 - 2020-11-11
Initial release!