Skip to content

Commit f60b37f

Browse files
authored
Merge branch 'main' into bopm/add-classes-output-switch
2 parents 8ffcb50 + 4de0769 commit f60b37f

23 files changed

+2243
-2802
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @tailwindlabs/engineering

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Bump versions for security vulnerabilities ([#14697](https://github.com/tailwindlabs/tailwindcss/pull/14697))
13+
- Ensure the TypeScript types for the `boxShadow` theme configuration allows arrays ([#14856](https://github.com/tailwindlabs/tailwindcss/pull/14856))
14+
15+
## [3.4.14] - 2024-10-15
16+
17+
### Fixed
18+
19+
- Don't set `display: none` on elements that use `hidden="until-found"` ([#14625](https://github.com/tailwindlabs/tailwindcss/pull/14625))
20+
21+
## [3.4.13] - 2024-09-23
22+
23+
### Fixed
24+
25+
- Improve source glob verification performance ([#14481](https://github.com/tailwindlabs/tailwindcss/pull/14481))
26+
27+
## [3.4.12] - 2024-09-17
28+
29+
### Fixed
30+
31+
- Ensure using `@apply` with utilities that use `@defaults` works with rules defined in the base layer when using `optimizeUniversalDefaults` ([#14427](https://github.com/tailwindlabs/tailwindcss/pull/14427))
32+
33+
## [3.4.11] - 2024-09-11
34+
35+
### Fixed
36+
37+
- Allow `anchor-size(…)` in arbitrary values ([#14393](https://github.com/tailwindlabs/tailwindcss/pull/14393))
1138

1239
## [3.4.10] - 2024-08-13
1340

@@ -2431,7 +2458,11 @@ No release notes
24312458

24322459
- Everything!
24332460

2434-
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...HEAD
2461+
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...HEAD
2462+
[3.4.14]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14
2463+
[3.4.13]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13
2464+
[3.4.12]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12
2465+
[3.4.11]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11
24352466
[3.4.10]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10
24362467
[3.4.9]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9
24372468
[3.4.8]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8

0 commit comments

Comments
 (0)