laravel-starter-kit
laravel-starter-kit copied to clipboard
Bump tailwindcss from 2.2.17 to 3.2.4
Bumps tailwindcss from 2.2.17 to 3.2.4.
Release notes
Sourced from tailwindcss's releases.
v3.2.4
Added
- Add
blocklist
option to prevent generating unwanted CSS (#9812)Fixed
- Fix watching of files on Linux when renames are involved (#9796)
- Make sure errors are always displayed when watching for changes (#9810)
v3.2.3
Fixed
- Fixed use of
raw
content in the CLI (#9773)- Pick up changes from files that are both context and content deps (#9787)
- Sort pseudo-elements ONLY after classes when using variants and
@apply
(#9765)- Support important utilities in the safelist (pattern must include a
!
) (#9791)v3.2.2
Fixed
- Escape special characters in resolved content base paths (#9650)
- Don't reuse container for array returning variant functions (#9644)
- Exclude non-relevant selectors when generating rules with the important modifier (#9677)
- Fix merging of arrays during config resolution (#9706)
- Ensure configured
font-feature-settings
are included in Preflight (#9707)- Fix fractional values not being parsed properly inside arbitrary properties (#9705)
- Fix incorrect selectors when using
@apply
in selectors with combinators and pseudos (#9722)- Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)
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
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[3.2.4] - 2022-11-11
Added
- Add
blocklist
option to prevent generating unwanted CSS (#9812)Fixed
- Fix watching of files on Linux when renames are involved (#9796)
- Make sure errors are always displayed when watching for changes (#9810)
[3.2.3] - 2022-11-09
Fixed
- Fixed use of
raw
content in the CLI (#9773)- Pick up changes from files that are both context and content deps (#9787)
- Sort pseudo-elements ONLY after classes when using variants and
@apply
(#9765)- Support important utilities in the safelist (pattern must include a
!
) (#9791)[3.2.2] - 2022-11-04
Fixed
- Escape special characters in resolved content base paths (#9650)
- Don't reuse container for array returning variant functions (#9644)
- Exclude non-relevant selectors when generating rules with the important modifier (#9677)
- Fix merging of arrays during config resolution (#9706)
- Ensure configured
font-feature-settings
are included in Preflight (#9707)- Fix fractional values not being parsed properly inside arbitrary properties (#9705)
- Fix incorrect selectors when using
@apply
in selectors with combinators and pseudos (#9722)- Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)
[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
... (truncated)
Commits
f2f1ee9
3.2.413eb1e2
update changelog22d45dd
Update CHANGELOG.md602101d
Allow users to block generation of certain utilities (#9812)4ccc0fa
Make sure errors are always displayed when watching for changes (#9810)1482c75
Fix watching of files on Linux when renames are involved (#9796)757a8d6
update changelog6166e59
3.2.38a2f9ed
Fix !important selectors not being classified as valid class inside safelist ...6bd9912
Only sort pseudo elements after classes when using@apply
and variants (#9765)- 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)
Not patch bumped ⚠️
New bumped version is not patch , this require manual marge ⚠️
Superseded by #163.