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
With the 8.x release, the backgrounds addon introduced a new API for setting backgrounds, enabled via the backgroundsStoryGlobals option. This option allows users to configure backgrounds via the options object. With Storybook 9, the option will be removed in favor of the new API.
What needs to happen:
Update the documentation to reflect the new API for setting backgrounds
Remove any examples or references to the old API
Remove the backgroundsStoryGlobals option from the documentation (including the API reference)
Adjust the Migration guide to reflect the changes in the Backgrounds API
The text was updated successfully, but these errors were encountered:
Describe the problem
With the 8.x release, the backgrounds addon introduced a new API for setting backgrounds, enabled via the
backgroundsStoryGlobals
option. This option allows users to configure backgrounds via theoptions
object. With Storybook 9, the option will be removed in favor of the new API.What needs to happen:
backgroundsStoryGlobals
option from the documentation (including the API reference)The text was updated successfully, but these errors were encountered: