-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Comparing changes
Open a pull request
base repository: tailwindlabs/tailwindcss
base: v3.4.1
head repository: tailwindlabs/tailwindcss
compare: v3.4.2
Commits on Jan 9, 2024
-
Ensure max specificity of 0,0,1 for button and input Preflight rules (#…
…12735) * Ensure max specificity of 001 in all Preflight rules * Update changelog * Update changelog --------- Co-authored-by: Adam Wathan <4323180+adamwathan@users.noreply.github.com> Co-authored-by: Jordan Pittman <jordan@cryptica.me>
Configuration menu - View commit details
-
Copy full SHA for 50fa6dd - Browse repository at this point
Copy the full SHA 50fa6ddView commit details -
Split
:has
rules when usingexperimental.optimizeUniversalDefaults
(#12736) * Split `:has` rules when using optimizeUniversalDefaults * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 9e62bf2 - Browse repository at this point
Copy the full SHA 9e62bf2View commit details
Commits on Feb 13, 2024
-
Sort arbitrary properties alphabetically across multiple class lists (#…
…12911) * Sort arbitrary properties alphabetically across multiple files * Update test
Configuration menu - View commit details
-
Copy full SHA for 240a0ad - Browse repository at this point
Copy the full SHA 240a0adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f0f54 - Browse repository at this point
Copy the full SHA 89f0f54View commit details
Commits on Feb 23, 2024
-
Improve glob handling for folders with
(
,)
,[
or]
in the fi……le path (#12715) * sync package-lock.json * modify `normalizePath` to keep `\\[`, `\\]`, `\\(` and `\\)` into account * manually escape () and [] characters in globs * update changelog
Configuration menu - View commit details
-
Copy full SHA for f2a7c2c - Browse repository at this point
Copy the full SHA f2a7c2cView commit details -
Add
mix-blend-plus-darker
utility (#12923)* feat: add plus-darker support for mix-blend-mode * Fix failing test * Update changelog * Formatting --------- Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
Configuration menu - View commit details
-
Copy full SHA for 5767986 - Browse repository at this point
Copy the full SHA 5767986View commit details -
feat: add contain utilities (#12993)
* feat: add contain utilities * chore: lint * Support mulptiple contain properites Support multiple contain properties, such as "contain-size contain-layout". Drop contain-unset as we haven't added -unset variants for other utilities. * Update Vite; fix test regex Vite is generating files like "index--T9oO-MP.css", which required relaxing the regex used in tests. --------- Co-authored-by: Alexander <github@lichter.io>
Configuration menu - View commit details
-
Copy full SHA for 780163c - Browse repository at this point
Copy the full SHA 780163cView commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4429ab8 - Browse repository at this point
Copy the full SHA 4429ab8View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de00a62 - Browse repository at this point
Copy the full SHA de00a62View commit details -
CI: Add provenance to all published packages (#13097)
* CI: Add provenance to all published packages This commit adds provenance for all published packages. See the NPM documentation [0]. Provenance will allow people to verify that the tailwindcss packages were actually built on GH Actions and with the content of the corresponding commit. This will help with supply chain security. For this to work, the `id-token` permission was added only where necessary. [0]: https://docs.npmjs.com/generating-provenance-statements * chore: Add missing repository links to packages This is needed for provenance, to link the repository to the build accoring to the NPM docs [0]. [0]: https://docs.npmjs.com/generating-provenance-statements#prerequisites
Configuration menu - View commit details
-
Copy full SHA for d86fd0b - Browse repository at this point
Copy the full SHA d86fd0bView commit details
Commits on Mar 21, 2024
-
Fix failing integration tests in CI (#13300)
* run prettier on integrations * update media query syntax * drop oxide related workflows * rename `{workflow}-stable` to just `workflow`
Configuration menu - View commit details
-
Copy full SHA for f5408d6 - Browse repository at this point
Copy the full SHA f5408d6View commit details -
Update sass to version 1.72.0 (#13296)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41c90f6 - Browse repository at this point
Copy the full SHA 41c90f6View commit details -
Update rollup to version 4.13.0 (#13279)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a466bc - Browse repository at this point
Copy the full SHA 3a466bcView commit details -
🚨 [security] Update vite 4.3.2 → 5.1.6 (major) (#13287)
* Update vite to version 5.1.6 * Fix regex --------- Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Jordan Pittman <jordan@cryptica.me>
Configuration menu - View commit details
-
Copy full SHA for 3eb8cab - Browse repository at this point
Copy the full SHA 3eb8cabView commit details -
Add missing
workflow_dispatch
(#13302)* add missing `workflow_dispatch` * re-add `ci-stable.yml`, purely to fix a broken badge on npmjs.com * update badge in README to point to `ci.yml` instead of `ci-stable.yml`
Configuration menu - View commit details
-
Copy full SHA for 41e94eb - Browse repository at this point
Copy the full SHA 41e94ebView commit details -
Ensure dashes are allowed in variant modifiers (#13303)
* sync package-lock.json * ensure dashes are allowed in variant modifiers * update changelog
Configuration menu - View commit details
-
Copy full SHA for d56d241 - Browse repository at this point
Copy the full SHA d56d241View commit details -
Cleanup oxide — Part #1 (#13304)
* swap engines * remove all oxide related files * drop swap engine step from CI * drop oxide tests where we read from a `.oxide.*` file * drop swap-engines.js file * drop unused `oxide` variable Let's make eslint happy!
Configuration menu - View commit details
-
Copy full SHA for 9b90c53 - Browse repository at this point
Copy the full SHA 9b90c53View commit details -
Fix crash showing completions in Intellisense when using a custom sep…
…arator (#13306) * Fix variant completions in intellisense when using a custom separator * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 27e4b65 - Browse repository at this point
Copy the full SHA 27e4b65View commit details
Commits on Mar 22, 2024
-
Update esbuild to version 0.20.2 (#13315)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c28c718 - Browse repository at this point
Copy the full SHA c28c718View commit details -
Cleanup oxide — Part #2 (#13312)
* remove all oxide related code * Update lightningcss to version 1.24.1 * update tests to match bumped Lightning CSS output --------- Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 44b3b42 - Browse repository at this point
Copy the full SHA 44b3b42View commit details -
Transpile
import.meta.url
in config files (#13322)* Use Babel to transpile configs when import.meta is present * Update minimum jiti version * Update changelog
Configuration menu - View commit details
-
Copy full SHA for b10b431 - Browse repository at this point
Copy the full SHA b10b431View commit details -
Reset letter spacing for form elements (#13150)
* Reset letter spacing for form elements Some browsers, such as Chrome, set `letter-spacing: normal` for form elements. For consistency with the other styles, it should be set to `inherit` by Preflight. * wip * Update changelog --------- Co-authored-by: Jordan Pittman <jordan@cryptica.me>
Configuration menu - View commit details
-
Copy full SHA for ea90d3a - Browse repository at this point
Copy the full SHA ea90d3aView commit details -
Fix missing
xx-large
and remove doublex-large
absolute size (#13324Configuration menu - View commit details
-
Copy full SHA for a53d854 - Browse repository at this point
Copy the full SHA a53d854View commit details
Commits on Mar 23, 2024
-
Remove leading space in
box-shadow
'saddDefaults
call (#13334)Co-authored-by: Jordan Pittman <jordan@cryptica.me>
Configuration menu - View commit details
-
Copy full SHA for 3ba51d1 - Browse repository at this point
Copy the full SHA 3ba51d1View commit details -
Only detect nesting when using
@apply
(#13325)* drop nesting detection for `@tailwind` * drop separate nesting detection entirely * detect nesting only when using `@apply` with a class that uses nesting * drop unnecessary `important` config * add test to verify applying nested user CSS errors * add error reason to tests * update `@apply` error message
Configuration menu - View commit details
-
Copy full SHA for bda8421 - Browse repository at this point
Copy the full SHA bda8421View commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c033f10 - Browse repository at this point
Copy the full SHA c033f10View commit details
Commits on Mar 26, 2024
-
Ensure that arbitrary properties respect
important
configuration (#……13353) * ensure we respect important on arbitrary properties * update changelog * reword changelog entry
Configuration menu - View commit details
-
Copy full SHA for 97607f1 - Browse repository at this point
Copy the full SHA 97607f1View commit details
Commits on Mar 27, 2024
-
Change dark selector so
@apply
works correctly with pseudo elements (……#13379) * Change dark selector so `@apply` hoists pseudo elements properly * Update tests * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 8b4a2a6 - Browse repository at this point
Copy the full SHA 8b4a2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8430d8b - Browse repository at this point
Copy the full SHA 8430d8bView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.