Skip to content

Releases: studiometa/tailwind-config

v2.1.0

20 Dec 12:39
Compare
Choose a tag to compare

Added

  • Add the Custom Container plugin (0de7300)
  • Add the custom variant children: (2ab1f01)
  • Add the variants factory plugin (761a723)

Updated

  • Update postcss to version 8.4.31 (1593faa)
  • Update all npm dependencies (2022-10-27) (d24c42e)

v2.0.2

30 Aug 12:12
Compare
Choose a tag to compare

Removed

  • Remove generateZIndexes from the tailwind.config.js in the tests (b53d6b2)

v2.0.1

30 Aug 11:43
2.0.1
6b0a301
Compare
Choose a tag to compare

Fixed

  • Fix packages version number

Changed

  • Change release Github workflow

v2.0.0

30 Aug 11:34
Compare
Choose a tag to compare

Added

  • Add an example of another alternative of the grid plugin using the Tailwind grid (2e24de7)
  • Export screens for external uses (6c698c5 and #63)

Changed

  • Update z-indexes (ec68585)
  • ⚠️ Breaking: Prefix the grid plugin classes with float- (3cd3317 & 8640564)
  • ⚠️ Breaking: Re-enable the display core plugin (4f34727)
  • Move zIndex configuration to extend (ffe8924)
  • Update the breakpoints (6c698c5 and #63)

Removed

  • ⚠️ Breaking: The debug-outline plugin (266ded8)
  • ⚠️ Breaking: The obsolete variants property (505126c)
  • ⚠️ Breaking: Colors from the config (562248d)

v1.1.0

18 Mar 16:18
1.1.0
9f3474e
Compare
Choose a tag to compare

Added

  • Add support for Tailwind CSS v3 (#65)

Changed

  • Update NPM dependencies

v1.0.4

14 Jun 17:50
1.0.4
6be75e6
Compare
Choose a tag to compare

Fixed

  • Fix the package publication (2b35805)

v1.0.3

14 Jun 17:44
1.0.3
5359eb1
Compare
Choose a tag to compare

Fixed

  • Fix the grid plugin not working with the JIT mode (#55, fix #54)

Changed

  • Update VuePress to v2
  • Switch to a workspace configuration to manage source files, docs and tests

v1.0.2

04 Aug 09:02
Compare
Choose a tag to compare

Fixed

  • Fix the NPM version badge (5a9dc86)

Security

  • Updated lodash (#30)
  • Updated elliptic (#31)

v1.0.1

11 Jun 09:42
Compare
Choose a tag to compare

Changed

  • Publish package via Github Action (ff84c9c)
  • Reduce the package size (380f45f)

v1.0.0

11 Jun 09:09
Compare
Choose a tag to compare

Added

Changed

  • Update Tailwind CSS to the latest version (9755ec8)

Security