mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 03:21:07 +08:00
1.1 KiB
1.1 KiB
Changelog
v1.1.3
22 Mar 2017
- Fix issue caused by
v1.1.2
where storybook crashes when actions are used without names PR30.
v1.1.2
21 Mar 2017
-
Document
decorateAction
function (action decorator). PR28 -
Set correct Function.name for action handlers PR24
v1.1.1
11 Sep 2016
- Support arguments with circular references PR6
v1.1.0
11 Sep 2016
- Support action decorators PR3
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.