Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
</PropertyGroup>
</Project>
Loading