Skip to content

Update dependency tailwindcss to v2.2.4 - autoclosed

Housekeeper (bot) requested to merge renovate/tailwindcss-2.x into master

This MR contains the following updates:

Package Type Update Change
tailwindcss (source) devDependencies minor 2.1.2 -> 2.2.4

Release Notes

tailwindlabs/tailwindcss

v2.2.4

Compare Source

Fixed
  • Remove postinstall script that was preventing people from installing the library (1eacfb9)

v2.2.3

Compare Source

Added
  • Pass extended color palette to theme closures so it can be used without installing Tailwind when using npx tailwindcss (359252c)
Fixed
  • JIT: Explicitly error when - is used as a custom separator (#​4704)
  • JIT: Don't add multiple ~ when stacking peer-* variants (#​4757)
  • Remove outdated focus style fix in Preflight (#​4780)
  • Enable purge if provided on the CLI (#​4772)
  • JIT: Fix error when not using a config file with postcss-cli (#​4773)
  • Fix issue with resolveConfig not being importable in Next.js pags (#​4725)

v2.2.2

Compare Source

Fixed
  • JIT: Reintroduce transform, filter, and backdrop-filter classes purely to create stacking contexts to minimize the impact of the breaking change (#​4700)

v2.2.1

Compare Source

Fixed
  • Recover from errors gracefully in CLI watch mode (#​4693)
  • Fix issue with media queries not being generated properly when using PostCSS 7 (#​4695)

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's dir-dependency message type.

Added
  • Add background-origin utilities (#​4117)
  • Improve @apply performance in projects that process many CSS sources (#​3178)
  • JIT: Don't use CSS variables for color utilities if color opacity utilities are disabled (#​3984)
  • JIT: Redesign matchUtilities API to make it more suitable for third-party use (#​4232)
  • JIT: Support applying important utility variants (#​4260)
  • JIT: Support coercing arbitrary values when the type isn't detectable (#​4263)
  • JIT: Support for raw syntax in purge config (#​4272)
  • Add empty variant (#​3298)
  • Update modern-normalize to v1.1 (#​4287)
  • Implement theme function internally, remove postcss-functions dependency (#​4317)
  • Add screen function to improve nesting plugin compatibility (#​4318)
  • JIT: Add universal shorthand color opacity syntax (#​4348)
  • JIT: Add @tailwind variants directive to replace @tailwind screens (#​4356)
  • JIT: Add support for PostCSS dir-dependency messages in TAILWIND_DISABLE_TOUCH mode (#​4388)
  • JIT: Add per-side border color utilities (#​4404)
  • JIT: Add support for before and after pseudo-element variants and content utilities (#​4461)
  • Add new transform and extract APIs to simplify PurgeCSS/JIT customization (#​4469)
  • JIT: Add exhaustive pseudo-class and pseudo-element variant support (#​4482)
  • JIT: Add caret-color utilities (#​4499)
  • Rename lightBlue to sky, emit console warning when using deprecated name (#​4513)
  • New CLI with improved JIT support, --watch mode, and more (#​4526, 4558)
  • JIT: Add new peer-* variants for styling based on sibling state (#​4556)
  • Expose safelist as a top-level option under purge for both JIT and classic engines (#​4580)
  • JIT: Remove need for transform class when using classes like scale-*, rotate-*, etc. (#​4604)
  • JIT: Remove need for filter and backdrop-filter classes when using classes like contrast-*, backdrop-blur-*, etc. (#​4614)
  • Support passing a custom path for your PostCSS configuration in the Tailwind CLI (#​4607)
  • Add blur-none by default with intent to deprecate blur-0 (#​4614)
Fixed
  • JIT: Improve support for Svelte class bindings (#​4187)
  • JIT: Improve support for calc and var in arbitrary values (#​4147)
  • Convert hsl colors to hsla when transforming for opacity support instead of rgba (#​3850)
  • Fix backdropBlur variants not being generated (#​4188)
  • Improve animation value parsing (#​4250)
  • Ignore unknown object types when hashing config (82f4eaa)
  • Ensure variants are grouped properly for plugins with order-dependent utilities (#​4273)
  • JIT: Fix temp file storage when node temp directories are kept on a different drive than the project itself (#​4044)
  • Support border-opacity utilities alongside default border utility (#​4277)
  • JIT: Fix source maps for expanded @tailwind directives (2f15411)
  • JIT: Ignore whitespace when collapsing adjacent rules (15642fb)
  • JIT: Generate group parent classes correctly when using custom separator (#​4508)
  • JIT: Fix incorrect stacking of multiple group variants (#​4551)
  • JIT: Fix memory leak due to holding on to unused contexts (#​4571)
Internals
  • Add integration tests for popular build runners (#​4354)

v2.1.4

Compare Source

Fixed
  • Skip raw PurgeCSS sources when registering template dependencies (#​4542)

v2.1.3

Compare Source

Fixed
  • Register PurgeCSS paths as PostCSS dependencies to guarantee proper cache-busting in webpack 5 (#​4530)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.

Edited by Housekeeper (bot)

Merge request reports