Skip to content

Releases: studiometa/tailwind-config

v1.0.0-alpha.9

12 Mar 13:16
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

Added

  • Extend the transitionTimingFunction configuration with a set of common easings (#24, 8993aa0)
  • Extend the inset configuration with a set of common values (#25, d63f6fd)
  • Add a "Full config reference" page to the documentation to quickly browse the final configuration generated (#26, 533a44d)

v1.0.0-alpha.8

17 Feb 17:13
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

Added

v1.0.0-alpha.7

11 Feb 22:23
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

Fixed

  • Fix the order of the media queries declaration (e7807ed)

Changed

  • Update the typography plugin (b7f7dc3)
  • Move the debug outline classes to components instead of base (748fb62)
  • Replace heavy @studiometa/gulp-config with Parcel (0afe45a)

Added

  • Add an advanced example to the grid plugin documentation (068618e)
  • Add the current property in the global colors configuration (0d0606d)
  • Add the configuration documentation (026e582)
  • Center the container by default (21a1998)
  • Add a custom display plugin to remove the core .grid class (566fc20)
  • Add the Tailwind CSS v1 package as a peer dependency (e0e6f69)
  • Add a prefix options to the custom plugins to avoid class conflict (see #18) (e7a9f8d)
  • Add a code quality action with ESLint (758f240)

Removed

  • Delete the unnecessary typography plugin configuration (fe858be)
  • Remove the custom width and height configuration (1be1b07)
  • Remove our custom spacing configuration (dec4271) (⚠️ breaking change: Tailwind has a 4px base unit where we had a 8px one)
  • Delete the variants similar to the default configuration (b089dcb)
  • Delete the auto key-value pair from the spacing configuration (45b2bec)
  • Delete the translate configuration (e0b3e90)
  • Delete the empty order configuration (b9a3cc2)
  • Delete some flex configurations (55b4125)
  • Delete the typography configuration (16b7478)

v1.0.0-alpha.6

03 Feb 08:00
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Added

  • Improve the debug outline plugin function names (099a5c0)

Changed

  • Move the grid plugin's configuration to a theme property (feb51a3)

Fixed

  • Filter out the non-defined breakpoint gutterWidth (1f88361)

Doc

  • Update the grid plugin's documentation (2f8c775)
  • Add documentation for the debug outline plugin (ba06d4e)
  • Fix a warning in the documentation's Preview component (4b3af9c)

v1.0.0-alpha.5

29 Jan 16:07
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Added

v1.0.0-alpha.4

22 Jan 14:04
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Added

  • Add a first draft for the documentation (e21b769)
  • Add a test build (7363ffc)

Fixed

  • Fix the missing unit for the spacing theme configuration (becde0e)
  • Fix the grid plugin (b81da68)

v1.0.0-alpha.3

21 Jan 13:23
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Fixed

  • Remove empty configuration objects to enable all default classes from Tailwind (2d65f5b)

v1.0.0-alpha.2

20 Jan 13:17
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Fixed

  • Fix the debug outline colors (d226aaf)

Changed

  • Upgrade the ESLint configuration package (2caf53d)

v1.0.0-alpha.1

20 Jan 11:50
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Added

  • Add a default configuration
  • Add a grid plugin
  • Add a debug plugin

Fixed

  • Fix the linting tasks with ESLint
  • Format the files with ESLint and Prettier

v1.0.0-alpha.0

08 Jan 13:29
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

First release! 🎉

The exported configuration is empty at the moment, you will have to wait for the next alpha release to see interesting stuff.