This repository was archived by the owner on Dec 15, 2024. It is now read-only.
Releases: benface/tailwindcss-config
Releases · benface/tailwindcss-config
v4.0.0
Added
- Support for Tailwind 1.5 and 1.6
Changed
- Changed the
defaultborderColorfromcurrentColortotransparent - Updated dependencies
- Lock the Tailwind dependencies to specific versions to prevent any change to the generated CSS for the life of a given version of
tailwindcss-config
Removed
- Removed the
tailwindcss-animationsplugin along with thedefaultAnimationDuration,maxAnimationDuration,animationDurationStep,maxAnimationDelay, andanimationDelayStepoptions, since animation utilities are built into Tailwind 1.6 - Removed the
gapLegacyoption sincetailwindcss-gapnow reads Tailwind’stargetoption (set it toie11to have the same output as the oldgapLegacy: true)
v3.2.0
Added
- The
rootFontSizeoption now accepts an object with adefaultkey and breakpoint-specific root font sizes, useful to enlarge UI elements on large screens - Added a
contentutility
Changed
- Updated
tailwindcss-fluid-containerto4.0.0 - Updated
tailwindcss-altto3.0.0 - Updated
tailwindcss-typographyto3.1.0 - Updated
tailwindcss-childrento2.1.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
v3.0.0-beta.3
Added
- Re-added the
transform-style,backface-visibility,transform-box,transition-delay, andwill-changeutilities which were temporarily removed in beta 1
Changed
- Updated plugins to their latest version
v3.0.0-beta.2
Fixed
- Fixed the transition property utilities with more than one CSS property
v3.0.0-beta.1
Added
- Added
maxLineHeightandlineHeightStepoptions that default to40and1respectively - Added
maxTranslateandtranslateStepoptions that default to200and5respectively - Added
minSkew,maxSkew, andskewStepoptions that default to-45,45, and5respectively - Added
min-w-autoandmin-h-autoutilities
Changed
- Changed the default value of
gridResolutionfrom1to4 - Changed the default value of
maxPxSpacingfrom0to16 - Changed the default value of
maxBorderWidthfrom20to40 - Changed the default value of
rotateStepfrom45to5 - Updated plugins to their latest version
Removed
- Removed the deprecated
tailwindcss-transformsandtailwindcss-transitionsplugins, since Tailwind 1.2 comes with transform and transition utilities - Removed the
enable3dTransformsoption, and as a result 3D transform utilities are no longer generated