Skip to content

Latest commit

 

History

History
173 lines (101 loc) · 6.74 KB

CHANGELOG.md

File metadata and controls

173 lines (101 loc) · 6.74 KB

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.

  • Nothing yet!

0.5.7 - 2023-11-10

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

0.5.6 - 2023-08-28

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

0.5.5 - 2023-08-22

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

0.5.4 - 2023-07-13

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)

0.5.3 - 2022-09-02

Fixed

  • Update TypeScript types (#126)

0.5.2 - 2022-05-18

Added

  • Add TypeScript type declarations (#118)

0.5.1 - 2022-05-03

Fixed

  • Remove duplicate outline property (#116)
  • Fix autoprefixer warning about color-adjust (#115)

0.5.0 - 2022-03-02

Changed

  • Generate both global styles and classes by default (#71)

0.4.1 - 2022-03-02

Added

  • Remove dist folder and related dependencies (#96)

Fixed

  • Use addComponents for class strategy (#91)
  • Fix extra height on Safari date/time inputs (#109)

0.4.0 - 2021-12-09

Changed

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

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, not class (#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!