@luigiminardim/storybook-addon-globals-controls
Version:
@luigiminardim/storybook-addon-globals-controls gives you a graphical UI to dynamically interact with the Storybook's globals variables. It creates an addon panel next to your component examples ("stories"), so you can edit them live.
106 lines (73 loc) • 5.29 kB
Markdown
# v0.1.3 (Sun Oct 10 2021)
#### ⚠️ Pushed to `main`
- docs: Update contribute guide. ([@luigiminardim](https://github.com/luigiminardim))
#### Authors: 1
- Luigi Minardi ([@luigiminardim](https://github.com/luigiminardim))
---
# v0.1.2 (Mon Aug 02 2021)
#### ⚠️ Pushed to `main`
- chore: Remove repeated README paragraph. ([@luigiminardim](https://github.com/luigiminardim))
#### Authors: 1
- Luigi Minardi ([@luigiminardim](https://github.com/luigiminardim))
---
# v0.0.4 (Mon Aug 02 2021)
#### ⚠️ Pushed to `main`
- chore: Update the Minor version. ([@luigiminardim](https://github.com/luigiminardim))
- docs: Update icon image location. ([@luigiminardim](https://github.com/luigiminardim))
- docs: Link example image. ([@luigiminardim](https://github.com/luigiminardim))
- chore: Add a demonstrative image of the Globals Controls panel. ([@luigiminardim](https://github.com/luigiminardim))
- feat: Change the displayed name of the table to just Globals, instead of Global Controls. ([@luigiminardim](https://github.com/luigiminardim))
- chore: Update tags to include the same as Storybook's Controls and Toolbars Addon. ([@luigiminardim](https://github.com/luigiminardim))
- test: Make a preaty print of the global variables in storybook. ([@luigiminardim](https://github.com/luigiminardim))
- chore: :art: Move image to a new directory. ([@luigiminardim](https://github.com/luigiminardim))
- chore: Add gitattributes. ([@luigiminardim](https://github.com/luigiminardim))
- chore: Fix README links. ([@luigiminardim](https://github.com/luigiminardim))
- Merge branch 'main' into develop ([@luigiminardim](https://github.com/luigiminardim))
- test: refactor stories to be minimified. ([@luigiminardim](https://github.com/luigiminardim))
- Merge branch 'feature/refactor-pannel' into develop ([@luigiminardim](https://github.com/luigiminardim))
- Show uncontrolled globals that have control === false in the table. ([@luigiminardim](https://github.com/luigiminardim))
- refactor: Simplify pannel to use the native globals. ([@luigiminardim](https://github.com/luigiminardim))
- Update main.yml ([@luigiminardim](https://github.com/luigiminardim))
- Merge tag '0.0.1' into develop ([@luigiminardim](https://github.com/luigiminardim))
#### Authors: 1
- Luigi Minardi ([@luigiminardim](https://github.com/luigiminardim))
---
# v0.0.4 (Sat Jul 31 2021)
#### ⚠️ Pushed to `main`
- Merge branch 'main' into develop ([@luigiminardim](https://github.com/luigiminardim))
- test: refactor stories to be minimified. ([@luigiminardim](https://github.com/luigiminardim))
- Merge branch 'feature/refactor-pannel' into develop ([@luigiminardim](https://github.com/luigiminardim))
- Show uncontrolled globals that have control === false in the table. ([@luigiminardim](https://github.com/luigiminardim))
- refactor: Simplify pannel to use the native globals. ([@luigiminardim](https://github.com/luigiminardim))
- Update main.yml ([@luigiminardim](https://github.com/luigiminardim))
- Merge tag '0.0.1' into develop ([@luigiminardim](https://github.com/luigiminardim))
#### Authors: 1
- Luigi Minardi ([@luigiminardim](https://github.com/luigiminardim))
---
# v0.0.4 (Fri Jul 30 2021)
---
# v0.0.3 (Fri Jul 30 2021)
#### ⚠️ Pushed to `main`
- Updated to version 0.0.2. ([@luigiminardim](https://github.com/luigiminardim))
- Edit storybook meta data. ([@luigiminardim](https://github.com/luigiminardim))
- Add Global Controls image. ([@luigiminardim](https://github.com/luigiminardim))
- Merge branch 'release/0.0.1' into main ([@luigiminardim](https://github.com/luigiminardim))
- docs: Fill readme. ([@luigiminardim](https://github.com/luigiminardim))
- chore: Change package name. ([@luigiminardim](https://github.com/luigiminardim))
- ci: Set a deployment ci. ([@luigiminardim](https://github.com/luigiminardim))
- test: Improve stories so we can that the state of the globals whe the story changes. ([@luigiminardim](https://github.com/luigiminardim))
- refactor: Give a name to the decorator that displays the json of the controls. ([@luigiminardim](https://github.com/luigiminardim))
- reafactor: delete unecessary file. ([@luigiminardim](https://github.com/luigiminardim))
- chore: Update package name. ([@luigiminardim](https://github.com/luigiminardim))
- Merge branch 'feature/globalTypes' into develop ([@luigiminardim](https://github.com/luigiminardim))
- Set global parameters via controls. ([@luigiminardim](https://github.com/luigiminardim))
- refactor: Remove unecessary constants. ([@luigiminardim](https://github.com/luigiminardim))
- test: Set preview for tests. ([@luigiminardim](https://github.com/luigiminardim))
- feat: First version that seems to work. ([@luigiminardim](https://github.com/luigiminardim))
- feat: start implementing Pannel. ([@luigiminardim](https://github.com/luigiminardim))
- refactor: Change parameter name. ([@luigiminardim](https://github.com/luigiminardim))
- build: Update storybook to version 6.3.6. ([@luigiminardim](https://github.com/luigiminardim))
- chore : Set package.json info and license. ([@luigiminardim](https://github.com/luigiminardim))
- Initial commit ([@luigiminardim](https://github.com/luigiminardim))
#### Authors: 1
- Luigi Minardi ([@luigiminardim](https://github.com/luigiminardim))