Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This is useful because it breaks change tracking into two steps:
"@myproject/cli": minor
"@myproject/core": minor
---

Change all the things

More exposition about the change.
Expand All @@ -39,7 +38,6 @@ We support additional custom metadata via special properties prefixed with doubl
"__includeInReleaseNotes": false
"__highlight": true
---

Change all the things
```

Expand Down Expand Up @@ -84,7 +82,6 @@ Sometimes information needs to be in the release notes but doesn't apply to any
---
"__section": other
---

This changeset will be included in the release notes but not per-package changelogs.
```

Expand Down Expand Up @@ -154,7 +151,6 @@ So **most changesets for `@fluidframework/tree` should list both `"@fluidframewo
"@fluidframework/container-runtime": minor
"__section": fix
---

Incorrect error message when disposing a container has been fixed

The error message when attempting to dispose a container that is already disposed now correctly identifies the operation that failed.
Expand All @@ -169,7 +165,6 @@ The error message when attempting to dispose a container that is already dispose
"__section": feature
"__highlight": true
---

Add support for schema evolution in SharedTree

SharedTree now supports evolving document schemas over time.
Expand Down Expand Up @@ -197,7 +192,6 @@ const view = tree.viewWith(new TreeViewConfiguration({ schema: MyUpdatedSchema }
"@fluidframework/container-definitions": minor
"__section": breaking
---

Deprecated summarizer options have been removed from container runtime

The deprecated `ISummaryOptions` interface has been removed.
Expand Down
Loading