cedar-embeddable-editor 2.0.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.0.3] - 2026-08-27
11
+
12
+ This release aligns CEE's build-time model dependency with the public
13
+ `cedar-model-typescript-library@1.0.4` package. The model library remains compiled into CEE's
14
+ browser bundle and is not a runtime dependency for embedding applications.
15
+
16
+ ### Changed
17
+
18
+ - The application and visual-test dependency graphs now pin the same public
19
+ `cedar-model-typescript-library@1.0.4` tarball from npmjs.
20
+
21
+ ## [2.0.2] - 2026-08-27
22
+
23
+ The second stable release on the 2.x line adds field identities to required-value validation and
24
+ bundles the public `cedar-model-typescript-library@1.0.3`. The application and the visual fixtures
25
+ use that same model build, so the package exercised in browsers carries the contract those fixtures
26
+ were generated against.
27
+
28
+ ### Added
29
+
30
+ - The data quality report now includes one `required` problem for each unsatisfied required field
31
+ declaration, with the same `path`, `field`, and `inputType` carried by other problems. The report's
32
+ four-member shape, required-field counters, and validity result are unchanged; hosts that already
33
+ read `problems` gain the field identities that the counters alone could not provide.
34
+
35
+ ### Changed
36
+
37
+ - The application and visual-test dependency graphs now use the public
38
+ `cedar-model-typescript-library@1.0.3` release from npmjs.
39
+
10
40
  ## [2.0.1] - 2026-08-21
11
41
 
12
42
  The first stable release on the 2.x line, published to npmjs as `cedar-embeddable-editor@2.0.1`.