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

v3.0.0

Compare
Choose a tag to compare
@vue-styleguidist-bot vue-styleguidist-bot released this 21 Jan 00:33
· 31 commits to master since this release

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