Skip to content

Latest commit

 

History

History
1126 lines (412 loc) · 41 KB

File metadata and controls

1126 lines (412 loc) · 41 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.2.1 (2019-12-11)

Bug Fixes

  • update copy-webpack-plugin to 5.1.0 (fa2f13b), closes #675

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)

4.1.2 (2019-12-08)

Note: Version bump only for package vue-styleguidist

4.1.1 (2019-12-05)

Note: Version bump only for package vue-styleguidist

4.1.0 (2019-12-04)

Bug Fixes

Features

  • docgen: multi-components in a file (3790837)

4.0.8 (2019-12-02)

Bug Fixes

  • make sections without examples pre-compile (56d675d)

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)

4.0.6 (2019-11-21)

Bug Fixes

  • plugin: avoid fork-ts success notification (9ac7a09)

4.0.5 (2019-11-20)

Bug Fixes

  • docgen: ensure custom handlers are actually run (7a0ac62)

4.0.4 (2019-11-19)

Bug Fixes

  • docgen: fixed description extraction on non-SFC components (85626fc)

4.0.3 (2019-11-19)

Bug Fixes

4.0.2 (2019-11-18)

Bug Fixes

  • import issue conflicts with babel (f1ac618), closes #635
  • plugin: default custom components (9c45104)

4.0.1 (2019-11-15)

Bug Fixes

  • mixed scoped and non-scoped slots render (4161ff2)
  • plugin: es6 requires fix in plugin (205f7a1)
  • warning when unnamed event param (df587dd)
  • render event types as properties (48fc5e7)
  • docgen: avoid setting exportName to deps (230e1e3)
  • plugin: load styleguidist right (d4c6f6d)
  • section depth needs too be taken (b663f1e)
  • wrongly filtered and typed props array (3495840)
  • avoid double progressBar (e39878e)
  • move the build files to the right folder (9944972), closes #615
  • publish templates with vsg (f8df33f)
  • passing a webpackConfig should prioitize (683f3dc)
  • split compiler & utils - efficient code split (9ef9d06)
  • docgen: make docgen output arrays only (d456c6c)
  • docgen: avoid outputing empty array (51d42bf)
  • publish templates with vsg (f8df33f)

Code Refactoring

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

Features

  • review the style of default functions (98ae04c)
  • plugin: better default config for (9a19cc4)
  • make arrow functions default cleaner (f16b424)
  • docgen: refactor bindings (b501f82)
  • use bindings comments in styleguidist (4fb6551)
  • review design of all props output (cc80bd5)
  • use @values tag in props (cb2fc74), closes #345
  • docgen: accept more tags for event params (cc55f58)
  • docgen: add exportName to CompoentDoc (9466105)
  • add option to disable progress bar (6ec4e9d)
  • cli: expose docgen-cli config interfaces (25f0744)
  • add plugin for docgen cli (a545aa5), closes #614
  • add progress bar while compiling (f16b901)
  • emit types for vue-styleguidist (f0af958)
  • cli: use writeStream for better performance (25da08c)
  • cli: use writeStream for better performance (25da08c)
  • emit types for vue-styleguidist (f0af958)
  • use the functional tag in docgen cli (c6f8725)
  • add progress bar while compiling (f16b901)
  • change defaults for codeSplit & simpleEditor (810bf1c)

BREAKING CHANGES

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

Co-authored-by: Sébastien D. demsking@gmail.com

  • 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.26.2 (2019-10-30)

Bug Fixes

  • move the build files to the right folder (9944972), closes #615
  • make sure defaults are there for the plugin (eb9ef4c), closes #615
  • make sure defaults are there for the plugin (00a05ac), closes #615

3.26.1 (2019-10-30)

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. demsking@gmail.com

  • 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
  • move the build files to the right folder (3b5aea1), closes #615

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)

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)

3.24.2 (2019-09-26)

Bug Fixes

  • docgen: detetct scopedSlots in render() (5e7015d), closes #586

3.24.1 (2019-09-26)

Bug Fixes

  • docgen: allow default to be a method (40ec2ae)

3.24.0 (2019-09-25)

Features

  • vue-docgen-cli if getDestFile should not create md file (55da63e)

3.23.2 (2019-09-24)

Bug Fixes

  • add .vue to extension array in webpack config (65da41b)

3.23.1 (2019-09-20)

Bug Fixes

  • docgen: allow default to be a string key (1fa756f), closes #581
  • extend quoting to methods and props (10e2b3e)

3.23.0 (2019-09-19)

Features

  • compiler: styleScoper deals with deep (ff89890)

3.22.3 (2019-09-12)

Bug Fixes

  • look at statements for description (71969bf)

3.22.2 (2019-08-24)

Bug Fixes

3.22.1 (2019-08-19)

Bug Fixes

  • cli: take cwd param into account (7935956)
  • compiler: avoid conflict, rollup buble+acorn (8c6d23a)
  • if cwd is specified in cmd use to find config (2bf97a1)

3.22.0 (2019-08-19)

