Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

43 lines (22 loc) · 1.08 KB

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.