Releases: studiometa/tailwind-config
Releases · studiometa/tailwind-config
v2.1.0
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
Removed
- Remove
generateZIndexes
from the tailwind.config.js
in the tests (b53d6b2)
v2.0.1
Fixed
- Fix packages version number
Changed
- Change release Github workflow
v2.0.0
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
Added
- Add support for Tailwind CSS v3 (#65)
Changed
v1.0.4
Fixed
- Fix the package publication (2b35805)
v1.0.3
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
Fixed
- Fix the NPM version badge (5a9dc86)
Security
- Updated lodash (#30)
- Updated elliptic (#31)
v1.0.1
Changed
- Publish package via Github Action (ff84c9c)
- Reduce the package size (380f45f)
v1.0.0
Added
Changed
- Update Tailwind CSS to the latest version (9755ec8)
Security