tailwindcss-variables
tailwindcss-variables copied to clipboard
Bump tailwindcss from 3.2.7 to 3.3.6
Bumps tailwindcss from 3.2.7 to 3.3.6.
Release notes
Sourced from tailwindcss's releases.
v3.3.6
Fixed
- Don’t add spaces to negative numbers following a comma (#12324)
- Don't emit
@configin CSS when watching via the CLI (#12327)- Improve types for
resolveConfig(#12272)- Ensure configured
font-feature-settingsformonoare included in Preflight (#12342)- Improve candidate detection in minified JS arrays (without spaces) (#12396)
- Don't crash when given applying a variant to a negated version of a simple utility (#12514)
- Fix support for slashes in arbitrary modifiers (#12515)
- Fix source maps of variant utilities that come from an
@layerrule (#12508)- Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#12506)
v3.3.5
Fixed
- Fix incorrect spaces around
-incalc()expression (#12283)v3.3.4
Fixed
- Improve normalisation of
calc()-like functions (#11686)- Skip
calc()normalisation in nestedtheme()calls (#11705)- Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#11709)
- Make
contentoptional for presets in TypeScript types (#11730)- Handle variable colors that have variable fallback values (#12049)
- Batch reading content files to prevent
too many open fileserror (#12079)- Skip over classes inside
:not(…)when nested in an at-rule (#12105)- Update types to work with
Node16module resolution (#12097)- Don’t crash when important and parent selectors are equal in
@apply(#12112)- Eliminate irrelevant rules when applying variants (#12113)
- Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#12121)
- Fix sorting of utilities that share multiple candidates (#12173)
- Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#12179)
- Fix crash when watching renamed files on FreeBSD (#12193)
- Allow plugins from a parent document to be used in an iframe (#12208)
- Add types for
tailwindcss/nesting(#12269)- Bump
jiti,fast-glob, andbrowserlistdependencies (#11550)- Improve automatic
varinjection for properties that accept a<dashed-ident>(#12236)v3.3.3
Fixed
- Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
- Make font settings propagate into buttons, inputs, etc. (#10940)
- Fix parsing of
theme()insidecalc()when there are no spaces around operators (#11157)- Ensure
repeating-conic-gradientis detected as an image (#11180)- Move unknown pseudo-elements outside of
:isby default (#11345)- Escape animation names when prefixes contain special characters (#11470)
- Don't prefix arbitrary classes in
groupandpeervariants (#11454)
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[3.3.6] - 2023-12-04
Fixed
- Improve types for
resolveConfig(#12272)- Don’t add spaces to negative numbers following a comma (#12324)
- Don't emit
@configin CSS when watching via the CLI (#12327)- Ensure configured
font-feature-settingsformonoare included in Preflight (#12342)- Improve candidate detection in minified JS arrays (without spaces) (#12396)
- Don't crash when given applying a variant to a negated version of a simple utility (#12514)
- Fix support for slashes in arbitrary modifiers (#12515)
- Fix source maps of variant utilities that come from an
@layerrule (#12508)- Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#12506)
[3.3.5] - 2023-10-25
Fixed
- Fix incorrect spaces around
-incalc()expression (#12283)[3.3.4] - 2023-10-24
Fixed
- Improve normalisation of
calc()-like functions (#11686)- Skip
calc()normalisation in nestedtheme()calls (#11705)- Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#11709)
- Make
contentoptional for presets in TypeScript types (#11730)- Handle variable colors that have variable fallback values (#12049)
- Batch reading content files to prevent
too many open fileserror (#12079)- Skip over classes inside
:not(…)when nested in an at-rule (#12105)- Update types to work with
Node16module resolution (#12097)- Don’t crash when important and parent selectors are equal in
@apply(#12112)- Eliminate irrelevant rules when applying variants (#12113)
- Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#12121)
- Fix sorting of utilities that share multiple candidates (#12173)
- Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#12179)
- Fix crash when watching renamed files on FreeBSD (#12193)
- Allow plugins from a parent document to be used in an iframe (#12208)
- Add types for
tailwindcss/nesting(#12269)- Bump
jiti,fast-glob, andbrowserlistdependencies (#11550)- Improve automatic
varinjection for properties that accept a<dashed-ident>(#12236)[3.3.3] - 2023-07-13
Fixed
... (truncated)
Commits
31258293.3.616fd9ffFix candidate detection regex89470d2Improve candidate detection in minified JS arrays (without spaces) (#12396)e26a1baFix loading of built-in plugins when using an ESM or TypeScript config with t...2dcb1fcFix source maps of variant utilities that come from an@layerrule (#12508)adb6f15Fix generation of utilities that use slashes in arbitrary modifiers (#12515)bbfb5a3Don't crash when given applying a variant to a negated version of a simple ut...3713207Fix code styleda0ee9cRemove unused import817c466Ensure configuredfont-feature-settingsformonoare included in Prefligh...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)