@storybook/addon-actions
Version:
Action Logger addon for storybook
44 lines (22 loc) • 1.11 kB
Markdown
## Changelog
### v1.1.3
22 Mar 2017
- Fix issue caused by `v1.1.2` where storybook crashes when actions are used without names [PR30](https://github.com/storybooks/storybook-addon-actions/pull/30).
### v1.1.2
21 Mar 2017
- Document `decorateAction` function (action decorator). [PR28](https://github.com/storybooks/storybook-addon-actions/pull/28)
- Set correct Function.name for action handlers [PR24](https://github.com/storybooks/storybook-addon-actions/pull/24)
### v1.1.1
11 Sep 2016
- Support arguments with circular references [PR6](https://github.com/kadirahq/storybook-addon-actions/pull/6)
### v1.1.0
11 Sep 2016
- Support action decorators [PR3](https://github.com/kadirahq/storybook-addon-actions/pull/3)
### v1.0.4
- Refactor source code (use separate files)
### v1.0.3
- Log all arguments (only the first argument was logged previously)
### v1.0.2
- Style tweak: center counter and inspector elements
### v1.0.1
- First stable release with all features from the storybook action logger such as `action` function, react inspector and grouping log messages.