Skip to content

Commit b4649b3

Browse files
authored
Merge pull request #63 from contentstack/enhc/DX-5741-upgrade-version-bump
feat: version bump and changelog for Live Preview editable tags
2 parents b57d7e0 + 4beb750 commit b4649b3

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
### Version: 1.2.0
1+
### Version: 1.3.0
2+
3+
#### Date: May-11-2026
4+
- Added Live Preview editable tags support through `addEditableTags` and `addTags`.
5+
- Added variant-aware CSLP tag generation using `_applied_variants` / `system.applied_variants`.
6+
- Added nested fields, arrays, references, and null-safe editable tag generation.
7+
- Added configurable locale casing through `AddEditableTagsOptions.UseLowerCaseLocale`.
8+
- Added unit tests for Live Preview editable tags.
9+
10+
211
#### Date: March-31-2026
312
- Added `GetVariantMetadataTags(JObject, string)` and `GetVariantMetadataTags(JArray, string)` as the canonical API for building the `data-csvariants` payload (same behavior as the previous helpers).
413

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.2.0</Version>
3+
<Version>1.3.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)