Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Releases: pocka/storybook-addon-vue-info

v1.4.2

23 Feb 17:41
7cca88b
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Stringify function props' default value. (Issue: #126, PR: #127)

v1.4.1

19 Dec 08:30
5305410
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix incorrect component detection.

v1.4.0

19 Dec 08:30
v1.4.0
6b8f4d4
Compare
Choose a tag to compare

CHANGELOG

Added

  • Add casing option. (Issue: #122, PR: #123)

v1.3.4

15 Nov 09:23
v1.3.4
ed338b7
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Fix compatibility issue with vue-docgen-api@4.

v1.3.3

15 Nov 09:22
v1.3.3
abbf7fa
Compare
Choose a tag to compare

CHANGELOG

Deprecated

  • Deprecate the custom loader in favor of vue-docgen-loader. (PR: #121)

v1.3.2

24 Sep 10:25
v1.3.2
83fc44c
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Do not reset preview style with all: initial. (Issue: #21, PR: #115)

v1.3.1

07 Sep 10:44
79f5755
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Ignore story decorators. (Issue: #50, PR: #113)

v1.3.0

26 Aug 06:20
78e92eb
Compare
Choose a tag to compare

CHANGELOG

Added

  • Add description story option, which supports descriptions for props, events and slots.

Deprecated

  • Deprecate propsDescription in favor of description.

v1.2.3

15 Aug 14:55
0be74bd
Compare
Choose a tag to compare

CHANGELOG

Security

  • Bump marked from 0.6.2 to 0.7.0. (Issue: #110, Vulnerability detail: npm)

v1.2.2

26 Jul 02:52
a8ad17d
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Get default value only if prop is specified as an object. (Issue: #107, PR: #108)