kickstartDS / storybook-addon-jsonschema

Displays associated JSON Schema documentation using a rich schema explorer interface, and adds a validating JSON Code Editor with semantic auto-complete to interact with your components, and copy configurations with ease.
https://www.kickstartDS.com/docs/integration/storybook/schema
MIT License
12 stars 1 forks source link

Transform parameter #24

Closed lmestel closed 4 months ago

lmestel commented 4 months ago

Breaking Change

📦 Published PR as canary version: 3.0.0--canary.24.ce201f4.0
:sparkles: Test out this PR locally via: ```bash npm install @kickstartds/storybook-addon-jsonschema@3.0.0--canary.24.ce201f4.0 # or yarn add @kickstartds/storybook-addon-jsonschema@3.0.0--canary.24.ce201f4.0 ```

Version

Published prerelease version: v3.0.0-next.0

Changelog #### 💥 Breaking Change - Transform parameter [#24](https://github.com/kickstartDS/storybook-addon-jsonschema/pull/24) ([@lmestel](https://github.com/lmestel)) #### 🚀 Enhancement - Connect validation tab with editor [#23](https://github.com/kickstartDS/storybook-addon-jsonschema/pull/23) ([@lmestel](https://github.com/lmestel)) #### Authors: 1 - Lukas Mestel ([@lmestel](https://github.com/lmestel))