Tags: ajerez/vue-styleguidist
Tags
1.8.5 (vue-styleguidist#192) * Fix: Added ignore in schema vue-styleguidist#191 * Docs: Lick → Click * Feat: Updated react-styleguidist
1.8.1 (vue-styleguidist#180) * **Feat:** Updated reac-styleguidist@7.3.0 * **Feat:** Updated vue-docgen-api@2.4.1 ## New features ### Support jsx renderer Example: ```vue <script> // Button.vue /** * This is a Button * @Version 1.0.5 */ export default { name: 'btn', render() { return <button>Click me</button> } } </script> ``` ### External links in sections Two new flags in the `sections` config: * `href` — An URL to navigate to instead of navigating to the section content * `external` — If set, the link will open in a new window
1.8.0 (vue-styleguidist#179) * Updated react-styleguidist@7.2.4 * Updated vue-docgen-api * Feat pagePerSection * Refactor rsg-components * 1.8.0
PreviousNext