mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update changelog
This commit is contained in:
parent
b27608557a
commit
50cdd3bb74
11
CHANGELOG.md
11
CHANGELOG.md
@ -45,6 +45,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Set default font on `body`, not just `html` ([#2643](https://github.com/tailwindlabs/tailwindcss/pull/2643))
|
||||
- Automatically prefix keyframes and animation names when a prefix is configured ([#2621](https://github.com/tailwindlabs/tailwindcss/pull/2621), [#2641](https://github.com/tailwindlabs/tailwindcss/pull/2641))
|
||||
|
||||
## [1.9.6]
|
||||
|
||||
### Changed
|
||||
|
||||
- The `presets` feature had unexpected behavior where a preset config without its own `presets` key would not extend the default config. ([#2662](https://github.com/tailwindlabs/tailwindcss/pull/2662))
|
||||
|
||||
If you were depending on this unexpected behavior, just add `presets: []` to your own preset to exclude the default configuration.
|
||||
|
||||
## [1.9.5]
|
||||
|
||||
### Fixed
|
||||
@ -1036,7 +1044,8 @@ No release notes
|
||||
|
||||
- Everything!
|
||||
|
||||
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.5...HEAD
|
||||
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.6...HEAD
|
||||
[1.9.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.5...v1.9.6
|
||||
[1.9.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.4...v1.9.5
|
||||
[1.9.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.3...v1.9.4
|
||||
[1.9.3]: https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user