-
Notifications
You must be signed in to change notification settings - Fork 0
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 v2.2.19 #28
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/tailwindcss-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tlhfckoctbcr/the-scout-law/9Lx1sCNNQTbcde876RsFKivNfHPp |
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
June 2, 2021 14:12
edf96ea
to
acdd0b2
Compare
renovate
bot
changed the title
Update dependency tailwindcss to v2.1.3
Update dependency tailwindcss to v2.1.4
Jun 2, 2021
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
June 17, 2021 16:52
acdd0b2
to
de14850
Compare
renovate
bot
changed the title
Update dependency tailwindcss to v2.1.4
Update dependency tailwindcss to v2.2.0
Jun 17, 2021
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
June 18, 2021 14:24
de14850
to
e1bbaca
Compare
renovate
bot
changed the title
Update dependency tailwindcss to v2.2.0
Update dependency tailwindcss to v2.2.1
Jun 18, 2021
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
June 18, 2021 15:59
e1bbaca
to
fcd70b6
Compare
renovate
bot
changed the title
Update dependency tailwindcss to v2.2.1
Update dependency tailwindcss to v2.2.2
Jun 18, 2021
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
June 23, 2021 19:44
fcd70b6
to
5a28775
Compare
renovate
bot
changed the title
Update dependency tailwindcss to v2.2.2
Update dependency tailwindcss to v2.2.4
Jun 23, 2021
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
October 18, 2021 23:04
5a28775
to
75f6806
Compare
renovate
bot
changed the title
Update dependency tailwindcss to v2.2.4
Update dependency tailwindcss to v2.2.17
Oct 18, 2021
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
March 7, 2022 11:54
75f6806
to
6958f32
Compare
renovate
bot
changed the title
Update dependency tailwindcss to v2.2.17
Update dependency tailwindcss to v2.2.19
Mar 7, 2022
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
September 25, 2022 15:32
6958f32
to
2f7cb1d
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/tailwindcss-2.x
branch
from
November 20, 2022 12:39
2f7cb1d
to
8d148eb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.1.2
->2.2.19
Release Notes
tailwindlabs/tailwindcss
v2.2.19
Compare Source
Fixed
corePlugins
order is consistent in AOT mode (#5928)v2.2.18
Compare Source
Fixed
v2.2.17
Compare Source
Fixed
awaitWriteFinish
setting to avoid occasional stale builds on Windows (#5758)v2.2.16
Compare Source
Fixed
v2.2.15
Compare Source
Fixed
-i
for input file continues to work even though deprecated (#5464)v2.2.14
Compare Source
Fixed
@defaults
in JIT, switch back toclean-css
in case there's any meaningful differences in the output (bf248cb)v2.2.13
Compare Source
Fixed
clean-css
withcssnano
for CDN builds to fix minified builds (75cc3ca)v2.2.12
Compare Source
Fixed
v2.2.11
Compare Source
Fixed
v2.2.10
Compare Source
Fixed
presets: []
in config file (#4903)Added
optimizeUniversalDefaults
flag (a9e160c)v2.2.9
Compare Source
Fixed
@apply
ing utilities that contain variants + the important modifier (#4854)clean-css
to v5.1.4 to fix empty CSS variables in CDN builds (#5338)v2.2.8
Compare Source
Fixed
@apply
(#5249)object-position
utilities (#5245)v2.2.7
Compare Source
Fixed
v2.2.6
Compare Source
Fixed
v2.2.5
Compare Source
Added
self-baseline
utility (I know this is a patch release, no one's going to die relax) (#5000)Changed
JIT: Optimize universal selector usage by inlining only the relevant selectors (#4850))
This provides a very significant performance boost on pages with a huge number of DOM nodes, but there's a chance it could be a breaking change in very rare edge cases we haven't thought of. Please open an issue if anything related to shadows, rings, transforms, filters, or backdrop-filters seems to be behaving differently after upgrading.
Fixed
step-start
andstep-end
in animation utilities (#4795))!*
in templates from ruining everything (#4816))@layer
rules being mistakenly inserted during incremental rebuilds (#4853))[hidden]
works as expected on elements where we override the defaultdisplay
value in Preflight (#4873)backdropOpacity
utilities (#4892)v2.2.4
Compare Source
Fixed
postinstall
script that was preventing people from installing the library (1eacfb9)v2.2.3
Compare Source
Added
npx tailwindcss
(359252c)Fixed
-
is used as a custom separator (#4704)~
when stackingpeer-*
variants (#4757)purge
if provided on the CLI (#4772)resolveConfig
not being importable in Next.js pages (#4725)v2.2.2
Compare Source
Fixed
transform
,filter
, andbackdrop-filter
classes purely to create stacking contexts to minimize the impact of the breaking change (#4700)v2.2.1
Compare Source
Fixed
corePlugins
order is consistent in AOT mode (#5928)v2.2.0
Compare Source
Changed
JIT: Use "tracking" context by default instead of "watching" context for improved reliability with most bundlers (#4514)
Depending on which tooling you use, you may need to explicitly set
TAILWIND_MODE=watch
until your build runner has been updated to support PostCSS'sdir-dependency
message type.Added
background-origin
utilities (#4117)@apply
performance in projects that process many CSS sources (#3178)matchUtilities
API to make it more suitable for third-party use (#4232)raw
syntax inpurge
config (#4272)empty
variant (#3298)modern-normalize
to v1.1 (#4287)theme
function internally, removepostcss-functions
dependency (#4317)screen
function to improve nesting plugin compatibility (#4318)@tailwind variants
directive to replace@tailwind screens
(#4356)dir-dependency
messages inTAILWIND_DISABLE_TOUCH
mode (#4388)before
andafter
pseudo-element variants andcontent
utilities (#4461)transform
andextract
APIs to simplify PurgeCSS/JIT customization (#4469)caret-color
utilities (#4499)lightBlue
tosky
, emit console warning when using deprecated name (#4513)--watch
mode, and more (#4526, 4558)peer-*
variants for styling based on sibling state (#4556)safelist
as a top-level option underpurge
for both JIT and classic engines (#4580)transform
class when using classes likescale-*
,rotate-*
, etc. (#4604)filter
andbackdrop-filter
classes when using classes likecontrast-*
,backdrop-blur-*
, etc. (#4614)blur-none
by default with intent to deprecateblur-0
(#4614)Fixed
calc
andvar
in arbitrary values (#4147)hsl
colors tohsla
when transforming for opacity support instead ofrgba
(#3850)backdropBlur
variants not being generated (#4188)border
utility (#4277)@tailwind
directives (2f15411)group
variants (#4551)Internals
v2.1.4
Compare Source
Fixed
raw
PurgeCSS sources when registering template dependencies (#4542)v2.1.3
Compare Source
Fixed
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 has been generated by Mend Renovate. View repository job log here.