FluidFramework/.changeset
Joshua Smithrud 1d9f4c97ed
refactor(tree): Make properties of `FieldSchemaMetadata` readonly (#22564)
Follow-up to PR #22538. These properties were not intended to be
mutable. While this change is technically breaking, the previous PR was
made after the `2.3` release was cut, so this change is safe to make
prior to `2.4`.

Also adds a changeset for the new functionality, which was also missed
in the previous PR.
2024-09-18 21:00:24 +00:00
..
README.md
config.json build: Generate per-package changelogs for RC3 (#20679) 2024-04-16 08:11:46 -07:00
dark-circles-whine.md tree: Expose the view schema on TreeView (#22547) 2024-09-17 19:07:44 +00:00
light-rectangles-rejoice.md refactor(tree): Make properties of `FieldSchemaMetadata` readonly (#22564) 2024-09-18 21:00:24 +00:00

README.md

Changesets

This folder contains changesets, which are markdown files that hold two key bits of information:

  1. a version type (following semver), and
  2. change information to be added to a changelog. You can find the full documentation for it in the changesets section of our wiki or in the official changesets documentation.

There is also a list of frequently asked questions in the wiki.

Updating changelogs from changesets

See flub generate changelog, which is built on top of @fluid-private/changelog-generator.