Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup some changesets #22467

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .changeset/smooth-yaks-unite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 paste into other projects
CraigMacomber marked this conversation as resolved.
Show resolved Hide resolved

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.
Expand Down
6 changes: 4 additions & 2 deletions .changeset/wet-hoops-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Loading