Releases: storybookjs/addon-jsx
Releases · storybookjs/addon-jsx
v7.1.2
🐛 Bug Fix
- replace escaped quotes with single quotes for better rendering #69 (@hipstersmoothie)
📝 Documentation
- add using with IE11 docs #71 (@hipstersmoothie)
- add storyshot testing docs #70 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v7.1.1
🐛 Bug Fix
- fix key issue #67 (@hipstersmoothie)
🏠 Internal
- update auto #68 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v7.1.0
🚀 Enhancement
- Theme support #62 (@lflpowell @hipstersmoothie)
🐛 Bug Fix
- fix circle build #63 (@hipstersmoothie)
🏠 Internal
- add released plugin to auto #64 (@hipstersmoothie)
Authors: 2
- @lflpowell
- Andrew Lisowski (@hipstersmoothie)
v7.0.2
🐛 Bug Fix
- fix types #61 (@hipstersmoothie)
🏠 Internal
- Add Fragment Tests #57 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v7.0.1
🏠 Internal
- add circle config #56 (@hipstersmoothie)
- add tests for decorator #55 (@hipstersmoothie)
- add type build #53 (@hipstersmoothie)
📝 Documentation
- correct docs #52 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v7.0.0
💥 Breaking Change
- Works with v5 + Written in TypeScript + Decorator Support #51 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v6.0.1
- Move
active
check out of thekind
condition #49 (@Landerson352)