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

[Callout] Rename StaticNotification to Callout #17375

Closed
8 tasks
Tracked by #15747
tay1orjones opened this issue Sep 6, 2024 · 0 comments · Fixed by #17376
Closed
8 tasks
Tracked by #15747

[Callout] Rename StaticNotification to Callout #17375

tay1orjones opened this issue Sep 6, 2024 · 0 comments · Fixed by #17376

Comments

@tay1orjones
Copy link
Member

tay1orjones commented Sep 6, 2024

  • StaticNotification should be renamed to Callout
  • StaticNotification export should still work (provide a deprecation notice) and forward everything on to Callout
  • Old and new type interface should work, old inheriting the new, with a deprecation message on the old
  • Deprecation message should instruct users to run a codemod
  • Write a codemod to handle imports and usage
  • Add some baseline tests to ensure the deprecation warning is logged, existing usages continue to function as expected, and Callout works correctly
  • Look at adding something to storybook so that the old path to the staticnotification docs forwards onto the new callout stories or atleast a doc saying it's been renamed. (is this possible)
  • ... ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant