PR #39 opened: chore(deps): bump the minor-and-patch group with 9 updates
Bumps the minor-and-patch group with 9 updates:
| Package | From | To |
|---|---|---|
| @tailwindcss/vite | 4.1.18 | 4.2.0 |
| lucide-react | 0.564.0 | 0.575.0 |
| tailwind-merge | 3.4.1 | 3.5.0 |
| tailwindcss | 4.1.18 | 4.2.0 |
| typescript-eslint | 8.55.0 | 8.56.0 |
| @rollup/rollup-linux-x64-gnu | 4.57.1 | 4.59.0 |
| @rollup/rollup-win32-x64-msvc | 4.57.1 | 4.59.0 |
| @tailwindcss/oxide-linux-x64-gnu | 4.1.18 | 4.2.0 |
| @tailwindcss/oxide-win32-x64-msvc | 4.1.18 | 4.2.0 |
Updates @tailwindcss/vite from 4.1.18 to 4.2.0
▶Release notes
Sourced from @tailwindcss/vite's releases.
v4.2.0
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Changelog
Sourced from @tailwindcss/vite's changelog.
[4.2.0] - 2026-02-18
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Commits
1b164114.2.0 (#19695)d9fff9fdocs: update package README CI badge to main (#19692)bc6e4b8Fallback toconfig.createResolverforclientandssrenvironments in `@...f212b0ffix: restore full page reload for watched external files on Vite 7.1+ (#19670)8ed67bfFix Tailwind CSS package README GitHub links (#19644)e3e85b3[tailwindcss-vite] Add Register dependency messages logline (#19611)- See full diff in compare view
Updates lucide-react from 0.564.0 to 0.575.0
▶Release notes
Sourced from lucide-react's releases.
Version 0.575.0
What's Changed
- feat(icons): added
message-square-checkicon by@karsa-mistmerein lucide-icons/lucide#4076- fix(lucide): Fix ESM Module output path in build by
@ericfennisin lucide-icons/lucide#4084- feat(icons): added
metronomeicon by@edwloefin lucide-icons/lucide#4063- fix(icons): remove execution permission of SVG files by
@duckafirein lucide-icons/lucide#4053- fix(icons): changed
file-pen-lineicon by@jguddasin lucide-icons/lucide#3970- feat(icons): added
square-arrow-right-exitandsquare-arrow-right-entericons by@EthanHazelin lucide-icons/lucide#3958- fix(icons): renamed
flip-*tosquare-centerline-dashed-*by@jguddasin lucide-icons/lucide#3945New Contributors
@edwloefmade their first contribution in lucide-icons/lucide#4063@duckafiremade their first contribution in lucide-icons/lucide#4053Full Changelog: https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0
Version 0.574.0
What's Changed
- fix(icons): changed
rocking-chairicon by@jamiemlawin lucide-icons/lucide#3445- fix(icons): flipped
coinsicon by@jguddasin lucide-icons/lucide#3158- feat(icons): added
x-line-topicon by@jguddasin lucide-icons/lucide#2838- feat(icons): added
mouse-lefticon by@marvfashin lucide-icons/lucide#2788- feat(icons): added
mouse-righticon by@marvfashin lucide-icons/lucide#2787New Contributors
@marvfashmade their first contribution in lucide-icons/lucide#2788Full Changelog: https://github.com/lucide-icons/lucide/compare/0.572.0...0.574.0
Version 0.573.0
What's Changed
- fix(icons): changed
rocking-chairicon by@jamiemlawin lucide-icons/lucide#3445- fix(icons): flipped
coinsicon by@jguddasin lucide-icons/lucide#3158- feat(icons): added
x-line-topicon by@jguddasin lucide-icons/lucide#2838- feat(icons): added
mouse-lefticon by@marvfashin lucide-icons/lucide#2788- feat(icons): added
mouse-righticon by@marvfashin lucide-icons/lucide#2787New Contributors
@marvfashmade their first contribution in lucide-icons/lucide#2788Full Changelog: https://github.com/lucide-icons/lucide/compare/0.572.0...0.573.0
Version 0.572.0
What's Changed
- feat(icons): added
message-circle-checkicon by@Shrinks99in lucide-icons/lucide#3770New Contributors
@Shrinks99made their first contribution in lucide-icons/lucide#3770Full Changelog: https://github.com/lucide-icons/lucide/compare/0.571.0...0.572.0
... (truncated)
▶Commits
- See full diff in compare view
Updates tailwind-merge from 3.4.1 to 3.5.0
▶Release notes
Sourced from tailwind-merge's releases.
v3.5.0
New Features
- Add support for Tailwind CSS v4.2 by
@dcastilin dcastil/tailwind-merge#651Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.4.1...v3.5.0
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraphand more via@thnxdevfor sponsoring tailwind-merge! ❤️
▶Commits
270ac79v3.5.086f772eadd changelog for 3.5.06c1f77cMerge pull request #651 from dcastil/feature/add-support-for-tailwind-css-v4.27a4cacfAdd support for decimal fraction values9ef0f79fix incorrectly escaped charactersf4938b0update README with v4.2 supportb02a572Add Tailwind v4.2 font-features utilities support5bd25ecAdd Tailwind v4.2 logical sizing utilities697c920Add Tailwind v4.2 logical border block utilities6656a47Improve JSDoc comments for logical insets- Additional commits viewable in compare view
Updates tailwindcss from 4.1.18 to 4.2.0
▶Release notes
Sourced from tailwindcss's releases.
v4.2.0
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Changelog
Sourced from tailwindcss's changelog.
[4.2.0] - 2026-02-18
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)- Add
font-features-*utility forfont-feature-settings(#19623)Fixed
- Prevent double
@supportswrapper forcolor-mixvalues (#19450)- Allow whitespace around
@source inline()argument (#19461)- Emit comment when source maps are saved to files when using
@tailwindcss/cli(#19447)- Detect utilities containing capital letters followed by numbers (#19465)
- Fix class extraction for Rails' strict locals (#19525)
- Align
@utilityname validation with Oxide scanner rules (#19524)- Fix infinite loop when using
@variantinside@custom-variant(#19633)- Allow multiples of
.25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)- Ensure changes to external files listed via
@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)- Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
- Ensure import aliases in Astro v5 work without crashing when using
@tailwindcss/vite(#19677)- Allow escape characters in
@utilitynames to improve support with formatters such as Biome (#19626)- Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
- Add
.jjto default ignored content directories (#19687)Deprecated
- Deprecate
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)
▶Commits
1b164114.2.0 (#19695)6118f4fFix/misc docs and tests (#19652)5a4a7ebfix(canonicalize): prevent collapse cache pollution across calls (#19675)d0a5612Add mauve, olive, mist, and taupe color palettes (#19627)d9fff9fdocs: update package README CI badge to main (#19692)ed52d3efeat: handle backslash in@utilityname (#19626)6eb3b32Allow multiples of.25inaspect-*fractions (#19688)8ed67bfFix Tailwind CSS package README GitHub links (#19644)1638f35Bump dependencies (#19608)df96ea5Fix infinite loop when using@variantinside@custom-variantthat points ...- Additional commits viewable in compare view
▶Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tailwindcss since your current version.
Updates typescript-eslint from 8.55.0 to 8.56.0
▶Release notes
Sourced from typescript-eslint's releases.
v8.56.0
8.56.0 (2026-02-16)
🚀 Features
- support ESLint v10 (#12057)
🩹 Fixes
- use parser options from context.languageOptions (#12043)
❤️ Thank You
- Brad Zacher
@bradzacher- fnx
@DMartens- Joshua Chen
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.56.0 (2026-02-16)
🚀 Features
- support ESLint v10 (#12057)
❤️ Thank You
- Brad Zacher
@bradzacher- Joshua Chen
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
8b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)- See full diff in compare view
Updates @rollup/rollup-linux-x64-gnu from 4.57.1 to 4.59.0
▶Release notes
Sourced from @rollup/rollup-linux-x64-gnu's releases.
v4.59.0
4.59.0
2026-02-22
Features
- Throw when the generated bundle contains paths that would leave the output directory (#6276)
Pull Requests
- #6275: Validate bundle stays within output dir (
@lukastaegert)v4.58.0
4.58.0
2026-02-20
Features
- Also support
__NO_SIDE_EFFECTS__annotation before variable declarations declaring function expressions (#6272)Pull Requests
- #6256: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (
@njg7194,@lukastaegert)- #6259: docs: Correct typo and improve sentence structure in docs for
output.experimentalMinChunkSize(@millerick,@lukastaegert)- #6260: fix(deps): update rust crate swc_compiler_base to v47 (
@renovate[bot],@lukastaegert)- #6261: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6262: Avoid unnecessary cloning of the code string (
@lukastaegert)- #6263: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6265: chore(deps): lock file maintenance (
@renovate[bot])- #6267: fix(deps): update minor/patch updates (
@renovate[bot])- #6268: chore(deps): update dependency eslint-plugin-unicorn to v63 (
@renovate[bot],@lukastaegert)- #6269: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6270: chore(deps): lock file maintenance (
@renovate[bot])- #6272: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (
@lukastaegert)
▶Changelog
Sourced from @rollup/rollup-linux-x64-gnu's changelog.
4.59.0
2026-02-22
Features
- Throw when the generated bundle contains paths that would leave the output directory (#6276)
Pull Requests
- #6275: Validate bundle stays within output dir (
@lukastaegert)4.58.0
2026-02-20
Features
- Also support
__NO_SIDE_EFFECTS__annotation before variable declarations declaring function expressions (#6272)Pull Requests
- #6256: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (
@njg7194,@lukastaegert)- #6259: docs: Correct typo and improve sentence structure in docs for
output.experimentalMinChunkSize(@millerick,@lukastaegert)- #6260: fix(deps): update rust crate swc_compiler_base to v47 (
@renovate[bot],@lukastaegert)- #6261: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6262: Avoid unnecessary cloning of the code string (
@lukastaegert)- #6263: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6265: chore(deps): lock file maintenance (
@renovate[bot])- #6267: fix(deps): update minor/patch updates (
@renovate[bot])- #6268: chore(deps): update dependency eslint-plugin-unicorn to v63 (
@renovate[bot],@lukastaegert)- #6269: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6270: chore(deps): lock file maintenance (
@renovate[bot])- #6272: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (
@lukastaegert)
▶Commits
ae846954.59.0b39616eUpdate audit-resolvec60770dValidate bundle stays within output dir (#6275)33f39c14.58.0b61c408forward NO_SIDE_EFFECTS annotations to function expressions in variable decla...7f00689Extend agent instructionse7b2b85chore(deps): lock file maintenance (#6270)2aa5da9fix(deps): update minor/patch updates (#6267)4319837chore(deps): update dependency lru-cache to v11 (#6269)c3b6b4bchore(deps): update dependency eslint-plugin-unicorn to v63 (#6268)- Additional commits viewable in compare view
Updates @rollup/rollup-win32-x64-msvc from 4.57.1 to 4.59.0
▶Release notes
Sourced from @rollup/rollup-win32-x64-msvc's releases.
v4.59.0
4.59.0
2026-02-22
Features
- Throw when the generated bundle contains paths that would leave the output directory (#6276)
Pull Requests
- #6275: Validate bundle stays within output dir (
@lukastaegert)v4.58.0
4.58.0
2026-02-20
Features
- Also support
__NO_SIDE_EFFECTS__annotation before variable declarations declaring function expressions (#6272)Pull Requests
- #6256: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (
@njg7194,@lukastaegert)- #6259: docs: Correct typo and improve sentence structure in docs for
output.experimentalMinChunkSize(@millerick,@lukastaegert)- #6260: fix(deps): update rust crate swc_compiler_base to v47 (
@renovate[bot],@lukastaegert)- #6261: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6262: Avoid unnecessary cloning of the code string (
@lukastaegert)- #6263: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6265: chore(deps): lock file maintenance (
@renovate[bot])- #6267: fix(deps): update minor/patch updates (
@renovate[bot])- #6268: chore(deps): update dependency eslint-plugin-unicorn to v63 (
@renovate[bot],@lukastaegert)- #6269: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6270: chore(deps): lock file maintenance (
@renovate[bot])- #6272: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (
@lukastaegert)
▶Changelog
Sourced from @rollup/rollup-win32-x64-msvc's changelog.
4.59.0
2026-02-22
Features
- Throw when the generated bundle contains paths that would leave the output directory (#6276)
Pull Requests
- #6275: Validate bundle stays within output dir (
@lukastaegert)4.58.0
2026-02-20
Features
- Also support
__NO_SIDE_EFFECTS__annotation before variable declarations declaring function expressions (#6272)Pull Requests
- #6256: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (
@njg7194,@lukastaegert)- #6259: docs: Correct typo and improve sentence structure in docs for
output.experimentalMinChunkSize(@millerick,@lukastaegert)- #6260: fix(deps): update rust crate swc_compiler_base to v47 (
@renovate[bot],@lukastaegert)- #6261: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6262: Avoid unnecessary cloning of the code string (
@lukastaegert)- #6263: fix(deps): update minor/patch updates (
@renovate[bot],@lukastaegert)- #6265: chore(deps): lock file maintenance (
@renovate[bot])- #6267: fix(deps): update minor/patch updates (
@renovate[bot])- #6268: chore(deps): update dependency eslint-plugin-unicorn to v63 (
@renovate[bot],@lukastaegert)- #6269: chore(deps): update dependency lru-cache to v11 (
@renovate[bot])- #6270: chore(deps): lock file maintenance (
@renovate[bot])- #6272: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (
@lukastaegert)
▶Commits
ae846954.59.0b39616eUpdate audit-resolvec60770dValidate bundle stays within output dir (#6275)33f39c14.58.0b61c408forward NO_SIDE_EFFECTS annotations to function expressions in variable decla...7f00689Extend agent instructionse7b2b85chore(deps): lock file maintenance (#6270)2aa5da9fix(deps): update minor/patch updates (#6267)4319837chore(deps): update dependency lru-cache to v11 (#6269)c3b6b4bchore(deps): update dependency eslint-plugin-unicorn to v63 (#6268)- Additional commits viewable in compare view
Updates @tailwindcss/oxide-linux-x64-gnu from 4.1.18 to 4.2.0
▶Release notes
Sourced from @tailwindcss/oxide-linux-x64-gnu's releases.
v4.2.0
Added
- Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
- Add
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)- Add
pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)- Add
mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)- Add
scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)- Add
scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)- Add
border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)- Add
inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)- Add
block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)- Add
inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-endDescription has been truncated