-
Notifications
You must be signed in to change notification settings - Fork 536
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
id-compressor: Remove deprecated compressor types from runtime definitions #19031
id-compressor: Remove deprecated compressor types from runtime definitions #19031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a changeset doc noting the removed APIs, since this is breaking.
Also nit: it might be worth splitting this into 2 PRs: one that updates all of the imports to use the new package, and a second one that removes the deprecated APIs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a changeset doc noting the removed APIs, since this is breaking.
Also nits:
- It might be worth splitting this into 2 PRs: one that updates all of the imports to use the new package, and a second one that removes the deprecated APIs.
- I always recommend adding a link to the PR(s) that marked the APIs as deprecated in the description of the PR that removes them (to leave a helpful paper trail).
(sorry, didn't mean to leave 2 separate reviews... was trying to edit the existing one...) |
⯆ @fluid-example/bundle-size-tests: -551 Bytes
Baseline commit: d45a11d |
…tions (microsoft#19031) ## Description This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier. ## Breaking Changes The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in microsoft#18749.
…tions (#19031) This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier. The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in
…tions (#19031) This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier. The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in
…tions (#19031) ## Description This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier. ## Breaking Changes The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in #18749.
Description
This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier.
Breaking Changes
The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in #18749.