Skip to content

Releases: tailwindlabs/tailwindcss

v2.0.0-alpha.10

09 Nov 21:44
Compare
Choose a tag to compare
v2.0.0-alpha.10 Pre-release
Pre-release

Added

  • Added new ring utilities (#2747)
  • Added 5 and 95 to opacity scale (#2747)

Changed

  • Removed shadow-outline, shadow-solid, and shadow-xs in favor of new ring API (#2747)

v2.0.0-alpha.9

07 Nov 20:17
Compare
Choose a tag to compare
v2.0.0-alpha.9 Pre-release
Pre-release

Added

  • Added shadow-solid utility, a 2px solid shadow that uses the current text color (369cfae)
  • Enable focus-within where useful by default (1a21f072)

Changed

  • Update shadow-outline to use the new blue (b078238)

v2.0.0-alpha.8

06 Nov 14:44
Compare
Choose a tag to compare
v2.0.0-alpha.8 Pre-release
Pre-release

Added

  • Add 11 to spacing scale (7f05204)
  • Add percentage-based height values (5259560)
  • Add indigo to the color palette by default (700866c)

Changed

  • Use coolGray as the default gray (700866c)

v2.0.0-alpha.7

05 Nov 12:43
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release

Changed

  • Revert upgrading to PostCSS 8 lol (we'll still migrate to PostCSS 8 before release... maybe.)

v2.0.0-alpha.6

04 Nov 15:23
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

Changed

  • Respect preserveHtmlElements option even when using custom PurgeCSS extractor (#2704)
  • Set font-family and line-height to inherit on body to behave more like v1.x (#2729)

v2.0.0-alpha.5

30 Oct 12:57
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

Changed

v2.0.0-alpha.4

29 Oct 14:19
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

Added

  • Support deep merging of arrays of objects under extend (#2700)

v2.0.0-alpha.3

27 Oct 15:16
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

Added

  • Support flattening deeply nested color objects (#2148)
  • Support defining presets as functions (#2680)

Changed

  • Merge extend objects deeply by default (#2679)
  • Rename flex-no-wrap to flex-nowrap (#2676)

v2.0.0-alpha.2

25 Oct 16:49
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Added

  • Support extend in variants configuration (#2651)
  • Add max-w-prose class by default (#2574)

Changed

  • Revert use of logical properties for space and divide utilities (#2644)
  • space and divide utilities ignore elements with [hidden] now instead of only ignoring template elements (#2642)
  • Set default font on body, not just html (#2643)
  • Automatically prefix keyframes and animation names when a prefix is configured (#2621, #2641)
  • Rename whitespace-no-wrap to whitespace-nowrap (#2664)

v1.9.6

23 Oct 18:13
Compare
Choose a tag to compare

Changed

  • The presets feature had unexpected behavior where a preset config without its own presets key would not extend the default config. (#2662)

    If you were depending on this unexpected behavior, just add presets: [] to your own preset to exclude the default configuration.