Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

95 lines (55 loc) · 3.21 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.4.2 - 2022-09-02

Fixed

  • Update TypeScript types (#34)

0.4.1 - 2022-09-01

Added

  • Remove dist folder and related dependencies (#29)
  • Add typescript types (#33)

0.4.0 - 2021-12-09

Added

  • Make sure that Tailwind CSS v3 is in peerDependencies (ae97a25)

0.3.0 - 2021-10-05

Added

  • Support arbitrary values in Tailwind CSS v3.0.0-alpha.1, via the new matchComponents API

0.2.2 - 2021-10-02

Fixed

  • Fix compatibility with Tailwind CSS v3.0.0-alpha.1

0.2.1 - 2021-05-24

Fixed

  • Mark tailwindcss as peer-dependency for better monorepo support (#14)

0.2.0 - 2020-11-16

Changed

  • Prefix custom properties with tw- to match Tailwind CSS v2.0 convention (6802588)

0.1.4 - 2020-11-06

Added

0.1.3 - 2020-11-06

Fixed

  • Remove debugging statements (32d68f5)

0.1.2 - 2020-11-06

Fixed

  • Remove incorrect peer dependencies (d46bf8f)

0.1.1 - 2020-11-06

Fixed

  • Fix entry point so it even works at all (88fd2f1)

0.1.0 - 2020-11-06

Initial release!