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
- Update TypeScript types (#34)
0.4.1 - 2022-09-01
0.4.0 - 2021-12-09
- Make sure that Tailwind CSS v3 is in peerDependencies (ae97a25)
0.3.0 - 2021-10-05
- Support arbitrary values in Tailwind CSS v3.0.0-alpha.1, via the new
matchComponents
API
0.2.2 - 2021-10-02
- Fix compatibility with Tailwind CSS v3.0.0-alpha.1
0.2.1 - 2021-05-24
- Mark
tailwindcss
as peer-dependency for better monorepo support (#14)
0.2.0 - 2020-11-16
- Prefix custom properties with
tw-
to match Tailwind CSS v2.0 convention (6802588)
0.1.4 - 2020-11-06
- Add
aspect-none
clas (73b57ef)
0.1.3 - 2020-11-06
- Remove debugging statements (32d68f5)
0.1.2 - 2020-11-06
- Remove incorrect peer dependencies (d46bf8f)
0.1.1 - 2020-11-06
- Fix entry point so it even works at all (88fd2f1)
0.1.0 - 2020-11-06
Initial release!