diff --git a/.changeset/smooth-yaks-unite.md b/.changeset/smooth-yaks-unite.md index 8a33a6c0c441..bae924a953e8 100644 --- a/.changeset/smooth-yaks-unite.md +++ b/.changeset/smooth-yaks-unite.md @@ -4,7 +4,7 @@ --- "section": "tree" --- -Refactor code for emitting events to make it easier to copy paste into other projects. +Refactor code for emitting events to make it easier to copy into other projects Factored event emitting utilities into their own file, `events/emitter.ts`. Applications wishing to use SharedTree's eventing library for custom events can copy this file (and its referenced utility function) as a starting point for defining and emitting their own custom events. diff --git a/.changeset/wet-hoops-drop.md b/.changeset/wet-hoops-drop.md index fd1a4e3c686c..e349c6e5ae4b 100644 --- a/.changeset/wet-hoops-drop.md +++ b/.changeset/wet-hoops-drop.md @@ -2,9 +2,11 @@ "fluid-framework": minor "@fluidframework/tree": minor --- +--- +"section": "tree" +--- - -A `@beta` version of `nodeChanged` which includes the list of properties has been added. +A `@beta` version of `nodeChanged` which includes the list of properties has been added ```typescript const factory = new SchemaFactory("example");