Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Releases: storybookjs/storybook-addon-pseudo-states

v1.0.0-rc.4

27 Feb 16:29
Compare
Choose a tag to compare

BREAKING

As of this release, you must use parameters instead of args to configure your stories:

export const Hover = () => <Button>Label</Button>
Hover.parameters = { pseudo: { hover: true } }

This is necessary to avoid the pseudo object from getting passed to your component via props.

v1.0.0

27 Feb 22:49
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to main

Authors: 1