Skip to content

Commit 641bfe7

Browse files
authored
Update CHANGELOG for version 2.0.0
Updated CHANGELOG for version 2.0.0, including breaking changes and new features related to Newtonsoft.Json and System.Text.Json migration.
1 parent 3a30f9f commit 641bfe7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@
3434
- RTE JSON deserialization tolerates **trailing commas** when using the documented test/helper patterns (`AllowTrailingCommas`); attribute dictionaries may surface **`JsonElement`** values instead of boxed strings—use helpers or unwrap explicitly if you access `Node.attrs` directly.
3535
- Internal: `LangVersion` set to **latest** for multi-target builds; utilities normalize attribute values where the HTML pipeline expects strings.
3636

37+
### Version: 1.4.0
38+
#### Date: June-23-2026
39+
- Added `EmbeddedObject` as a concrete implementation of `IEmbeddedObject`, covering both `IEmbeddedEntry` and `IEmbeddedAsset`.
40+
- Added `EmbeddedObjectConverter` to resolve `IEmbeddedObject` during JSON deserialization without requiring changes in consumer code.
41+
- Custom fields on embedded entries and assets are preserved via `[JsonExtensionData]`.
42+
43+
### Version: 1.3.0
44+
45+
#### Date: May-11-2026
46+
- Added Live Preview editable tags support through `addEditableTags` and `addTags`.
47+
- Added variant-aware CSLP tag generation using `_applied_variants` / `system.applied_variants`.
48+
- Added nested fields, arrays, references, and null-safe editable tag generation.
49+
- Added configurable locale casing through `AddEditableTagsOptions.UseLowerCaseLocale`.
50+
- Added unit tests for Live Preview editable tags.
51+
3752
### Version: 1.2.0
3853
#### Date: March-31-2026
3954
- Added `GetVariantMetadataTags(JObject, string)` and `GetVariantMetadataTags(JArray, string)` as the canonical API for building the `data-csvariants` payload (same behavior as the previous helpers).

0 commit comments

Comments
 (0)