Skip to content

Commit eca0242

Browse files
v4 changelog (tailwindlabs#13131)
--------- Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
1 parent d288c52 commit eca0242

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [4.0.0-alpha.6] - 2024-03-07
11+
12+
### Fixed
13+
14+
- Only set `border-style` for appropriate border side ([#13124](https://github.com/tailwindlabs/tailwindcss/pull/13124))
15+
16+
### Changed
17+
18+
- Error when `@theme` contains unsupported rules/declarations ([#13125](https://github.com/tailwindlabs/tailwindcss/pull/13125))
19+
20+
## [4.0.0-alpha.5] - 2024-03-06
21+
22+
### Fixed
23+
24+
- Don't scan ignored files even if a `.git` folder is not present ([#13119](https://github.com/tailwindlabs/tailwindcss/pull/13119))
25+
26+
## [4.0.0-alpha.4] - 2024-03-06
27+
28+
### Fixed
29+
30+
- Support importing framework CSS files without including a `.css` extension ([#13110](https://github.com/tailwindlabs/tailwindcss/pull/13110))
31+
32+
## [4.0.0-alpha.3] - 2024-03-06
33+
34+
### Added
35+
36+
- Support putting the important modifier at the beginning of a utility ([#13103](https://github.com/tailwindlabs/tailwindcss/pull/13103))
37+
38+
### Fixed
39+
40+
- Node compatability fix ([#13104](https://github.com/tailwindlabs/tailwindcss/pull/13104))
41+
42+
### Changes
43+
44+
- Drop deprecated `decoration-slice` and `decoration-clone` utilities ([#13107](https://github.com/tailwindlabs/tailwindcss/pull/13107))
45+
46+
## [4.0.0-alpha.2] - 2024-03-06
47+
48+
### Changed
49+
50+
- Move the CLI into a separate `@tailwindcss/cli` package ([#13095](https://github.com/tailwindlabs/tailwindcss/pull/13095))
51+
52+
## [4.0.0-alpha.1] - 2024-03-06

0 commit comments

Comments
 (0)