-
-
Notifications
You must be signed in to change notification settings - Fork 263
Bump Tailwind CSS #910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Bump Tailwind CSS #910
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Netlify deploy preview |
6ddaa6f to
a699a09
Compare
a699a09 to
d1f5048
Compare
d1f5048 to
1be86ce
Compare
1be86ce to
bc4166a
Compare
bc4166a to
cfd9fd3
Compare
cfd9fd3 to
cbbfa9d
Compare
cbbfa9d to
c42f4cc
Compare
c42f4cc to
2c1d1c5
Compare
2c1d1c5 to
d6cddc0
Compare
✅ Deploy Preview for base-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
d6cddc0 to
986eb84
Compare
eee3218 to
3a49e6d
Compare
3a49e6d to
35afee5
Compare
35afee5 to
2a78f32
Compare
c5e503f to
9d5ff33
Compare
9d5ff33 to
be3353f
Compare
be3353f to
2147ba0
Compare
2147ba0 to
2931791
Compare
2931791 to
ec7db6f
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
michaldudak
approved these changes
Feb 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0-beta.2->4.0.3^0.6.9->^0.6.114.0.0-beta.2->4.0.3Release Notes
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.0.3Compare Source
Fixed
@import url();(#16144)v4.0.2Compare Source
Fixed
grid-cols-*andgrid-rows-*utilities (#16020)@referenceor@variant(#16057)<style>blocks in HTML files (#16069)@keyframesin@theme reference(#16120)@variantwhen at the top-level of a stylesheet (#16129)v4.0.1Compare Source
Added
:openpseudo-class in existingopenvariant (#15349)Fixed
min-w/h-noneutilities (#15845)nonemodifier have a line-height set e.g.text-sm/none(#15921)--spacingvariable (#15857)@tailwindcss/browserdoes not pollute the global namespace (#15978)tailwind-mergeis not scanned when using the Vite plugin (#16005)/directory (#15988)leading-[1]toleading-none(#16004)v4.0.0Compare Source
Added
@property, andcolor-mix().color-scheme,field-sizing, complex shadows,inert, and more.Start using Tailwind CSS v4.0 today by installing it in a new project, or playing with it directly in the browser on Tailwind Play.
For existing projects, we've published a comprehensive upgrade guide and built an automated upgrade tool to get you on the latest version as quickly and painlessly as possible.
For a deep-dive into everything that's new, check out the announcement post.
v4.0.0-beta.10Compare Source
Added
@variantto use variants in your CSS (#15663)outline-colorwhen transitioning colors (#15690)Fixed
mainandbrowserfields for@tailwindcss/browser(#15594)*in theme namespace syntax (e.g.:--color-\*: initial;) (#15603)@themeoptions when resolving values in custom functional utilities (#15623)data-checked-[selected=1]:*) (#15629)-outline-offset-*utilities are suggested in IntelliSense (#15646)stdoutwhen--outputis set to-or omitted with@tailwindcss/cli(#15656)not-*from being used with variants that have multiple sibling rules (#15689)--spacing(…)to prevent ambiguity (#15596)Changed
--alpha(color / 50%)syntax instead of--alpha(color, 50%)(#15665)@variantto@custom-variant(#15663)outline-hiddento setoutline-style: noneexcept in forced colors mode (#15690)v4.0.0-beta.9Compare Source
Added
@tailwindcss/browserpackage to run Tailwind CSS in the browser (#15558)@reference "…"API as a replacement for the previous@import "…" referenceoption (#15565)--spacing(…),--alpha(…), and--theme(…)CSS functions (#15572)Fixed
place-content-between,place-content-around, andplace-content-evenlyutilities (#15440)bg-roundandbg-spaceutilities tobg-repeat-roundtobg-repeat-space(#15462)inset-shadow-*suggestions in IntelliSense (#15471)](#15503)@applyrules are processed in the correct order (#15542)@utility(#15573)@keyframescontributed by JavaScript plugins when using@referenceimports (#15581)shadowinfilter: 'drop-shadow(…)') (#15566)theme(spacing.2)to--spacing(2)(#15579)theme(…)to--theme(…)(#15579)Changed
--container-prosein favor of a deprecated--max-width-prosetheme variable so that*-proseis only available for max-width utilities and only for backward compatibility (#15439)<style>blocks (#15436)@propertyfallback rules for Firefox (#15622)v4.0.0-beta.8Compare Source
Fixed
Symbol.disposeandSymbol.asyncDisposeare polyfilled (#15404)v4.0.0-beta.7Compare Source
Added
tailwindcss/lib/util/flattenColorPalettefor backward compatibility (#15318)Fixed
@tailwindcss/postcsson Windows (#15321)shadow-nonesuggestion in IntelliSense (#15342)-webkit-background-clip: text) (#15389)Changed
--aspect-ratio-*theme key to--aspect-*(#15365)aspect-videoutility from theme (#15365)v4.0.0-beta.6Compare Source
Fixed
@import "…" referencenever generates utilities (#15307)v4.0.0-beta.5Compare Source
Added
@import "…" referenceoption for importing Tailwind CSS configuration details into another CSS entry point without duplicating CSS (#15228)@tailwindcss/postcssby translating between internal data structures and PostCSS nodes directly without additional parsing or stringification (#15297)Fixed
@tailwindcss/vite(#15275)@tailwindcss/vite(#15274)@tailwindcss/vitein Vite 6 projects (#15274)@tailwindcss/vite(#15279)@tailwindcss/postcss(#15273)@tailwindcss/postcssextension (#15273)@containersuggestion in IntelliSense (#15288)v4.0.0-beta.4Compare Source
Fixed
@tailwind utilitiesis present in the CSS in@tailwindcss/postcssand@tailwindcss/vite(#15226)@tailwindcss/postcssand@tailwindcss/vite(#15226)overflow-cliputility (#15244)backdrop-blurtobackdrop-blur-smandbackdrop-blur-smtobackdrop-blur-xs(#15242)v4.0.0-beta.3Compare Source
Fixed
.groupand.peerare prefixed when using theprefix(…)option (#15174)--spacing-*variables take precedence over--container-*variables (#15180)translate-*utilities work with arbitrary values that usecalc(…)(#15215)calc(…)(#15215).groupand.peerclasses (#15208)Changed
layer(…)in@importis not first in the list of functions/conditions (#15109)tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.11Compare Source
v0.6.10Compare Source
@zackad/prettier-plugin-twig(#327)@zackad/prettier-plugin-twig-melody(#327)Configuration
📅 Schedule: Branch creation - "on the first day of the month before 4:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.