- Added Live Preview editable tags support through
addEditableTagsandaddTags. - 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.
- Added
GetVariantMetadataTags(JObject, string)andGetVariantMetadataTags(JArray, string)as the canonical API for building thedata-csvariantspayload (same behavior as the previous helpers).
- Added
GetVariantAliasesandGetDataCsvariantsAttributefor variant alias extraction anddata-csvariantsserialization; Invalid arguments throwArgumentException.
- Improved error messages
- Used 'title' and 'target' in a tags
- Used Class Name and Id property in JsonToHTML converter
- Classname and ID property support in text node
- Editable tags added
- Style attributes supported in converted HTML.
- Fragment tag support added
- Json RTE content to Html Support added.
- Introduce ContentStack Utils SDK for DOTNET.