Closed js-goupil closed 5 days ago
We detected some changes in packages/*/package.json
or packages/*/src
, and there are no updates in the .changeset
directory. If the changes are user-facing and should cause a version bump, run yarn changeset
to track your changes and include them in the next release CHANGELOG. If you are making simple updates to repo configuration, examples, or documentation, you do not need to add a changeset.
Background
We recently added support for unmounting UI Extensions in the host to enable teardown functions in the client. This was by implementing the new createRoot function, and returning the callback from that function
Solution
This cherry picks the necessary changes into a patch for 2024-10
🎩
Checklist