Update dependency tailwindcss to v3 #4

Merged
niggl merged 1 commits from renovate/tailwindcss-3.x into main 2022-04-13 18:21:13 +00:00

This PR contains the following updates:

Package Type Update Change
tailwindcss (source) devDependencies major ^2.2.7 -> ^3.0.0

Release Notes

tailwindlabs/tailwindcss

v3.0.24

Compare Source

Fixed
  • Prevent nesting plugin from breaking other plugins (#​7563)
  • Recursively collapse adjacent rules (#​7565)
  • Preserve source maps for generated CSS (#​7588)
  • Split box shadows on top-level commas only (#​7479)
  • Use local user CSS cache for @apply (#​7524)
  • Invalidate context when main CSS changes (#​7626)
  • Only add ! to selector class matching template candidate when using important modifier with mutli-class selectors (#​7664)
  • Correctly parse and prefix animation names with dots (#​7163)
  • Fix extraction from template literal/function with array (#​7481)
  • Don't output unparsable arbitrary values (#​7789)
  • Fix generation of div:not(.foo) if .foo is never defined (#​7815)
  • Allow for custom properties in rgb, rgba, hsl and hsla colors (#​7933)
  • Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed (#​7949)
  • Ensure the percentage data type is validated correctly (#​8015)
Changed
  • Replace chalk with picocolors (#​6039)
  • Replace cosmiconfig with lilconfig (#​6039)
  • Update cssnano to avoid removing empty variables when minifying (#​7818)

v3.0.23

Compare Source

Fixed
  • Remove opacity variables from :visited pseudo class (#​7458)
  • Support arbitrary values + calc + theme with quotes (#​7462)
  • Don't duplicate layer output when scanning content with variants + wildcards (#​7478)
  • Implement getClassOrder instead of sortClassList (#​7459)

v3.0.22

Compare Source

Fixed
  • Temporarily move postcss to dependencies (#​7424)

v3.0.21

Compare Source

Fixed
  • Move prettier plugin to dev dependencies (#​7418)

v3.0.20

Compare Source

Added
  • Expose context.sortClassList(classes) (#​7412)

v3.0.19

Compare Source

Fixed
  • Fix preflight border color fallback (#​7288)
  • Correctly parse shadow lengths without a leading zero (#​7289)
  • Don't crash when scanning extremely long class candidates (#​7331)
  • Use less hacky fix for URLs detected as custom properties (#​7275)
  • Correctly generate negative utilities when dash is before the prefix (#​7295)
  • Detect prefixed negative utilities in the safelist (#​7295)

v3.0.18

Compare Source

Fixed
  • Fix @apply order regression (in addComponents, addUtilities, ...) (#​7232)
  • Quick fix for incorrect arbitrary properties when using URLs (#​7252)

v3.0.17

Compare Source

Fixed
  • Remove false positive warning in CLI when using the --content option (#​7220)

v3.0.16

Compare Source

Fixed
  • Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#​7080)
  • Improve various warnings (#​7118)
  • Fix grammatical mistake (cca5a38)

v3.0.15

Compare Source

Fixed
  • Temporarily remove optional chaining in nesting plugin (#​7077)

v3.0.14

Compare Source

Added
  • Show warnings for invalid content config (#​7065)
Fixed
  • Only emit utility/component variants when those layers exist (#​7066)
  • Ensure nesting plugins can receive options (#​7016)

v3.0.13

Compare Source

Fixed
  • Fix consecutive builds with at apply producing different CSS (#​6999)

v3.0.12

Compare Source

Fixed
  • Allow use of falsy values in theme config (#​6917)
  • Ensure we can apply classes that are grouped with non-class selectors (#​6922)
  • Improve standalone CLI compatibility on Linux by switching to the linuxstatic build target (#​6914)
  • Ensure @apply works consistently with or without @layer (#​6938)
  • Only emit defaults when using base layer (#​6926)
  • Emit plugin defaults regardless of usage (#​6926)
  • Move default border color back to preflight (#​6926)
  • Change experimental.optimizeUniversalDefaults to only work with @tailwind base (#​6926)

v3.0.11

Compare Source

Fixed
  • Preserve casing of CSS variables added by plugins (#​6888)
  • Ignore content paths that are passed in but don't actually exist (#​6901)
  • Revert change that applies Tailwind's defaults in isolated environments like CSS modules (9fdc391)

v3.0.10

Compare Source

Fixed
  • Fix @apply in files without @tailwind directives (#​6580, #​6875)
  • CLI: avoid unnecessary writes to output files (#​6550)
Added
  • Allow piping data into the CLI (#​6876)

v3.0.9

Compare Source

Fixed
  • Improve DEBUG flag (#​6797, #​6804)
  • Ensure we can use < and > characters in modifiers (#​6851)
  • Validate theme() works in arbitrary values (#​6852)
  • Properly detect theme() value usage in arbitrary properties (#​6854)
  • Improve collapsing of duplicate declarations (#​6856)
  • Remove support for TAILWIND_MODE=watch (#​6858)

v3.0.8

Compare Source

Fixed
  • Reduce specificity of abbr rule in preflight (#​6671)
  • Support HSL with hue units in arbitrary values (#​6726)
  • Add node16-linux-arm64 target for standalone CLI (#​6693)

v3.0.7

Compare Source

Fixed
  • Don't mutate custom color palette when overriding per-plugin colors (#​6546)
  • Improve circular dependency detection when using @apply (#​6588)
  • Only generate variants for non-user layers (#​6589)
  • Properly extract classes with arbitrary values in arrays and classes followed by escaped quotes (#​6590)
  • Improve jsx interpolation candidate matching (#​6593)
  • Ensure @apply of a rule inside an AtRule works (#​6594)

v3.0.6

Compare Source

Fixed
  • Support square bracket notation in paths (#​6519)
  • Ensure all plugins are executed for a given candidate (#​6540)

v3.0.5

Compare Source

Fixed
  • Revert: add li to list-style reset (9777562d)

v3.0.4

Compare Source

Fixed
  • Insert always-on defaults layer in correct spot (#​6526)

v3.0.3

Compare Source

Added
  • Warn about invalid globs in content (#​6449)
  • Add standalone tailwindcss CLI (#​6506)
  • Add li to list-style reset (00f60e6)
Fixed
  • Don't output unparsable values (#​6469)
  • Fix text decoration utilities from overriding the new text decoration color/style/thickness utilities when used with a modifier (#​6378)
  • Move defaults to their own always-on layer (#​6500)
  • Support negative values in safelist patterns (#​6480)

v3.0.2

Compare Source

Fixed
  • Prevent nesting plugin from breaking other plugins (#​7563)
  • Recursively collapse adjacent rules (#​7565)
  • Preserve source maps for generated CSS (#​7588)
  • Split box shadows on top-level commas only (#​7479)
  • Use local user CSS cache for @apply (#​7524)
  • Invalidate context when main CSS changes (#​7626)
  • Only add ! to selector class matching template candidate when using important modifier with mutli-class selectors (#​7664)
  • Correctly parse and prefix animation names with dots (#​7163)
  • Fix extraction from template literal/function with array (#​7481)
  • Don't output unparsable arbitrary values (#​7789)
  • Fix generation of div:not(.foo) if .foo is never defined (#​7815)
  • Allow for custom properties in rgb, rgba, hsl and hsla colors (#​7933)
  • Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed (#​7949)
  • Ensure the percentage data type is validated correctly (#​8015)
Changed
  • Replace chalk with picocolors (#​6039)
  • Replace cosmiconfig with lilconfig (#​6039)
  • Update cssnano to avoid removing empty variables when minifying (#​7818)

v3.0.1

Compare Source

Fixed
  • Fix preflight border color fallback (#​7288)
  • Correctly parse shadow lengths without a leading zero (#​7289)
  • Don't crash when scanning extremely long class candidates (#​7331)
  • Use less hacky fix for URLs detected as custom properties (#​7275)
  • Correctly generate negative utilities when dash is before the prefix (#​7295)
  • Detect prefixed negative utilities in the safelist (#​7295)

v3.0.0

Compare Source

Fixed
  • Enforce the order of some variants (like before and after) (#​6018)
Added
  • Add placeholder variant (#​6106)
  • Add composable touch-action utilities (#​6115)
  • Add support for "arbitrary properties" (#​6161)
  • Add portrait and landscape variants (#​6046)
  • Add text-decoration-style, text-decoration-thickness, and text-underline-offset utilities (#​6004)
  • Add menu reset to preflight (#​6213)
  • Allow 0 as a valid length value (#​6233, #​6259)
  • Add CSS functions to data types (#​6258)
  • Support negative values for scale-* utilities (c48e629)
  • Improve length data type, by validating each value individually (#​6283)
Changed
  • Deprecate decoration-slice and decoration-break in favor box-decoration-slice and box-decoration-break (non-breaking) (#​6004)

v2.2.19

Compare Source

Fixed
  • Ensure corePlugins order is consisent in AOT mode (#​5928)

v2.2.18

Compare Source

Fixed
  • Bump versions for security vulnerabilities (#​5924)

v2.2.17

Compare Source

Fixed
  • Configure chokidar's awaitWriteFinish setting to avoid occasional stale builds on Windows (#​5758)

v2.2.16

Compare Source

Fixed
  • JIT: Properly handle animations that use CSS custom properties (#​5602)

v2.2.15

Compare Source

Fixed
  • Ensure using CLI without -i for input file continues to work even though deprecated (#​5464)

v2.2.14

Compare Source

Fixed
  • Only use @defaults in JIT, switch back to clean-css in case there's any meaningful differences in the output (bf248cb)

v2.2.13

Compare Source

Fixed
  • Replace clean-css with cssnano for CDN builds to fix minified builds (75cc3ca)

v2.2.12

Compare Source

Fixed
  • Ensure that divide utilities inject a default border color (#​5438)

v2.2.11

Compare Source

Fixed
  • Rebundle to fix missing CLI peer dependencies

v2.2.10

Compare Source

Fixed
  • Fix build error when using presets: [] in config file (#​4903)
Added
  • Reintroduce universal selector optimizations under experimental optimizeUniversalDefaults flag (a9e160c)

v2.2.9

Compare Source

Fixed
  • JIT: Fix @applying utilities that contain variants + the important modifier (#​4854)
  • JIT: Don't strip "null" when parsing tracked file paths (#​5008)
  • Pin clean-css to v5.1.4 to fix empty CSS variables in CDN builds (#​5338)

v2.2.8

Compare Source

Fixed
  • Improve accessibility of default link focus styles in Firefox (#​5082)
  • JIT: Fix animation variants corrupting keyframes rules (#​5223)
  • JIT: Ignore escaped commas when splitting selectors to apply prefixes (#​5239)
  • Nesting: Maintain PostCSS node sources when handling @apply (#​5249)
  • JIT: Fix support for animation lists (#​5252)
  • JIT: Fix arbitrary value support for object-position utilities (#​5245)
  • CLI: Abort watcher if stdin is closed to avoid zombie processes (#​4997)
  • JIT: Ignore arbitrary values with unbalanced brackets (#​5293)

Configuration

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

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

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

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss)) | devDependencies | major | [`^2.2.7` -> `^3.0.0`](https://renovatebot.com/diffs/npm/tailwindcss/2.2.7/3.0.24) | --- ### Release Notes <details> <summary>tailwindlabs/tailwindcss</summary> ### [`v3.0.24`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3024---2022-05-12) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.23...v3.0.24) ##### Fixed - Prevent nesting plugin from breaking other plugins ([#&#8203;7563](https://github.com/tailwindlabs/tailwindcss/pull/7563)) - Recursively collapse adjacent rules ([#&#8203;7565](https://github.com/tailwindlabs/tailwindcss/pull/7565)) - Preserve source maps for generated CSS ([#&#8203;7588](https://github.com/tailwindlabs/tailwindcss/pull/7588)) - Split box shadows on top-level commas only ([#&#8203;7479](https://github.com/tailwindlabs/tailwindcss/pull/7479)) - Use local user CSS cache for `@apply` ([#&#8203;7524](https://github.com/tailwindlabs/tailwindcss/pull/7524)) - Invalidate context when main CSS changes ([#&#8203;7626](https://github.com/tailwindlabs/tailwindcss/pull/7626)) - Only add `!` to selector class matching template candidate when using important modifier with mutli-class selectors ([#&#8203;7664](https://github.com/tailwindlabs/tailwindcss/pull/7664)) - Correctly parse and prefix animation names with dots ([#&#8203;7163](https://github.com/tailwindlabs/tailwindcss/pull/7163)) - Fix extraction from template literal/function with array ([#&#8203;7481](https://github.com/tailwindlabs/tailwindcss/pull/7481)) - Don't output unparsable arbitrary values ([#&#8203;7789](https://github.com/tailwindlabs/tailwindcss/pull/7789)) - Fix generation of `div:not(.foo)` if `.foo` is never defined ([#&#8203;7815](https://github.com/tailwindlabs/tailwindcss/pull/7815)) - Allow for custom properties in `rgb`, `rgba`, `hsl` and `hsla` colors ([#&#8203;7933](https://github.com/tailwindlabs/tailwindcss/pull/7933)) - Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed ([#&#8203;7949](https://github.com/tailwindlabs/tailwindcss/pull/7949)) - Ensure the `percentage` data type is validated correctly ([#&#8203;8015](https://github.com/tailwindlabs/tailwindcss/pull/8015)) ##### Changed - Replace `chalk` with `picocolors` ([#&#8203;6039](https://github.com/tailwindlabs/tailwindcss/pull/6039)) - Replace `cosmiconfig` with `lilconfig` ([#&#8203;6039](https://github.com/tailwindlabs/tailwindcss/pull/6038)) - Update `cssnano` to avoid removing empty variables when minifying ([#&#8203;7818](https://github.com/tailwindlabs/tailwindcss/pull/7818)) ### [`v3.0.23`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3023---2022-02-16) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.22...v3.0.23) ##### Fixed - Remove opacity variables from `:visited` pseudo class ([#&#8203;7458](https://github.com/tailwindlabs/tailwindcss/pull/7458)) - Support arbitrary values + calc + theme with quotes ([#&#8203;7462](https://github.com/tailwindlabs/tailwindcss/pull/7462)) - Don't duplicate layer output when scanning content with variants + wildcards ([#&#8203;7478](https://github.com/tailwindlabs/tailwindcss/pull/7478)) - Implement `getClassOrder` instead of `sortClassList` ([#&#8203;7459](https://github.com/tailwindlabs/tailwindcss/pull/7459)) ### [`v3.0.22`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3022---2022-02-11) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.21...v3.0.22) ##### Fixed - Temporarily move `postcss` to dependencies ([#&#8203;7424](https://github.com/tailwindlabs/tailwindcss/pull/7424)) ### [`v3.0.21`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3021---2022-02-10) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.20...v3.0.21) ##### Fixed - Move prettier plugin to dev dependencies ([#&#8203;7418](https://github.com/tailwindlabs/tailwindcss/pull/7418)) ### [`v3.0.20`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3020---2022-02-10) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.19...v3.0.20) ##### Added - Expose `context.sortClassList(classes)` ([#&#8203;7412](https://github.com/tailwindlabs/tailwindcss/pull/7412)) ### [`v3.0.19`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3019---2022-02-07) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19) ##### Fixed - Fix preflight border color fallback ([#&#8203;7288](https://github.com/tailwindlabs/tailwindcss/pull/7288)) - Correctly parse shadow lengths without a leading zero ([#&#8203;7289](https://github.com/tailwindlabs/tailwindcss/pull/7289)) - Don't crash when scanning extremely long class candidates ([#&#8203;7331](https://github.com/tailwindlabs/tailwindcss/pull/7331)) - Use less hacky fix for URLs detected as custom properties ([#&#8203;7275](https://github.com/tailwindlabs/tailwindcss/pull/7275)) - Correctly generate negative utilities when dash is before the prefix ([#&#8203;7295](https://github.com/tailwindlabs/tailwindcss/pull/7295)) - Detect prefixed negative utilities in the safelist ([#&#8203;7295](https://github.com/tailwindlabs/tailwindcss/pull/7295)) ### [`v3.0.18`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3018---2022-01-28) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.17...v3.0.18) ##### Fixed - Fix `@apply` order regression (in `addComponents`, `addUtilities`, ...) ([#&#8203;7232](https://github.com/tailwindlabs/tailwindcss/pull/7232)) - Quick fix for incorrect arbitrary properties when using URLs ([#&#8203;7252](https://github.com/tailwindlabs/tailwindcss/pull/7252)) ### [`v3.0.17`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3017---2022-01-26) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.16...v3.0.17) ##### Fixed - Remove false positive warning in CLI when using the `--content` option ([#&#8203;7220](https://github.com/tailwindlabs/tailwindcss/pull/7220)) ### [`v3.0.16`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3016---2022-01-24) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.15...v3.0.16) ##### Fixed - Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) ([#&#8203;7080](https://github.com/tailwindlabs/tailwindcss/pull/7080)) - Improve various warnings ([#&#8203;7118](https://github.com/tailwindlabs/tailwindcss/pull/7118)) - Fix grammatical mistake ([cca5a38](https://github.com/tailwindlabs/tailwindcss/commit/cca5a3804e1d3ee0214491921e1aec35bf62a813)) ### [`v3.0.15`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3015---2022-01-15) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.14...v3.0.15) ##### Fixed - Temporarily remove optional chaining in nesting plugin ([#&#8203;7077](https://github.com/tailwindlabs/tailwindcss/pull/7077)) ### [`v3.0.14`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3014---2022-01-14) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.13...v3.0.14) ##### Added - Show warnings for invalid content config ([#&#8203;7065](https://github.com/tailwindlabs/tailwindcss/pull/7065)) ##### Fixed - Only emit utility/component variants when those layers exist ([#&#8203;7066](https://github.com/tailwindlabs/tailwindcss/pull/7066)) - Ensure nesting plugins can receive options ([#&#8203;7016](https://github.com/tailwindlabs/tailwindcss/pull/7016)) ### [`v3.0.13`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3013---2022-01-11) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.12...v3.0.13) ##### Fixed - Fix consecutive builds with at apply producing different CSS ([#&#8203;6999](https://github.com/tailwindlabs/tailwindcss/pull/6999)) ### [`v3.0.12`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3012---2022-01-07) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.11...v3.0.12) ##### Fixed - Allow use of falsy values in theme config ([#&#8203;6917](https://github.com/tailwindlabs/tailwindcss/pull/6917)) - Ensure we can apply classes that are grouped with non-class selectors ([#&#8203;6922](https://github.com/tailwindlabs/tailwindcss/pull/6922)) - Improve standalone CLI compatibility on Linux by switching to the `linuxstatic` build target ([#&#8203;6914](https://github.com/tailwindlabs/tailwindcss/pull/6914)) - Ensure `@apply` works consistently with or without `@layer` ([#&#8203;6938](https://github.com/tailwindlabs/tailwindcss/pull/6938)) - Only emit defaults when using base layer ([#&#8203;6926](https://github.com/tailwindlabs/tailwindcss/pull/6926)) - Emit plugin defaults regardless of usage ([#&#8203;6926](https://github.com/tailwindlabs/tailwindcss/pull/6926)) - Move default border color back to preflight ([#&#8203;6926](https://github.com/tailwindlabs/tailwindcss/pull/6926)) - Change `experimental.optimizeUniversalDefaults` to only work with `@tailwind base` ([#&#8203;6926](https://github.com/tailwindlabs/tailwindcss/pull/6926)) ### [`v3.0.11`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3011---2022-01-05) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.10...v3.0.11) ##### Fixed - Preserve casing of CSS variables added by plugins ([#&#8203;6888](https://github.com/tailwindlabs/tailwindcss/pull/6888)) - Ignore content paths that are passed in but don't actually exist ([#&#8203;6901](https://github.com/tailwindlabs/tailwindcss/pull/6901)) - Revert change that applies Tailwind's defaults in isolated environments like CSS modules ([9fdc391](https://github.com/tailwindlabs/tailwindcss/commit/9fdc391d4ff93e7e350f5ce439060176b1f0162f)) ### [`v3.0.10`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3010---2022-01-04) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.9...v3.0.10) ##### Fixed - Fix `@apply` in files without `@tailwind` directives ([#&#8203;6580](https://github.com/tailwindlabs/tailwindcss/pull/6580), [#&#8203;6875](https://github.com/tailwindlabs/tailwindcss/pull/6875)) - CLI: avoid unnecessary writes to output files ([#&#8203;6550](https://github.com/tailwindlabs/tailwindcss/pull/6550)) ##### Added - Allow piping data into the CLI ([#&#8203;6876](https://github.com/tailwindlabs/tailwindcss/pull/6876)) ### [`v3.0.9`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;309---2022-01-03) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.8...v3.0.9) ##### Fixed - Improve `DEBUG` flag ([#&#8203;6797](https://github.com/tailwindlabs/tailwindcss/pull/6797), [#&#8203;6804](https://github.com/tailwindlabs/tailwindcss/pull/6804)) - Ensure we can use `<` and `>` characters in modifiers ([#&#8203;6851](https://github.com/tailwindlabs/tailwindcss/pull/6851)) - Validate `theme()` works in arbitrary values ([#&#8203;6852](https://github.com/tailwindlabs/tailwindcss/pull/6852)) - Properly detect `theme()` value usage in arbitrary properties ([#&#8203;6854](https://github.com/tailwindlabs/tailwindcss/pull/6854)) - Improve collapsing of duplicate declarations ([#&#8203;6856](https://github.com/tailwindlabs/tailwindcss/pull/6856)) - Remove support for `TAILWIND_MODE=watch` ([#&#8203;6858](https://github.com/tailwindlabs/tailwindcss/pull/6858)) ### [`v3.0.8`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;308---2021-12-28) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.7...v3.0.8) ##### Fixed - Reduce specificity of `abbr` rule in preflight ([#&#8203;6671](https://github.com/tailwindlabs/tailwindcss/pull/6671)) - Support HSL with hue units in arbitrary values ([#&#8203;6726](https://github.com/tailwindlabs/tailwindcss/pull/6726)) - Add `node16-linux-arm64` target for standalone CLI ([#&#8203;6693](https://github.com/tailwindlabs/tailwindcss/pull/6693)) ### [`v3.0.7`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;307---2021-12-17) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.6...v3.0.7) ##### Fixed - Don't mutate custom color palette when overriding per-plugin colors ([#&#8203;6546](https://github.com/tailwindlabs/tailwindcss/pull/6546)) - Improve circular dependency detection when using `@apply` ([#&#8203;6588](https://github.com/tailwindlabs/tailwindcss/pull/6588)) - Only generate variants for non-`user` layers ([#&#8203;6589](https://github.com/tailwindlabs/tailwindcss/pull/6589)) - Properly extract classes with arbitrary values in arrays and classes followed by escaped quotes ([#&#8203;6590](https://github.com/tailwindlabs/tailwindcss/pull/6590)) - Improve jsx interpolation candidate matching ([#&#8203;6593](https://github.com/tailwindlabs/tailwindcss/pull/6593)) - Ensure `@apply` of a rule inside an AtRule works ([#&#8203;6594](https://github.com/tailwindlabs/tailwindcss/pull/6594)) ### [`v3.0.6`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;306---2021-12-16) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.5...v3.0.6) ##### Fixed - Support square bracket notation in paths ([#&#8203;6519](https://github.com/tailwindlabs/tailwindcss/pull/6519)) - Ensure all plugins are executed for a given candidate ([#&#8203;6540](https://github.com/tailwindlabs/tailwindcss/pull/6540)) ### [`v3.0.5`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;305---2021-12-15) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.4...v3.0.5) ##### Fixed - Revert: add `li` to list-style reset ([9777562d](https://github.com/tailwindlabs/tailwindcss/commit/9777562da37ee631bbf77374c0d14825f09ef9af)) ### [`v3.0.4`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;304---2021-12-15) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.3...v3.0.4) ##### Fixed - Insert always-on defaults layer in correct spot ([#&#8203;6526](https://github.com/tailwindlabs/tailwindcss/pull/6526)) ### [`v3.0.3`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;303---2021-12-15) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.2...v3.0.3) ##### Added - Warn about invalid globs in `content` ([#&#8203;6449](https://github.com/tailwindlabs/tailwindcss/pull/6449)) - Add standalone tailwindcss CLI ([#&#8203;6506](https://github.com/tailwindlabs/tailwindcss/pull/6506)) - Add `li` to list-style reset ([00f60e6](https://github.com/tailwindlabs/tailwindcss/commit/00f60e61013c6e4e3419e4b699371a13eb30b75d)) ##### Fixed - Don't output unparsable values ([#&#8203;6469](https://github.com/tailwindlabs/tailwindcss/pull/6469)) - Fix text decoration utilities from overriding the new text decoration color/style/thickness utilities when used with a modifier ([#&#8203;6378](https://github.com/tailwindlabs/tailwindcss/pull/6378)) - Move defaults to their own always-on layer ([#&#8203;6500](https://github.com/tailwindlabs/tailwindcss/pull/6500)) - Support negative values in safelist patterns ([#&#8203;6480](https://github.com/tailwindlabs/tailwindcss/pull/6480)) ### [`v3.0.2`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3024---2022-05-12) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.1...v3.0.2) ##### Fixed - Prevent nesting plugin from breaking other plugins ([#&#8203;7563](https://github.com/tailwindlabs/tailwindcss/pull/7563)) - Recursively collapse adjacent rules ([#&#8203;7565](https://github.com/tailwindlabs/tailwindcss/pull/7565)) - Preserve source maps for generated CSS ([#&#8203;7588](https://github.com/tailwindlabs/tailwindcss/pull/7588)) - Split box shadows on top-level commas only ([#&#8203;7479](https://github.com/tailwindlabs/tailwindcss/pull/7479)) - Use local user CSS cache for `@apply` ([#&#8203;7524](https://github.com/tailwindlabs/tailwindcss/pull/7524)) - Invalidate context when main CSS changes ([#&#8203;7626](https://github.com/tailwindlabs/tailwindcss/pull/7626)) - Only add `!` to selector class matching template candidate when using important modifier with mutli-class selectors ([#&#8203;7664](https://github.com/tailwindlabs/tailwindcss/pull/7664)) - Correctly parse and prefix animation names with dots ([#&#8203;7163](https://github.com/tailwindlabs/tailwindcss/pull/7163)) - Fix extraction from template literal/function with array ([#&#8203;7481](https://github.com/tailwindlabs/tailwindcss/pull/7481)) - Don't output unparsable arbitrary values ([#&#8203;7789](https://github.com/tailwindlabs/tailwindcss/pull/7789)) - Fix generation of `div:not(.foo)` if `.foo` is never defined ([#&#8203;7815](https://github.com/tailwindlabs/tailwindcss/pull/7815)) - Allow for custom properties in `rgb`, `rgba`, `hsl` and `hsla` colors ([#&#8203;7933](https://github.com/tailwindlabs/tailwindcss/pull/7933)) - Remove autoprefixer as explicit peer-dependency to avoid invalid warnings in situations where it isn't actually needed ([#&#8203;7949](https://github.com/tailwindlabs/tailwindcss/pull/7949)) - Ensure the `percentage` data type is validated correctly ([#&#8203;8015](https://github.com/tailwindlabs/tailwindcss/pull/8015)) ##### Changed - Replace `chalk` with `picocolors` ([#&#8203;6039](https://github.com/tailwindlabs/tailwindcss/pull/6039)) - Replace `cosmiconfig` with `lilconfig` ([#&#8203;6039](https://github.com/tailwindlabs/tailwindcss/pull/6038)) - Update `cssnano` to avoid removing empty variables when minifying ([#&#8203;7818](https://github.com/tailwindlabs/tailwindcss/pull/7818)) ### [`v3.0.1`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;3019---2022-02-07) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.0...v3.0.1) ##### Fixed - Fix preflight border color fallback ([#&#8203;7288](https://github.com/tailwindlabs/tailwindcss/pull/7288)) - Correctly parse shadow lengths without a leading zero ([#&#8203;7289](https://github.com/tailwindlabs/tailwindcss/pull/7289)) - Don't crash when scanning extremely long class candidates ([#&#8203;7331](https://github.com/tailwindlabs/tailwindcss/pull/7331)) - Use less hacky fix for URLs detected as custom properties ([#&#8203;7275](https://github.com/tailwindlabs/tailwindcss/pull/7275)) - Correctly generate negative utilities when dash is before the prefix ([#&#8203;7295](https://github.com/tailwindlabs/tailwindcss/pull/7295)) - Detect prefixed negative utilities in the safelist ([#&#8203;7295](https://github.com/tailwindlabs/tailwindcss/pull/7295)) ### [`v3.0.0`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;300---2021-12-09) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.19...v3.0.0) ##### Fixed - Enforce the order of some variants (like `before` and `after`) ([#&#8203;6018](https://github.com/tailwindlabs/tailwindcss/pull/6018)) ##### Added - Add `placeholder` variant ([#&#8203;6106](https://github.com/tailwindlabs/tailwindcss/pull/6106)) - Add composable `touch-action` utilities ([#&#8203;6115](https://github.com/tailwindlabs/tailwindcss/pull/6115)) - Add support for "arbitrary properties" ([#&#8203;6161](https://github.com/tailwindlabs/tailwindcss/pull/6161)) - Add `portrait` and `landscape` variants ([#&#8203;6046](https://github.com/tailwindlabs/tailwindcss/pull/6046)) - Add `text-decoration-style`, `text-decoration-thickness`, and `text-underline-offset` utilities ([#&#8203;6004](https://github.com/tailwindlabs/tailwindcss/pull/6004)) - Add `menu` reset to preflight ([#&#8203;6213](https://github.com/tailwindlabs/tailwindcss/pull/6213)) - Allow `0` as a valid `length` value ([#&#8203;6233](https://github.com/tailwindlabs/tailwindcss/pull/6233), [#&#8203;6259](https://github.com/tailwindlabs/tailwindcss/pull/6259)) - Add CSS functions to data types ([#&#8203;6258](https://github.com/tailwindlabs/tailwindcss/pull/6258)) - Support negative values for `scale-*` utilities ([c48e629](https://github.com/tailwindlabs/tailwindcss/commit/c48e629955585ad18dadba9f470fda59cc448ab7)) - Improve `length` data type, by validating each value individually ([#&#8203;6283](https://github.com/tailwindlabs/tailwindcss/pull/6283)) ##### Changed - Deprecate `decoration-slice` and `decoration-break` in favor `box-decoration-slice` and `box-decoration-break` *(non-breaking)* ([#&#8203;6004](https://github.com/tailwindlabs/tailwindcss/pull/6004)) ### [`v2.2.19`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2219---2021-10-29) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.18...v2.2.19) ##### Fixed - Ensure `corePlugins` order is consisent in AOT mode ([#&#8203;5928](https://github.com/tailwindlabs/tailwindcss/pull/5928)) ### [`v2.2.18`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2218---2021-10-29) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.17...v2.2.18) ##### Fixed - Bump versions for security vulnerabilities ([#&#8203;5924](https://github.com/tailwindlabs/tailwindcss/pull/5924)) ### [`v2.2.17`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2217---2021-10-13) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.16...v2.2.17) ##### Fixed - Configure chokidar's `awaitWriteFinish` setting to avoid occasional stale builds on Windows ([#&#8203;5758](https://github.com/tailwindlabs/tailwindcss/pull/5758)) ### [`v2.2.16`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2216---2021-09-26) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.15...v2.2.16) ##### Fixed - JIT: Properly handle animations that use CSS custom properties ([#&#8203;5602](https://github.com/tailwindlabs/tailwindcss/pull/5602)) ### [`v2.2.15`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2215---2021-09-10) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.14...v2.2.15) ##### Fixed - Ensure using CLI without `-i` for input file continues to work even though deprecated ([#&#8203;5464](https://github.com/tailwindlabs/tailwindcss/pull/5464)) ### [`v2.2.14`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2214---2021-09-08) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.13...v2.2.14) ##### Fixed - Only use `@defaults` in JIT, switch back to `clean-css` in case there's any meaningful differences in the output ([bf248cb](https://github.com/tailwindlabs/tailwindcss/commit/bf248cb0de889d48854fbdd26536f4a492556efd)) ### [`v2.2.13`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2213---2021-09-08) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.12...v2.2.13) ##### Fixed - Replace `clean-css` with `cssnano` for CDN builds to fix minified builds ([75cc3ca](https://github.com/tailwindlabs/tailwindcss/commit/75cc3ca305aedddc8a85f3df1a420fefad3fb5c4)) ### [`v2.2.12`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2212---2021-09-08) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.11...v2.2.12) ##### Fixed - Ensure that divide utilities inject a default border color ([#&#8203;5438](https://github.com/tailwindlabs/tailwindcss/pull/5438)) ### [`v2.2.11`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2211---2021-09-07) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.10...v2.2.11) ##### Fixed - Rebundle to fix missing CLI peer dependencies ### [`v2.2.10`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;2210---2021-09-06) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.9...v2.2.10) ##### Fixed - Fix build error when using `presets: []` in config file ([#&#8203;4903](https://github.com/tailwindlabs/tailwindcss/pull/4903)) ##### Added - Reintroduce universal selector optimizations under experimental `optimizeUniversalDefaults` flag ([a9e160c](https://github.com/tailwindlabs/tailwindcss/commit/a9e160cf9acb75a2bbac34f8864568b12940f89a)) ### [`v2.2.9`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;229---2021-08-30) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.8...v2.2.9) ##### Fixed - JIT: Fix `@apply`ing utilities that contain variants + the important modifier ([#&#8203;4854](https://github.com/tailwindlabs/tailwindcss/pull/4854)) - JIT: Don't strip "null" when parsing tracked file paths ([#&#8203;5008](https://github.com/tailwindlabs/tailwindcss/pull/5008)) - Pin `clean-css` to v5.1.4 to fix empty CSS variables in CDN builds ([#&#8203;5338](https://github.com/tailwindlabs/tailwindcss/pull/5338)) ### [`v2.2.8`](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md#&#8203;228---2021-08-27) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.7...v2.2.8) ##### Fixed - Improve accessibility of default link focus styles in Firefox ([#&#8203;5082](https://github.com/tailwindlabs/tailwindcss/pull/5082)) - JIT: Fix animation variants corrupting keyframes rules ([#&#8203;5223](https://github.com/tailwindlabs/tailwindcss/pull/5223)) - JIT: Ignore escaped commas when splitting selectors to apply prefixes ([#&#8203;5239](https://github.com/tailwindlabs/tailwindcss/pull/5239/)) - Nesting: Maintain PostCSS node sources when handling `@apply` ([#&#8203;5249](https://github.com/tailwindlabs/tailwindcss/pull/5249)) - JIT: Fix support for animation lists ([#&#8203;5252](https://github.com/tailwindlabs/tailwindcss/pull/5252)) - JIT: Fix arbitrary value support for `object-position` utilities ([#&#8203;5245](https://github.com/tailwindlabs/tailwindcss/pull/5245)) - CLI: Abort watcher if stdin is closed to avoid zombie processes ([#&#8203;4997](https://github.com/tailwindlabs/tailwindcss/pull/4997)) - JIT: Ignore arbitrary values with unbalanced brackets ([#&#8203;5293](https://github.com/tailwindlabs/tailwindcss/pull/5293)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
odit_renovate added the
priority:medium
status:review_needed
enhancement
labels 2022-04-13 18:20:03 +00:00
odit_renovate added 1 commit 2022-04-13 18:20:04 +00:00
odit_renovate requested review from niggl 2022-04-13 18:20:04 +00:00
odit_renovate requested review from philipp 2022-04-13 18:20:04 +00:00
niggl merged commit 9853ee74a1 into main 2022-04-13 18:21:13 +00:00
niggl deleted branch renovate/tailwindcss-3.x 2022-04-13 18:21:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kauft.es/linkylinky-chrome#4
No description provided.