vue-styleguidist

Created from react styleguidist for Vue Components with a living style guide

MIT License

Downloads
3.8M
Stars
2.4K
Committers
123

Bot releases are visible (Hide)

vue-styleguidist - v4.2.2

Published by vue-styleguidist-bot almost 5 years ago

4.2.2 (2019-12-18)

Performance Improvements

  • docgen: make sure optional prop are optional (3695ed6)
vue-styleguidist - v4.2.1

Published by vue-styleguidist-bot almost 5 years ago

4.2.1 (2019-12-11)

Bug Fixes

  • update copy-webpack-plugin to 5.1.0 (fa2f13b), closes #675
vue-styleguidist - v4.2.0

Published by vue-styleguidist-bot almost 5 years ago

4.2.0 (2019-12-10)

Features

  • detect model property (1c28167), closes #654
  • docgen: allow to customize validExtends (eb966c5)
  • pass validExtends to styleguide.config.js (c22f7d5)
vue-styleguidist - v4.1.2

Published by vue-styleguidist-bot almost 5 years ago

4.1.2 (2019-12-08)

Note: Version bump only for package vue-styleguidist

vue-styleguidist - v4.1.1

Published by vue-styleguidist-bot almost 5 years ago

4.1.1 (2019-12-05)

Note: Version bump only for package vue-styleguidist

vue-styleguidist - v4.1.0

Published by vue-styleguidist-bot almost 5 years ago

4.1.0 (2019-12-04)

Bug Fixes

Features

  • docgen: multi-components in a file (3790837)
vue-styleguidist - v4.0.8

Published by vue-styleguidist-bot almost 5 years ago

4.0.8 (2019-12-02)

Bug Fixes

  • make sections without examples pre-compile (56d675d)
vue-styleguidist - v4.0.7

Published by vue-styleguidist-bot almost 5 years ago

4.0.7 (2019-12-01)

Bug Fixes

  • docgen: avoid incorrect of getting nested '}' param type (5df05e0)
  • destroy Vue component in Preview when replacing it or unmounting (00b7658)
vue-styleguidist - v4.0.6

Published by vue-styleguidist-bot almost 5 years ago

4.0.6 (2019-11-21)

Bug Fixes

  • plugin: avoid fork-ts success notification (9ac7a09)
vue-styleguidist - v4.0.5

Published by vue-styleguidist-bot almost 5 years ago

4.0.5 (2019-11-20)

Bug Fixes

  • docgen: ensure custom handlers are actually run (7a0ac62)
vue-styleguidist - v4.0.4

Published by vue-styleguidist-bot almost 5 years ago

4.0.4 (2019-11-19)

Bug Fixes

  • docgen: fixed description extraction on non-SFC components (85626fc)
vue-styleguidist - v4.0.3

Published by vue-styleguidist-bot almost 5 years ago

4.0.3 (2019-11-19)

Bug Fixes

vue-styleguidist - v4.0.2

Published by vue-styleguidist-bot almost 5 years ago

4.0.2 (2019-11-18)

Bug Fixes

  • import issue conflicts with babel (f1ac618), closes #635
  • plugin: default custom components (9c45104)
vue-styleguidist - v4.0.1

Published by vue-styleguidist-bot almost 5 years ago

4.0.1 (2019-11-15)

Note: Version bump only for package vue-styleguidist

vue-styleguidist - v4.0.0

Published by elevatebart almost 5 years ago

In vue-styleguidist

  • Entire rewrite in typescript
  • Defaults have changed to:
    • simpleEditor, the prism based editor is now the editor by default
    • codeSplitting is now by default and lazy loads the compiler
  • Add a ProgressPlugin that one can disable using progressBar option
  • Add hover on rows for default table style
  • Review design of props/events/methods and slots
  • Show bindings for scoped slots

In vue-docgen-api

  • vue-docgen-api is now fully async
  • all members of the output documentation object are now array as suggested by @octref and confirmed by @shilman and @demsking
  • @values: docgen now parses a new tag for props. Use this tag to document the accepted values for a prop.
  • for scoped slots, add possibility to describe the bindings
  • returning now the exportName of the documented component. If you use
export const MyButton = {
  template:'<button>hello</button>'
}

exportName will be "MyButton"

New vue-CLI plugin for vue-docgen-cli

If you want to install vue-docgen-cli and make it part of your Vuepress documentation in a vue-CLI project, just type vue add docgen and there you have it with even an integration with the vue-ui

Update of react-styleguidist to 10.0.0

vue-styleguidist - v4.0.0-beta.20

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.20 (2019-11-15)

Note: Version bump only for package vue-styleguidist

vue-styleguidist - v4.0.0-beta.19

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.19 (2019-11-14)

Bug Fixes

  • mixed scoped and non-scoped slots render (4161ff2)

Features

  • review the style of default functions (98ae04c)
vue-styleguidist - v4.0.0-beta.18

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.18 (2019-11-14)

Features

  • plugin: better default config for (9a19cc4)
  • make arrow functions default cleaner (f16b424)
vue-styleguidist - v4.0.0-beta.17

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.17 (2019-11-14)

Bug Fixes

  • plugin: es6 requires fix in plugin (205f7a1)

Features

  • docgen: refactor bindings (b501f82)
  • use bindings comments in styleguidist (4fb6551)
vue-styleguidist - v4.0.0-beta.16

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.16 (2019-11-13)

Bug Fixes

  • warning when unnamed event param (df587dd)
Package Rankings
Top 0.76% on Npmjs.org
Top 6.73% on Proxy.golang.org
Badges
Extracted from project README
Lint & Test