Skip to content

Commit

Permalink
Edit changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigMacomber committed Jan 4, 2025
1 parent 6b4d8ed commit b0bbd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/grey-triangles-shout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"@fluidframework/tree": minor
"fluid-framework": minor
---
---
section: tree
Expand Down
3 changes: 2 additions & 1 deletion .changeset/moody-pandas-fall.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
"@fluidframework/tree": minor
"fluid-framework": minor
---
---
"section": tree
---

Schema evolution now supports adding optional fields to object node types without staged rollout using alpha APIs.
There are now `@alpha` APIs for schema evolution which support adding optional fields to object node types without a staged rollout.

SharedTree has many safety checks in place to ensure applications understand the format of documents they must support.
One of these checks verifies that the view schema (defined in application's code) aligns with the document schema (determined by the document data at rest).
Expand Down

0 comments on commit b0bbd90

Please sign in to comment.