Commit Graph

14 Commits

Author SHA1 Message Date
Robin Malfait 922c56e986 0.2.1 - @headlessui/tailwindcss 2024-05-29 16:17:26 +02:00
Janeene Beeforth 3905be67a9 Fix esm compatibility for @headlessui/tailwindcss plugin package (#3051)
* Set @headlessui/tailwindcss module type

The distributed tailwindcss plugin package uses `.js` for esm files, and `.cjs` for commonjs files. This corresponds to `"type": "module"` in the package.json file.

One build script `fix-types.js` was a commonjs script which was breaking this module file naming pattern. Renamed the script to `fix-types.cjs` so that we could then standardise the module type for @headlessui/tailwindcss package as a whole.

* Fix esm import of tailwindcss/plugin

ESM imports need to specify the filename extension when importing individual files.

* update changelog

---------

Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
2024-05-29 16:17:06 +02:00
Jordan Pittman 01a34cb0c4 Update changelog 2023-12-12 15:14:49 -05:00
Robin Malfait 954a3acc9c 0.2.0 - @headlessui/tailwindcss 2023-07-27 16:23:56 +02:00
Robin Malfait 510cb6e177 update changelog 2023-07-27 16:23:12 +02:00
Robin Malfait e644d97e83 update changelog 2023-07-27 16:15:42 +02:00
Robin Malfait 8acbd6e18c 0.1.3 - @headlessui/tailwindcss 2023-04-12 19:05:04 +02:00
Robin Malfait 33088ad8a4 update changelog 2023-04-12 19:04:31 +02:00
Robin Malfait a607e12fd7 update changelog 2023-04-12 18:53:14 +02:00
Robin Malfait 2f0dc8ce0a 0.1.2 - @headlessui/tailwindcss 2022-12-06 09:01:18 +01:00
Robin Malfait 8e1e19f94c Move tailwindcss to devDependencies (#2040)
* move tailwindcss to devDependencies

* update changelog
2022-11-22 11:48:16 +01:00
Robin Malfait d2a0bdb4d4 @headlessui/tailwindcss0.1.1 2022-09-06 16:29:26 +02:00
Robin Malfait 6253aa52b3 Fix bracket order of not variants (#1621)
* fix order of brackets in selector

* setup tests for `@headlessui/tailwindcss`

* update changelog
2022-06-26 00:48:07 +02:00
Robin Malfait d3ed3f5d26 Split CHANGELOG.md into file per package (#1516)
* splitup CHANGELOG.md file

Scope each changelog per package

* simplify CHANGELOG.md files

We don't need to scope them anymore, they are already scoped.
2022-05-28 18:25:41 +02:00