Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Releases: benface/tailwindcss-config

v4.0.0

05 Aug 01:09

Choose a tag to compare

Added

  • Support for Tailwind 1.5 and 1.6

Changed

  • Changed the default borderColor from currentColor to transparent
  • 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-animations plugin along with the defaultAnimationDuration, maxAnimationDuration, animationDurationStep, maxAnimationDelay, and animationDelayStep options, since animation utilities are built into Tailwind 1.6
  • Removed the gapLegacy option since tailwindcss-gap now reads Tailwind’s target option (set it to ie11 to have the same output as the old gapLegacy: true)

v3.2.0

11 May 02:39

Choose a tag to compare

Added

  • The rootFontSize option now accepts an object with a default key and breakpoint-specific root font sizes, useful to enlarge UI elements on large screens
  • Added a content utility

Changed

  • Updated tailwindcss-fluid-container to 4.0.0
  • Updated tailwindcss-alt to 3.0.0
  • Updated tailwindcss-typography to 3.1.0
  • Updated tailwindcss-children to 2.1.0

v3.1.0

09 May 18:26

Choose a tag to compare

Added

  • Support for Tailwind 1.3 and 1.4 features
    • Added purgecss and target options
    • Set the variants for the new color opacity utilities
    • Disabled the new space and divide utilities by default

v3.0.2

19 Apr 19:30

Choose a tag to compare

Changed

  • Updated tailwindcss-gap to 6.0.0

v3.0.1

16 Apr 10:18

Choose a tag to compare

Fixed

  • Fixed a bug that prevented linear gradient utilities from being generated by default

v3.0.0

20 Feb 00:13

Choose a tag to compare

Changed

  • Updated plugins to their latest version

v3.0.0-beta.3

14 Feb 16:56

Choose a tag to compare

Added

  • Re-added the transform-style, backface-visibility, transform-box, transition-delay, and will-change utilities which were temporarily removed in beta 1

Changed

  • Updated plugins to their latest version

v3.0.0-beta.2

06 Feb 23:23

Choose a tag to compare

Fixed

  • Fixed the transition property utilities with more than one CSS property

v3.0.0-beta.1

06 Feb 21:57

Choose a tag to compare

Added

  • Added maxLineHeight and lineHeightStep options that default to 40 and 1 respectively
  • Added maxTranslate and translateStep options that default to 200 and 5 respectively
  • Added minSkew, maxSkew, and skewStep options that default to -45, 45, and 5 respectively
  • Added min-w-auto and min-h-auto utilities

Changed

  • Changed the default value of gridResolution from 1 to 4
  • Changed the default value of maxPxSpacing from 0 to 16
  • Changed the default value of maxBorderWidth from 20 to 40
  • Changed the default value of rotateStep from 45 to 5
  • Updated plugins to their latest version

Removed

  • Removed the deprecated tailwindcss-transforms and tailwindcss-transitions plugins, since Tailwind 1.2 comes with transform and transition utilities
  • Removed the enable3dTransforms option, and as a result 3D transform utilities are no longer generated

v2.2.7

03 Feb 19:37

Choose a tag to compare

Changed

  • The root font-size is now declared in % instead of rem
  • Updated tailwindcss-transitions to 2.2.0