-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency tailwindcss to v1.9.6 - abandoned #13
base: master
Are you sure you want to change the base?
Conversation
023af32
to
878c33c
Compare
29db87c
to
2d2d787
Compare
2d2d787
to
a4e38a0
Compare
a4e38a0
to
ad3aef8
Compare
ad3aef8
to
b379b69
Compare
b379b69
to
0c26ca3
Compare
0c26ca3
to
1acb1f0
Compare
1acb1f0
to
ed2c48e
Compare
ed2c48e
to
1259bb4
Compare
1259bb4
to
cc42cff
Compare
cc42cff
to
9d9952c
Compare
9d9952c
to
2e3e0d8
Compare
2e3e0d8
to
aee85e5
Compare
aee85e5
to
db406c1
Compare
db406c1
to
033e502
Compare
f06b344
to
71e00ea
Compare
71e00ea
to
57e8292
Compare
57e8292
to
f921390
Compare
fba9ca2
to
a198e00
Compare
a198e00
to
4f4b740
Compare
6096bbf
to
897410b
Compare
897410b
to
bc13ed9
Compare
bc13ed9
to
b5d0616
Compare
b5d0616
to
4ea2266
Compare
4ea2266
to
a37d991
Compare
a37d991
to
cb2e3f3
Compare
cb2e3f3
to
094571a
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. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
1.4.6
->1.9.6
Release Notes
tailwindlabs/tailwindcss
v1.9.6
Compare Source
Changed
The
presets
feature had unexpected behavior where a preset config without its ownpresets
key would not extend the default config. (#2662)If you were depending on this unexpected behavior, just add
presets: []
to your own preset to exclude the default configuration.v1.9.5
Compare Source
Fixed
theme
with default line-heights did not resolve correctlyv1.9.4
Compare Source
Fixed
withOptions
API would not trigger rebuilds in watch processesv1.9.3
Compare Source
Fixed
tailwindcss init --full
scaffolded a corrupt config file (https://github.com/tailwindlabs/tailwindcss/issues/2556)Changed
v1.9.2
Compare Source
Fixed
word-wrap
andoverflow-wrap
together, not one or the other sinceword-wrap
is IE-onlyv1.9.1
Compare Source
Fixed
corePlugins
inresolveConfig
to avoid bundling browser-incompatible code (#2548)v1.9.0
Compare Source
Added
presets
config option (#2474)tailwind.config.js
files with availablefuture
flags commented out (#2379)col-span-full
androw-span-full
(#2471)outline
configurable,outline-none
more accessible by default, and addoutline-black
andoutline-white
(#2460)rotate
andskew
values (#2528)xl
,2xl
, and3xl
border radius values (#2529)grid-auto-columns
andgrid-auto-rows
(#2531)defaultLineHeights
andstandardFontWeights
from experimental to futureFixed
word-wrap
instead ofoverflow-wrap
inie11
target mode (#2391)Experimental
2xl
breakpoint (#2468){u}-max-content
and{u}-min-content
utilities to{u}-max
and{u}-min
in experimental extended spacing scale (#2532)v1.8.13
Compare Source
Fixed
v1.8.12
Compare Source
Fixed
v1.8.11
Compare Source
tailwindcss.plugin
work in ESM environments for reasonsv1.8.10
Compare Source
Fixed
dark
experiment from causing third-partydark
variants to inherit stacking behavior (#2382)v1.8.9
Compare Source
Fixed
extendedSpacingScale
experiment (#2358)!important
was stripped from declarations within rules that used@apply
withapplyComplexClasses
(#2376)Changed
future
section to config stubs (#2372, 3090b98)v1.8.8
Compare Source
Fixed
resolveConfig
code path (#2368)v1.8.7
Compare Source
Fixed
class=\"block\"
) weren't extracted properly for purging (#2364)v1.8.6
Compare Source
Fixed
v1.8.5
Compare Source
Fixed
resolveConfig
didn't take into account configs added by feature flags (#2347)v1.8.4
Compare Source
Fixed
@apply
when using theapplyComplexClasses
experiment (#2271)Changed
font-hairline
andfont-thin
tofont-thin
andfont-extralight
behindstandardFontWeights
flag (experimental until v1.9.0) (#2333)v1.8.3
Compare Source
Fixed
font-variant-numeric
utilities would break in combination with most CSS minifier configurations (f3660ce)conservative
purge mode being deprecated once per process (58781b5)v1.8.2
Compare Source
Fixed
plugins
array in your config (#2322)v1.8.1
Compare Source
Fixed
v1.8.0
Compare Source
Added
preserveHtmlElements
option forpurge
(#2283)layers
mode forpurge
(#2288)font-variant-numeric
utilities (#2305)place-items
,place-content
,place-self
,justify-items
, andjustify-self
utilities (#2306)Changed
@layer
at-rules are now grouped with the corresponding@tailwind
at-rule (#2312)Deprecated
conservative
purge mode, deprecated in favor oflayers
v1.7.6
Compare Source
Fixed
@apply
implementation broke when applying a variant class with the important option globally enabledv1.7.5
Compare Source
Changed
v1.7.4
Compare Source
Added
postcss.config.js
fileChanged
@apply
insensitive to whitespace in the newapplyComplexClasses
experimentFixed
applyComplexClasses
experiment didn't behave as expected with rules with multiple selectors, like.foo, .bar { color: red }
v1.7.3
Compare Source
Changed
Fixed
gradientColorStops
plugin was enabledv1.7.2
Compare Source
Added
v1.7.1
Compare Source
Changed
v1.7.0
Compare Source
Added
contents
display utility@apply
with variants and other complex classes (experimental)Deprecated
v1.6.3
Compare Source
Fixed
v1.6.2
Compare Source
Fixed
@keyframes
respecting the important option would break animations in Chromev1.6.1
Compare Source
Fixed
v1.6.0
Compare Source
Added
prefers-reduced-motion
variantsoverscroll-behaviour
utilitiesv1.5.2
Compare Source
Fixed
@apply
with unprefixed class names if you had configured a prefixv1.5.1
Compare Source
Fixed
v1.5.0
Compare Source
Added
variants
supportcontainer
variantsfocus-visible
variantchecked
variantConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.