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

Remove deprecated manager-api methods #25348

Closed
Tracked by #25331
yannbf opened this issue Dec 27, 2023 · 0 comments · Fixed by #25536
Closed
Tracked by #25331

Remove deprecated manager-api methods #25348

yannbf opened this issue Dec 27, 2023 · 0 comments · Fixed by #25536
Assignees

Comments

@yannbf
Copy link
Member

yannbf commented Dec 27, 2023

Locations:

getPanels:

* @deprecated please use getElements('panel') instead. This API will be removed in storybook 8.0.

getStoryPanels:

* @deprecated please use getElements('panel') instead, and do the filtering manually. This API will be removed in storybook 8.0.

getAddonState

* @deprecated This API might get dropped, if you are using this, please file an issue.

setAddonState

* @deprecated This API might get dropped, if you are using this, please file an issue.

isToolShown

Type API_Panels

* @deprecated This interface will be removed in 8.0

Type API_Collection

* @deprecated this is synonymous with `Addon_Collection`. This interface will be removed in 8.0

Type API_Addon

* @deprecated this is synonymous with `Addon_Type`. This interface will be removed in 8.0

Type isToolShown (seems like its runtime functionality was already removed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants