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.0.0-beta.15

Published by vue-styleguidist-bot almost 5 years ago

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

Bug Fixes

  • render event types as properties (48fc5e7)
  • docgen: avoid setting exportName to deps (230e1e3)

Features

vue-styleguidist - v4.0.0-beta.14

Published by vue-styleguidist-bot almost 5 years ago

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

Bug Fixes

  • plugin: load styleguidist right (d4c6f6d)
  • section depth needs too be taken (b663f1e)
  • wrongly filtered and typed props array (3495840)

Features

  • add option to disable progress bar (6ec4e9d)
vue-styleguidist - v4.0.0-beta.13

Published by vue-styleguidist-bot almost 5 years ago

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

Bug Fixes

  • avoid double progressBar (e39878e)
vue-styleguidist - v4.0.0-beta.12

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.12 (2019-11-06)

Features

  • cli: expose docgen-cli config interfaces (25f0744)
  • add plugin for docgen cli (a545aa5), closes #614
vue-styleguidist - v4.0.0-beta.11

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.11 (2019-10-30)

4.0.0-beta.10 (2019-10-30)

Bug Fixes

  • move the build files to the right folder (9944972), closes #615

4.0.0-beta.9 (2019-10-30)

Features

  • add progress bar while compiling (f16b901)

4.0.0-beta.8 (2019-10-28)

Bug Fixes

  • docgen: avoid outputing empty array (51d42bf)

Features

  • cli: use writeStream for better performance (25da08c)
  • emit types for vue-styleguidist (f0af958)

4.0.0-beta.7 (2019-10-25)

4.0.0-beta.6 (2019-10-24)

4.0.0-beta.5 (2019-10-24)

4.0.0-beta.4 (2019-10-24)

Bug Fixes

  • publish templates with vsg (f8df33f)

4.0.0-beta.3 (2019-10-24)

3.25.1-beta.1 (2019-10-23)

Bug Fixes

  • passing a webpackConfig should prioitize (683f3dc)
  • split compiler & utils - efficient code split (9ef9d06)
  • docgen: make docgen output arrays only (d456c6c)

Code Refactoring

  • docgen: make function docgen.parse async (e17680b)
  • docgen: make required always a boolean (03bc88e)

Features

  • change defaults for codeSplit & simpleEditor (810bf1c)

BREAKING CHANGES

  • docgen: props, events, methods and slots are now all arrays

Co-authored-by: Sébastien D. [email protected]

  • docgen: required for props is never a string anymore
  • docgen: docgen becomes async, so do all of the handlers
  • change defaults for simpleEditor mean that editorConfig will not work without simpleEditor: false
  • compiler now exports compiler function as default
  • isCodeVueSfc, styleScoper and adaptCreateElement
    are now their own package

3.25.1-beta.0 (2019-10-23)

vue-styleguidist - v3.26.2

Published by vue-styleguidist-bot almost 5 years ago

3.26.2 (2019-10-30)

Bug Fixes

  • make sure defaults are there for the plugin (eb9ef4c), closes #615
  • make sure defaults are there for the plugin (00a05ac), closes #615
vue-styleguidist - v3.26.1

Published by vue-styleguidist-bot almost 5 years ago

3.26.1 (2019-10-30)

Bug Fixes

  • move the build files to the right folder (3b5aea1), closes #615
vue-styleguidist - v4.0.0-beta.10

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.10 (2019-10-30)

Bug Fixes

  • move the build files to the right folder (9944972), closes #615
vue-styleguidist - v4.0.0-beta.9

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.9 (2019-10-30)

Features

  • add progress bar while compiling (f16b901)
vue-styleguidist - v4.0.0-beta.8

Published by vue-styleguidist-bot almost 5 years ago

4.0.0-beta.8 (2019-10-28)

Bug Fixes

  • docgen: avoid outputing empty array (51d42bf)

Features

  • cli: use writeStream for better performance (25da08c)
  • emit types for vue-styleguidist (f0af958)
vue-styleguidist - v4.0.0-beta.7

Published by vue-styleguidist-bot about 5 years ago

4.0.0-beta.7 (2019-10-25)

Features

  • use the functional tag in docgen cli (c6f8725)
vue-styleguidist - v3.26.0

Published by vue-styleguidist-bot about 5 years ago

3.26.0 (2019-10-25)

Bug Fixes

  • docgen: allow for multiple times the same tag (68a0204)
  • tag class for JsDoc tag values (38fdd46)

Features

  • readable css class for JsDoc results (a56f341), closes #602
  • use the functional tag in docgen cli (c6f8725)
vue-styleguidist - v4.0.0-beta.6

Published by vue-styleguidist-bot about 5 years ago

4.0.0-beta.6 (2019-10-24)

Note: Version bump only for package vue-styleguidist

vue-styleguidist - v4.0.0-beta.5

Published by vue-styleguidist-bot about 5 years ago

4.0.0-beta.5 (2019-10-24)

Note: Version bump only for package vue-styleguidist

vue-styleguidist - v4.0.0-beta.4

Published by vue-styleguidist-bot about 5 years ago

4.0.0-beta.4 (2019-10-24)

Bug Fixes

  • publish templates with vsg (f8df33f)
vue-styleguidist - v3.25.1-beta.1

Published by vue-styleguidist-bot about 5 years ago

3.25.1-beta.1 (2019-10-23)

Bug Fixes

  • passing a webpackConfig should prioitize (683f3dc)
  • split compiler & utils - efficient code split (9ef9d06)
  • docgen: make docgen output arrays only (d456c6c)

Code Refactoring

  • docgen: make function docgen.parse async (e17680b)
  • docgen: make required always a boolean (03bc88e)

Features

  • change defaults for codeSplit & simpleEditor (810bf1c)

BREAKING CHANGES

  • docgen: props, events, methods and slots are now all arrays

Co-authored-by: Sébastien D. [email protected]

  • docgen: required for props is never a string anymore
  • docgen: docgen becomes async, so do all of the handlers
  • change defaults for simpleEditor mean that editorConfig will not work without simpleEditor: false
  • compiler now exports compiler function as default
  • isCodeVueSfc, styleScoper and adaptCreateElement
    are now their own package
vue-styleguidist - v3.25.1-beta.0

Published by vue-styleguidist-bot about 5 years ago

3.25.1-beta.0 (2019-10-23)

Bug Fixes

  • docgen: allow for multiple times the same tag (68a0204)
  • tag class for JsDoc tag values (38fdd46)

Features

  • readable css class for JsDoc results (a56f341), closes #602
vue-styleguidist - v3.25.0

Published by vue-styleguidist-bot about 5 years ago

3.25.0 (2019-10-15)

Features

  • docgen: add origin to documentation object (31e2fe2), closes #594
  • docgen: allow wrap export in if (5744801)
  • add sponsor button (59c7731)
vue-styleguidist - v3.24.2

Published by vue-styleguidist-bot about 5 years ago

3.24.2 (2019-09-26)

Bug Fixes

  • docgen: detetct scopedSlots in render() (5e7015d), closes #586
vue-styleguidist - v3.24.1

Published by vue-styleguidist-bot about 5 years ago

3.24.1 (2019-09-26)

Bug Fixes

  • docgen: allow default to be a method (40ec2ae)
Package Rankings
Top 0.76% on Npmjs.org
Top 6.73% on Proxy.golang.org
Badges
Extracted from project README
Lint & Test