Releases: pocka/storybook-addon-vue-info
Releases · pocka/storybook-addon-vue-info
v1.4.2
CHANGELOG
Fixed
- Stringify function props' default value. (Issue: #126, PR: #127)
v1.4.1
CHANGELOG
Fixed
- Fix incorrect component detection.
v1.4.0
CHANGELOG
Added
- Add
casing
option. (Issue: #122, PR: #123)
v1.3.4
CHANGELOG
Fixed
- Fix compatibility issue with vue-docgen-api@4.
v1.3.3
CHANGELOG
Deprecated
- Deprecate the custom loader in favor of vue-docgen-loader. (PR: #121)
v1.3.2
CHANGELOG
Fixed
- Do not reset preview style with
all: initial
. (Issue: #21, PR: #115)
v1.3.1
CHANGELOG
Fixed
- Ignore story decorators. (Issue: #50, PR: #113)
v1.3.0
CHANGELOG
Added
- Add
description
story option, which supports descriptions for props, events and slots.
Deprecated
- Deprecate
propsDescription
in favor of description
.
v1.2.3
CHANGELOG
Security
- Bump marked from 0.6.2 to 0.7.0. (Issue: #110, Vulnerability detail: npm)
v1.2.2
CHANGELOG
Fixed
- Get default value only if prop is specified as an object. (Issue: #107, PR: #108)