You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built-in addons are confusing and are only there for backwards compatibility. For example, they generate confusion like this #1016, and multiple cases in the documentation etc.
Currently there are three types of addons:
"built-in addons" (actions, links)
"core addons" that are part of the storybooks monorepo but are not included by default (notes, info, etc.)
"community addons" which are maintained in separate repos by community members
what
I propose we:
remove actions and links as built-in
update the docs
make the actions/links addons like normal "core addons"
add migration instructions
Alternatively:
wrap the "built-in" versions with deprecation warnings
why
Built-in addons are confusing and are only there for backwards compatibility. For example, they generate confusion like this #1016, and multiple cases in the documentation etc.
Currently there are three types of addons:
what
I propose we:
Alternatively:
Old-style code will break, but since we are doing a major version bump that's to be expected and we can add it to the migration guide.
The text was updated successfully, but these errors were encountered: