Skip to content

Tags: ajerez/vue-styleguidist

Tags

v1.8.9

Toggle v1.8.9's commit message
1.8.9

v1.8.8

Toggle v1.8.8's commit message
1.8.8

v1.8.7

Toggle v1.8.7's commit message
Partial Revert "Chore: update docgen api"

This reverts commit b8af3ec.

v1.8.6

Toggle v1.8.6's commit message
1.8.6

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.8.5 (vue-styleguidist#192)

* Fix: Added ignore in schema vue-styleguidist#191
* Docs: Lick → Click
* Feat: Updated react-styleguidist

v1.8.3

Toggle v1.8.3's commit message
1.8.3

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.8.0 (vue-styleguidist#179)

* Updated react-styleguidist@7.2.4
* Updated vue-docgen-api
* Feat pagePerSection
* Refactor rsg-components
* 1.8.0

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update GettingStarted.md

v1.7.7

Toggle v1.7.7's commit message
1.7.7