34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
- Nothing yet!
|
|
|
|
## [0.1.2] - 2022-12-06
|
|
|
|
### Fixed
|
|
|
|
- Move `tailwindcss` to `devDependencies` ([#2040](https://github.com/tailwindlabs/headlessui/pull/2040))
|
|
|
|
## [0.1.1] - 2022-09-06
|
|
|
|
### Fixed
|
|
|
|
- Fix bracket order of `not` variants ([#1621](https://github.com/tailwindlabs/headlessui/pull/1621))
|
|
|
|
## [0.1.0] - 2022-05-24
|
|
|
|
### Added
|
|
|
|
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
|
|
|
|
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/tailwindcss@v0.1.2...HEAD
|
|
[0.1.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/tailwindcss@v0.1.1...@headlessui/tailwindcss@v0.1.2
|
|
[0.1.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/tailwindcss@v0.1.0...@headlessui/tailwindcss@v0.1.1
|
|
[0.1.0]: https://github.com/tailwindlabs/headlessui/releases/tag/@headlessui/tailwindcss@v0.1.0
|