Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Releases: vue-styleguidist/vue-docgen-api

v3.2.0

22 Jan 03:34
5afc17d
Compare
Choose a tag to compare

3.2.0 (2019-01-22)

Bug Fixes

  • add support for data in vue-property-decorators (#77) (44ed97e), closes #76

Features

  • handle slots in render functions (#78) (5afc17d)

v3.1.0

21 Jan 14:26
325d745
Compare
Choose a tag to compare

3.1.0 (2019-01-21)

Features

  • add variable resolution to components (#75) (325d745)

v3.0.0

21 Jan 00:33
Compare
Choose a tag to compare

3.0.0 (2019-01-21)

BREAKING CHANGES

  • comment properties (containing the full extract of each leading comment
    (with all the /** and the *) are entirely removed from the documentation as they were not useful.
    Use description or tags instead.
  • Events that are not commented near their call
    will not anymore be parsed. If you want to document events,
    do it as a leading comment before your event call

v2.7.0

21 Jan 00:23
1e66572
Compare
Choose a tag to compare

2.7.0 (2019-01-21)

Features

v2.6.12

09 Jan 14:04
Compare
Choose a tag to compare

2.6.12 (2019-01-09)

Bug Fixes

  • change babel runtime helpers path (4e9cd8d)

v2.6.11

18 Dec 22:47
Compare
Choose a tag to compare

2.6.11 (2018-12-18)

Bug Fixes

  • require babel plugins to get default resolution (#67) (aede83b)

v2.6.10

03 Dec 07:36
Compare
Choose a tag to compare

2.6.10 (2018-12-03)

Bug Fixes

  • reset jsx as a dependency (b76d6e5)

v2.6.9

03 Dec 07:23
Compare
Choose a tag to compare

2.6.9 (2018-12-03)

Bug Fixes

  • roll all the changes back (59396c0)
  • ci: update package lock (7b6647e)

v2.6.8

03 Dec 06:42
Compare
Choose a tag to compare

2.6.8 (2018-12-03)

Bug Fixes

v2.6.7

03 Dec 06:08
Compare
Choose a tag to compare

2.6.7 (2018-12-03)

Bug Fixes

  • forgot babel runtime for babel 7 (d691654)