api-blue-archive
api-blue-archive copied to clipboard
chore(deps): bump tailwindcss from 3.2.1 to 3.4.4
Bumps tailwindcss from 3.2.1 to 3.4.4.
Release notes
Sourced from tailwindcss's releases.
v3.4.4
Fixed
- Make it possible to use multiple
<alpha-value>
placeholders in a single color definition (#13740)- Don't prefix classes in arbitrary values of
has-*
,group-has-*
, andpeer-has-*
variants (#13770)- Support negative values for
{col,row}-{start,end}
utilities (#13781)- Update embedded browserslist database (#13792)
v3.4.3
Fixed
- Revert changes to glob handling (#13384)
v3.4.2
Fixed
- Ensure max specificity of
0,0,1
for button and input Preflight rules (#12735)- Improve glob handling for folders with
(
,)
,[
or]
in the file path (#12715)- Split
:has
rules when usingexperimental.optimizeUniversalDefaults
(#12736)- Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darker
utility (#12923)- Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.url
in config files (#13322)- Reset letter spacing for form elements (#13150)
- Fix missing
xx-large
and remove doublex-large
absolute size (#13324)- Don't error when encountering nested CSS unless trying to
@apply
a class that uses nesting (#13325)- Ensure that arbitrary properties respect
important
configuration (#13353)- Change dark mode selector so
@apply
works correctly with pseudo elements (#13379)v3.4.1
Fixed
- Don't remove keyframe stops when using important utilities (#12639)
- Don't add spaces to gradients and grid track names when followed by
calc()
(#12704)- Restore old behavior for
class
dark mode strategy (#12717)Added
- Add new
selector
andvariant
strategies for dark mode (#12717)Changed
- Support
rtl
andltr
variants on same element asdir
attribute (#12717)v3.4.0
Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[3.4.4] - 2024-06-05
Fixed
- Make it possible to use multiple
<alpha-value>
placeholders in a single color definition (#13740)- Don't prefix classes in arbitrary values of
has-*
,group-has-*
, andpeer-has-*
variants (#13770)- Support negative values for
{col,row}-{start,end}
utilities (#13781)- Update embedded browserslist database (#13792)
[3.4.3] - 2024-03-27
Fixed
- Revert changes to glob handling (#13384)
[3.4.2] - 2024-03-27
Fixed
- Ensure max specificity of
0,0,1
for button and input Preflight rules (#12735)- Improve glob handling for folders with
(
,)
,[
or]
in the file path (#12715)- Split
:has
rules when usingexperimental.optimizeUniversalDefaults
(#12736)- Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darker
utility (#12923)- Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.url
in config files (#13322)- Reset letter spacing for form elements (#13150)
- Fix missing
xx-large
and remove doublex-large
absolute size (#13324)- Don't error when encountering nested CSS unless trying to
@apply
a class that uses nesting (#13325)- Ensure that arbitrary properties respect
important
configuration (#13353)- Change dark mode selector so
@apply
works correctly with pseudo elements (#13379)[3.4.1] - 2024-01-05
Fixed
- Don't remove keyframe stops when using important utilities (#12639)
- Don't add spaces to gradients and grid track names when followed by
calc()
(#12704)- Restore old behavior for
class
dark mode strategy (#12717)- Improve glob handling for folders with
(
,)
,[
or]
in the file path (#12715)Added
- Add new
selector
andvariant
strategies for dark mode (#12717)Changed
- Support
rtl
andltr
variants on same element asdir
attribute (#12717)
... (truncated)
Commits
ff6f085
3.4.4ed024ee
Update changelog325e7c0
Bump deps (#13797)56116b0
Update browserslist database (#13792)8d66d94
[v3] Support negative values for{col,row}-{start,end}
utilities (#13781)669109e
Don't prefix classes in arbitrary values ofhas-*
,group-has-*
, and `peer...9fda461
Fix multiple <alpha-value> in color definitions (#13740)f1f419a
3.4.3e6c1082
Revert changes to glob handling (#13384)8430d8b
3.4.2- 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)