Skip to content

Releases: chromaui/storybook-addon-pseudo-states

v2.0.0-next.1

31 Mar 21:43
12f8259
Compare
Choose a tag to compare
v2.0.0-next.1 Pre-release
Pre-release

💥 Breaking Change

Authors: 1

v1.15.5

23 Mar 08:20
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to main

Authors: 2

v2.0.0-next.0

15 Dec 10:47
5bff30b
Compare
Choose a tag to compare
v2.0.0-next.0 Pre-release
Pre-release

💥 Breaking Change

Authors: 1

v1.15.4

14 Dec 14:20
Compare
Choose a tag to compare

⚠️ Pushed to main

  • Merge branch 'ghengeveld/ap-2628-pseudo-states-addon-storybook-7-support' (@ghengeveld)
  • Convert to TypeScript and fix everything (@ghengeveld)

Authors: 1

v1.15.2

13 Dec 07:47
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

v1.15.1

22 Jun 12:08
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v1.15.0

16 Jun 13:31
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 3

v1.14.1

15 Jun 21:37
Compare
Choose a tag to compare

⚠️ Pushed to main

Authors: 1

v1.14.0

24 May 13:28
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

Authors: 5

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.