-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: Deprecate Alert component #29615
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
feat: Deprecate Alert component #29615
Conversation
Adds deprecation signals across the Alert codebase. Also removes the stories from the official docs. The Alert component and its exports need to stay where they are since we strictly follow semver.
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 644 | 637 | 5000 | |
| Button | mount | 312 | 312 | 5000 | |
| Field | mount | 1156 | 1107 | 5000 | |
| FluentProvider | mount | 716 | 710 | 5000 | |
| FluentProviderWithTheme | mount | 85 | 90 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 78 | 66 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 81 | 74 | 10 | |
| MakeStyles | mount | 855 | 877 | 50000 | |
| Persona | mount | 1744 | 1736 | 5000 | |
| SpinButton | mount | 1403 | 1392 | 5000 |
📊 Bundle size reportUnchanged fixtures
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit bcce507:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 61d4a2910a5039af8b8509422ecfe58bc636191c (build) |
|
we had a convo this morning with @sopranopillow regarding deprecating. here is summary of steps:
|
* master: chore: migrate to nx 16.10 (microsoft#29617) fix(react-drawer): accessibility tweaks (microsoft#29627) Fixing few legend colors not visible in dark mode (microsoft#29652) applying package updates Fixing dark mode bug for xAxis for Vertical Stacked bar chart (microsoft#29427) chore: Refactor RadioGroup stories to use Field, and remove individual storybook page for Radio (microsoft#29268) docs: fix description of SelectInitialValue story (microsoft#26493) chore: fix specs location (microsoft#29642) feat(scripts-task): implement initial verify-packaging task (microsoft#29595) feat(tools): replace npmignore with package.json#files for robust control over what we ship to npm (microsoft#29616) fix(workspace-plugin): fix storybook and vr-test issues wihtin prepare-initial-release generator (microsoft#29577) feat(react-breadcrumb): removed non-interactive item (microsoft#29623) fix(react-motion): prevent from breaking the rule of hooks (microsoft#29628) fix(react-toast): invoke useCustomStyleHook_unstable() (microsoft#29632) feat: Deprecate Alert component (microsoft#29615) chore(react-infobutton, react-components): Deprecate InfoButton and InfoLabel from react-infobutton (microsoft#29605)
Adds deprecation signals across the Alert codebase. Also removes the stories from the official docs.
The Alert component and its exports need to stay where they are since we strictly follow semver.