Releases: infinum/eightshift-libs
Releases · infinum/eightshift-libs
9.3.0
9.2.2
9.2.1
Changes:
- Fixed bug with
combinations
output intailwindClasses
helper.
9.2.0
Changes:
- Introduced new, more flexible, and simpler to use
tailwindClasses
function. ReplacesgetTwPart
,getTwDynamicPart
, andgetTwClasses
.- Potentially breaking:
twClassesEditor
is now appended totwClasses
. If you need editor-only classes, you can now use thetwClassesEditorOnly
key. Editor-only classes replacetwClasses
, but will also have classes fromtwClassesEditor
. - Potentially breaking:
parts
key in manifest now supports specifying multiple parts just with a comma-separated string. - You can now apply classes to multiple parts within one option or combination! Also work with responsive options.
- There are now (basic) warnings for misconfigurations of parts and options.
- Potentially breaking: