From 1c760eefceaf97c77ecc61956182affc2d666c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:18:49 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96984ecb..b0812c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a ### Added - Introduced new, more flexible, and simpler to use `tailwindClasses` function. Replaces `getTwPart`, `getTwDynamicPart`, and `getTwClasses`. - - You can now apply classes to multiple parts within one option or combination! Also work with responsive options. - **Potentially breaking**: `twClassesEditor` is now appended to `twClasses`. If you need editor-only classes, you can now use the `twClassesEditorOnly` key. Editor-only classes replace `twClasses`, but will also have classes from `twClassesEditor`. - - There are now (basic) warnings for misconfiugrations of parts and options. + - **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. ## [9.1.6]