vite-react-ts-starter
vite-react-ts-starter copied to clipboard
Bump tailwindcss from 3.1.8 to 3.2.1
Bumps tailwindcss from 3.1.8 to 3.2.1.
Release notes
Sourced from tailwindcss's releases.
v3.2.1
Fixed
- Fix missing
supports
in types (#9616)- Fix missing PostCSS dependencies in the CLI (#9617)
- Ensure
micromatch
is a proper CLI dependency (#9620)- Ensure modifier values exist when using a
modifiers
object formatchVariant
(ba6551d)v3.2.0
We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.
Added
- Add new
@config
directive (#9405)- Add new
relative: true
option to resolve content paths relative to the config file (#9396)- Add new
supports-*
variant (#9453)- Add new
min-*
andmax-*
variants (#9558)- Add new
aria-*
variants (#9557, #9588)- Add new
data-*
variants (#9559, #9588)- Add new
break-keep
utility forword-break: keep-all
(#9393)- Add new
collapse
utility forvisibility: collapse
(#9181)- Add new
fill-none
utility forfill: none
(#9403)- Add new
stroke-none
utility forstroke: none
(#9403)- Add new
place-content-baseline
utility forplace-content: baseline
(#9498)- Add new
place-items-baseline
utility forplace-items: baseline
(#9507)- Add new
content-baseline
utility foralign-content: baseline
(#9507)- Add support for configuring default
font-feature-settings
for a font family (#9039)- Add standalone CLI build for 32-bit Linux on ARM (
node16-linux-armv7
) (#9084)- Add future flag to disable color opacity utility plugins (#9088)
- Add negative value support for
outline-offset
(#9136)- Add support for modifiers to
matchUtilities
(#9541)- Allow negating utilities using
min
/max
/clamp
(#9237)- Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
- Support
sort
function inmatchVariant
(#9423)- Upgrade to
postcss-nested
v6.0 (#9546)Fixed
- Use absolute paths when resolving changed files for resilience against working directory changes (#9032)
- Fix ring color utility generation when using
respectDefaultRingColorOpacity
(#9070)- Sort tags before classes when
@apply
-ing a selector with joined classes (#9107)- Remove invalid
outline-hidden
utility (#9147)- Honor the
hidden
attribute on elements in preflight (#9174)- Don't stop watching atomically renamed files (#9173, #9215)
- Fix duplicate utilities issue causing memory leaks (#9208)
- Fix
fontFamily
config TypeScript types (#9214)- Handle variants on complex selector utilities (#9262)
- Fix shared config mutation issue (#9294)
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[3.2.1] - 2022-10-21
Fixed
- Fix missing
supports
in types (#9616)- Fix missing PostCSS dependencies in the CLI (#9617)
- Ensure
micromatch
is a proper CLI dependency (#9620)- Ensure modifier values exist when using a
modifiers
object formatchVariant
(ba6551db0f2726461371b4f3c6cd4c7090888504)[3.2.0] - 2022-10-19
Added
- Add new
@config
directive (#9405)- Add new
relative: true
option to resolve content paths relative to the config file (#9396)- Add new
supports-*
variant (#9453)- Add new
min-*
andmax-*
variants (#9558)- Add new
aria-*
variants (#9557, #9588)- Add new
data-*
variants (#9559, #9588)- Add new
break-keep
utility forword-break: keep-all
(#9393)- Add new
collapse
utility forvisibility: collapse
(#9181)- Add new
fill-none
utility forfill: none
(#9403)- Add new
stroke-none
utility forstroke: none
(#9403)- Add new
place-content-baseline
utility forplace-content: baseline
(#9498)- Add new
place-items-baseline
utility forplace-items: baseline
(#9507)- Add new
content-baseline
utility foralign-content: baseline
(#9507)- Add support for configuring default
font-feature-settings
for a font family (#9039)- Add standalone CLI build for 32-bit Linux on ARM (
node16-linux-armv7
) (#9084)- Add future flag to disable color opacity utility plugins (#9088)
- Add negative value support for
outline-offset
(#9136)- Add support for modifiers to
matchUtilities
(#9541)- Allow negating utilities using
min
/max
/clamp
(#9237)- Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
- Support
sort
function inmatchVariant
(#9423)- Upgrade to
postcss-nested
v6.0 (#9546)Fixed
- Use absolute paths when resolving changed files for resilience against working directory changes (#9032)
- Fix ring color utility generation when using
respectDefaultRingColorOpacity
(#9070)- Sort tags before classes when
@apply
-ing a selector with joined classes (#9107)- Remove invalid
outline-hidden
utility (#9147)- Honor the
hidden
attribute on elements in preflight (#9174)- Don't stop watching atomically renamed files (#9173, #9215)
- Fix duplicate utilities issue causing memory leaks (#9208)
- Fix
fontFamily
config TypeScript types (#9214)- Handle variants on complex selector utilities (#9262)
- Fix shared config mutation issue (#9294)
- Fix ordering of parallel variants (#9282)
- Handle variants in utility selectors using
:where()
and:has()
(#9309)
... (truncated)
Commits
547f9f6
3.2.18967a51
update changelog726b023
update changelog0bbca33
ensure we also check wether the modifier exists in the modifiers object1445aaf
Ensuremicromatch
is a proper CLI dependency (#9620)3c7fc69
Workflow improvements (#9609)40f6b4f
Fix missing PostCSS dependencies in the CLI (#9617)4dfb1e3
Fix missingsupports
in types (#9616)2faf86f
Resolve broken relative logo sources on npmjs (relative → absolute) (#9610)1dc4a76
increase jest test timeout- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
vite-react-ts-starter | ✅ Ready (Inspect) | Visit Preview | Nov 1, 2022 at 4:05AM (UTC) |
Looks like tailwindcss is up-to-date now, so this is no longer needed.