- Enable merging props from mixins, can be disabled via
ignoreMixins
prop - BREAKING CHANGE - Change
propdoc.getDoc()
output from an array to an object, it now matches the data structure of Vue's native props
- Add named slots for customized content in native propdoc output
- Add
data-lang="vue"
to token field output
- Remove usage of
Object.entries
- Add
propdoc.getDoc(component, documentation)
method for getting propdoc output into customized components
- Initial release