From 4beb7508de4f3fbc1fe8d85a7e42600b5def1f9f Mon Sep 17 00:00:00 2001 From: OMpawar-21 Date: Mon, 11 May 2026 11:59:07 +0530 Subject: [PATCH] feat: version bump and changelog for Live Preview editable tags --- CHANGELOG.md | 11 ++++++++++- Directory.Build.props | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72dbee7..d6655d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -### Version: 1.2.0 +### Version: 1.3.0 + +#### Date: May-11-2026 +- Added Live Preview editable tags support through `addEditableTags` and `addTags`. +- Added variant-aware CSLP tag generation using `_applied_variants` / `system.applied_variants`. +- Added nested fields, arrays, references, and null-safe editable tag generation. +- Added configurable locale casing through `AddEditableTagsOptions.UseLowerCaseLocale`. +- Added unit tests for Live Preview editable tags. + + #### Date: March-31-2026 - Added `GetVariantMetadataTags(JObject, string)` and `GetVariantMetadataTags(JArray, string)` as the canonical API for building the `data-csvariants` payload (same behavior as the previous helpers). diff --git a/Directory.Build.props b/Directory.Build.props index 8bdd5df..d602e14 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.2.0 + 1.3.0