-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
chore(deps): update dependency tailwindcss to v4.0.0-beta.8 #537
base: main
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for ice-tw canceled.
|
Deploying weapp-tailwindcss with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #537 +/- ##
=======================================
Coverage 90.78% 90.78%
=======================================
Files 76 76
Lines 5384 5384
Branches 595 595
=======================================
Hits 4888 4888
Misses 495 495
Partials 1 1 ☔ View full report in Codecov by Sentry. |
5505da9
to
6145b43
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
4.0.0-alpha.31
->4.0.0-beta.8
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tailwindlabs/tailwindcss (tailwindcss)
v4.0.0-beta.8
Compare Source
Fixed
Symbol.dispose
andSymbol.asyncDispose
are polyfilled (#15404)v4.0.0-beta.7
Compare Source
Added
tailwindcss/lib/util/flattenColorPalette
for backward compatibility (#15318)Fixed
@tailwindcss/postcss
on Windows (#15321)shadow-none
suggestion in IntelliSense (#15342)-webkit-background-clip: text
) (#15389)Changed
--aspect-ratio-*
theme key to--aspect-*
(#15365)aspect-video
utility from theme (#15365)v4.0.0-beta.6
Compare Source
Fixed
@import "…" reference
never generates utilities (#15307)v4.0.0-beta.5
Compare Source
Added
@import "…" reference
option for importing Tailwind CSS configuration details into another CSS entry point without duplicating CSS (#15228)@tailwindcss/postcss
by translating between internal data structures and PostCSS nodes directly without additional parsing or stringification (#15297)Fixed
@tailwindcss/vite
(#15275)@tailwindcss/vite
(#15274)@tailwindcss/vite
in Vite 6 projects (#15274)@tailwindcss/vite
(#15279)@tailwindcss/postcss
(#15273)@tailwindcss/postcss
extension (#15273)@container
suggestion in IntelliSense (#15288)v4.0.0-beta.4
Compare Source
Fixed
@tailwind utilities
is present in the CSS in@tailwindcss/postcss
and@tailwindcss/vite
(#15226)@tailwindcss/postcss
and@tailwindcss/vite
(#15226)overflow-clip
utility (#15244)backdrop-blur
tobackdrop-blur-sm
andbackdrop-blur-sm
tobackdrop-blur-xs
(#15242)v4.0.0-beta.3
Compare Source
Fixed
.group
and.peer
are 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).group
and.peer
classes (#15208)Changed
layer(…)
in@import
is not first in the list of functions/conditions (#15109)v4.0.0-beta.2
Compare Source
Fixed
--letter-spacing
values for custom font size utilities (#15099)space-x/y-*
anddivide-x/y-*
with variants can undospace-x/y-reverse
anddivide-x/y-reverse
(#15094)break-keep
utility (#15108)h1
) when scanning files (#15110)layer(…)
as the first param to@import
(#15102)Changed
v4.0.0-beta.1
Compare Source
Added
opacity
theme values when migrating to CSS (#15067)Fixed
opacity
theme values configured as decimal numbers via JS config files work with color utilities (#15067)decoration-clone
,decoration-slice
,overflow-ellipsis
,flex-grow-*
, andflex-shrink-*
(#15069)color
in the form reset snippet (#15064)v4.0.0-alpha.36
Compare Source
Added
group-[]:flex
toin-[.group]:flex
(#15054)ring
toring-3
(#15063)Fixed
in-*
that use the child combinator instead of the descendant combinator (#15054)Changed
v4.0.0-alpha.35
Compare Source
Added
max-w-screen-*
utilities that read from the--breakpoint
namespace as deprecated utilities (#15013)var(…)
by using parentheses instead of square brackets (e.g.bg-(--my-color)
) (#15020)in-*
variant (#15025)@tailwindcss/forms
,@tailwindcss/typography
, and@tailwindcss/aspect-ratio
with the standalone CLI (#15028)addUtilities()
andaddComponents()
to work with child combinators and other complex selectors (#15029)<alpha-value>
in JS configs and plugins (#15033)transition-discrete
andtransition-normal
utilities fortransition-behavior
(#15051)[&>*]
to the*
variant (#15022)[&_*]
to the**
variant (#15022)<alpha-value>
in JS configs (#15033)Fixed
flex
is suggested (#15014)cjs
-only andesm
-only plugins (#15041)calc(…)
on just values for negative-rotate-*
utilities, not on therotateX/Y/Z(…)
functions themselves (#15044)@config
(#15001)@import "https://fonts.google.com"
) (#15040)url(…)
(e.g.:@import url("https://fonts.google.com")
) (#15040)resolveJsId
when resolvingtailwindcss/package.json
(#15041)Changed
--opacity-*
theme values (#14278)v4.0.0-alpha.34
Compare Source
Added
0.25
by default (#14980)container
component as a utility (#14993, #14999)container
component configuration to CSS (#14999)Fixed
<style>
blocks always run the expected Svelte processors when using the Vite extension (#14981)blur
,rounded
, orshadow
(#14979)@config
is injected in nearest common ancestor stylesheet (#14989)layer(…)
to imports above Tailwind directives (#14982)v4.0.0-alpha.33
Compare Source
Fixed
calc()
with invalid values for bare values that aren't integers in spacing utilities (#14962)v4.0.0-alpha.32
Compare Source
Added
--spacing
theme value (#14857)svh
,dvh
,svw
,dvw
, andauto
values to all width/height/size utilities (#14857)**
variant (#14903)<style>
blocks inside Svelte files when using the Vite extension (#14151)grid-cols-[subgrid]
andgrid-rows-[subgrid]
togrid-cols-subgrid
andgrid-rows-subgrid
(#14840)shadow
toshadow-sm
,shadow-sm
toshadow-xs
, andshadow-xs
toshadow-2xs
(#14875)inset-shadow
toinset-shadow-sm
,inset-shadow-sm
toinset-shadow-xs
, andinset-shadow-xs
toinset-shadow-2xs
(#14875)drop-shadow
todrop-shadow-sm
anddrop-shadow-sm
todrop-shadow-xs
(#14875)rounded
torounded-sm
androunded-sm
torounded-xs
(#14875)blur
toblur-sm
andblur-sm
toblur-xs
(#14875)theme()
usage and JS config files to use the new--spacing
multiplier where possible (#14905)Fixed
@tailwindcss/postcss
(#14829)@source
containing..
(#14831)data-focus:flex
anddata-active:flex
) (#14835)--inset-ring=*
and--inset-shadow-*
variables are ignored byinset-*
utilities (#14855)url(…)
containing special characters such as;
or{}
end up in one declaration (#14879)url()
inside imported CSS files when using Vite (#14877):deep()
in Vue) (#14871)theme()
function handles newlines and tabs in its arguments list (#14917)--inset-shadow-*
when unsetting keys like--inset-*
(#14906)px
ortranslate-y
) don't generate CSS (#14911)@
(#14793)@tailwindcss/postcss
next totailwindcss
(#14830),
separator when print arbitrary values (#14838)theme(…/15%)
to modifier unless it is the entire arbitrary value of a utility (#14922),
togrid-cols-*
,grid-rows-*
, andobject-*
values (#14927)Changed
--drop-shadow-none
from the default theme in favor of a staticdrop-shadow-none
utility (#14847)shadow
toshadow-sm
,shadow-sm
toshadow-xs
, andshadow-xs
toshadow-2xs
(#14849)inset-shadow
toinset-shadow-sm
,inset-shadow-sm
toinset-shadow-xs
, andinset-shadow-xs
toinset-shadow-2xs
(#14849)drop-shadow
todrop-shadow-sm
anddrop-shadow-sm
todrop-shadow-xs
(#14849)rounded
torounded-sm
androunded-sm
torounded-xs
(#14849)blur
toblur-sm
andblur-sm
toblur-xs
(#14849)leading-*
utilites from--spacing-*
scale (#14857)--transition-timing-function-linear
from the default theme in favor of a staticease-linear
utility (#14880)--spacing-*
scale in favor of--spacing
multiplier (#14857)var(…)
fallbacks from theme values in utilities (#14881)font-weight
utilities and add--font-weight-*
values to the default theme (#14883)--transition-timing-function-*
variables to--ease-*
(#14886)--width-*
variables to--container-*
(#14898)--font-size-*
variables to--text-*
(#14909)--font-family-*
variables to--font-*
(#14885)--letter-spacing-*
variables to--tracking-*
(#14921)--line-height-*
variables to--leading-*
(#14925)*
variant to match v3 behavior (#14920)outline-none
withoutline-hidden
, add new simplifiedoutline-none
utility (#14926)shadow-inner
utility (#14933)--leading-none
from the default theme in favor of a staticleading-none
utility (#14934)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.