Bug Fixes

  • update react styleguidist to fix menu (00ec66a), closes #561
  • update react styleguidist to fix menu (2) (dba9fbf), closes #561

Features

3.21.0 (2019-08-17)

Features

  • add defaultExamples config (52d7d90)

3.20.5 (2019-08-16)

Note: Version bump only for package vue-styleguidist

3.20.4 (2019-08-12)

Bug Fixes

  • watcher looking at md files (536157d)

3.20.3 (2019-08-12)

Bug Fixes

  • watch when input md changes (54ff5ac)

3.20.2 (2019-08-11)

Bug Fixes

3.20.1 (2019-08-10)

Bug Fixes

  • avoid defaulting outDir if outFile (8a2a282)
  • avoid the squiggles in main menu (5cc8f93)
  • protect pipe character in templates (0a0befc)

Performance Improvements

  • cache compiled md in single file mode (b867235)

3.20.0 (2019-08-10)

Bug Fixes

Features

  • docgen: expose docs block in dogen-api (4565559)
  • vue-docgen CLI to generate markdown files (b05d7d3)

3.19.5 (2019-08-07)

Bug Fixes

  • EditorWithToolbar naming case (595a077)

Performance Improvements

  • only precompile example for prod (b7aeb58)

3.19.4 (2019-08-06)

Bug Fixes

  • webpack dependency for yarn + storybook (e4c5d2e)

3.19.3 (2019-08-06)

Bug Fixes

  • add webpack peerDependency (16b1fa7)

Performance Improvements

  • remove multiple dependencies (0927e85)

3.19.2 (2019-08-05)

Bug Fixes

  • avoid dependency to webpack (63ee996)

3.19.1 (2019-08-04)

Bug Fixes

  • <docs src=> should not look at script tag (2cef0d4)
  • avoid hmr loop in plugin usage (c6e4adf)

3.19.0 (2019-08-02)

Bug Fixes

  • combining new Vue and imports was impossible (d37359c)
  • default example only appear when no doc (b3b4156)
  • webpackConfig has priority on publicPath (a06c1c6), closes #529
  • wrong propTypes for playgroundAsync (3fffa13)

Features

3.18.1 (2019-07-30)

Bug Fixes

  • editor should update when changing page (35d0c3f)

3.18.0 (2019-07-28)

Bug Fixes

  • async conlict with routing (75424f7)
  • better PropTypes for PlaygroundAsync (3b60e3e)

Features

  • add copyCodeButton option (90767af)

3.17.2 (2019-07-26)

Bug Fixes

  • make codeSplit comptible with jsxInExamples (83c0bf6)

3.17.1 (2019-07-26)

Bug Fixes

  • precompile examples when codeSplit (d75f3f4)
  • remove the propTypes error in codeSplit (ea53a14)

Features

  • avoid skipping comps documented inline (6ee0dff)

3.17.0 (2019-07-23)

Bug Fixes

  • make sure code split works with prism (51e7660)
  • docgen: allow document scopedSlots in render (31a7e07), closes #174
  • plugin: custom webpack config (2cf491c)

Features

  • add codeSplit option for compiler (286e2ee)
  • when codeSplit lazy load codemirror editor (6f83989)

3.16.3 (2019-07-19)

Bug Fixes

  • evaluation was failing (467949f)
  • accept multiple style parts (9a6b031)
  • slot scoped parsing (9685ba2)
  • use style normalize sfc component (fcae13c)

Performance Improvements

3.16.2 (2019-07-17)

Bug Fixes

  • compiler: make the jsx spread work vue style (27dd670)
  • make regexp more precise (29ba8b5)
  • use the spread in styleguidist (fd464a8)

Performance Improvements

  • avoid loading pragma without jsx (5b5012b)

3.16.1 (2019-07-16)

Bug Fixes

  • compiler: add normal attributes in attrs (be6de16)
  • allow for new Vue in jsx (45c62c9)

3.16.0 (2019-07-15)

Bug Fixes

  • docgen: allow for v-model in functional components (8884e62), closes #493
  • bump clipboard-copy version (b3c86d9), closes #500
  • rename createElement (429dd96)

Features

  • add Higher order funciton to Compile pragmas (5783eb4)
  • allow compiler to render/compile JSX (5084a39)
  • use styleguidePublicPath in server (bd5e3ec)
  • use the JSX capabilities of compiler (a6db6cb)

3.15.4 (2019-07-07)

Bug Fixes

  • allow importing non component files (5aa59a6), closes #436
  • transform error into warning when NOENT (296e1cd)
  • docgen: avoid parse files that are'nt potential components (4b1e43b), closes #436
  • docgen: resolve es6 modules properly (1b4eb0a), closes #478

3.15.3 (2019-07-02)

Bug Fixes

  • codemirror: allow for mulitple words in cm themes (6168883), closes #480
  • docgen: make aliases only path parts instead of letters (b83e235), closes #478

3.15.2 (2019-07-02)

Bug Fixes

  • add simple bindings detection (31a3fca)
  • make (Vue as VueConstructor) resolved (b7ed624)
  • render default value empty string (f41869d)
  • docgen: adapt method handler to default params (4f67f4e), closes #476
  • docgen: make v-bind have a separate treatment (cee2a9b), closes #469

3.15.1 (2019-06-27)

Bug Fixes

  • make sure imported variables are declared (bc50ab1)
  • compiler: make sure files with the same name wont conflict (98a1b76), closes #471

3.15.0 (2019-06-19)

Bug Fixes

  • docgen: fix template parsing expressions (56a2e05)

Features

  • docgen: add external proptypes parsing for docgen (eaa4748), closes #465
  • docgen: support ts prop types (c57c243), closes #413

3.14.5 (2019-06-14)

Bug Fixes

  • docgen: fixed multiple use of same event needing desc (329f66a), closes #459

3.14.4 (2019-06-14)

Bug Fixes

  • update dependencies to re-enable HMR (860e3bc)
  • compiler: re-enable compilation in vue SFC (5bb99c3), closes #456
  • docgen: get slot and scoped slot description in render without JSX (33086cf)

3.14.3 (2019-06-10)

Bug Fixes

  • reorder aliases to allow Styleguide overrides (9195772)

3.14.2 (2019-06-06)

Bug Fixes

  • docgen: make sure v-slot templates are understood too (e9ab6d5)

3.14.1 (2019-06-05)

Bug Fixes

  • docgen: template was used to use slots - sfc was detected (642d875), closes #448

3.14.0 (2019-06-05)

Bug Fixes

  • bring back last version of acorn (1f7ee42)

Features

3.13.10 (2019-06-04)

Bug Fixes

  • detect pure template no script as sfc (e2a0a48)
  • downgrade acorn (40b60cb)
  • re-use the react hmr plugin (2dfc5ad)

3.13.9 (2019-05-29)

Bug Fixes

  • preview: fix style scope mismatch (830abf8), closes #437
  • preview: gracefully fail when Vue breaks (1152600), closes #435

3.13.8 (2019-05-29)

Bug Fixes

  • remove useless ignores (043e4cc)
  • editor: make sure when url changes editor is repainted (2dcbaac), closes #404

3.13.7 (2019-05-24)

Bug Fixes

  • make hidden components work again (4898fee)

3.13.6 (2019-05-23)

Bug Fixes

  • core: example loader needs to require only on the script (0c045df), closes #421

3.13.5 (2019-05-22)

Bug Fixes

  • Additionally try absolute require.resolve in resolvePathFrom (d1be583)
  • Look through all roots. (3641e4c)
  • core: remove self require in readme (b6408af), closes #407

3.13.4 (2019-05-15)

Bug Fixes

  • docgen: fix node_modules mixins parsing (a4eed84), closes #416
  • make sure node_module resolved path ignored (7a1092a)

3.13.3 (2019-05-14)

Bug Fixes

  • register all cmpnts ins/f only first section (4ae5390), closes #405

3.13.2 (2019-05-13)

Bug Fixes

  • core: fix Preview.js with pure md files (d52feea), closes #411

3.13.1 (2019-04-29)

Bug Fixes

  • cleanComponentName peace with babel 7 (bd8a085)
  • transform import was not working properly (a6df22b)

3.13.0 (2019-04-28)

Features

  • allow components to be registered only locally (#398) (1dd2f1d), closes #2

3.12.0 (2019-04-25)

Bug Fixes

  • docgen: allow for not parsing jsx (8b669f3)
  • docgen: give better error message lines (9b04cc4)

Features

  • docgen: add jsx option to docgen (0ce2a9e)
  • main: add jsxInComponents option (27b4257)
  • plugin: reference jsxInComponents in vueui (a9646ef)

3.11.7 (2019-04-23)

Bug Fixes

  • keep dashes in component names (3ec75ed), closes #391
  • make sure we detect all variables (118f1a8)
  • parse es6 imports with vsg format (8f5ff19)
  • remove getVars blocking imports (1066123)

3.11.6 (2019-04-23)

Bug Fixes

3.11.5 (2019-04-20)

Note: Version bump only for package vue-styleguidist

3.11.4 (2019-04-03)

Bug Fixes

3.11.3 (2019-04-01)

Bug Fixes

  • docgen: protect uresolved events (09d970f), closes #363
  • options: allow two words in displayName (7b72603)
  • plugin: add the whole package to eslintignore (3b13ccf)
  • plugin: issue with babel (afbf21a)
  • safety: update css-loader (0b074b8)

3.11.2 (2019-03-28)

Note: Version bump only for package vue-styleguidist

3.11.1 (2019-03-28)

Bug Fixes

3.11.0 (2019-03-26)

Features

  • core: update react styleguidist to 9.0.4 (#344) (1ec6e64)

3.10.2 (2019-03-22)

Bug Fixes

  • plugin/ui: mountPointId link was wrong (#348) (5d79ebb)

Performance Improvements

  • esprima: get rid of esprima heavy loader (#347) (552ba14)