Skip to content

Latest commit

 

History

History
196 lines (74 loc) · 7.87 KB

CHANGELOG.md

File metadata and controls

196 lines (74 loc) · 7.87 KB

Change Log

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

2.0.0-alpha.13 (2020-12-23)

Bug Fixes

  • markdown: only prepend prefix to explicit relative image path (8d6a095)
  • plugin-git: replace -P with --no-pager for better compatibility (close #16) (f394c78)

Features

  • cli: respect conventional clientAppEnhance files (close #20) (0777376)

2.0.0-alpha.12 (2020-12-19)

Bug Fixes

  • markdown: support v-on shorthand in html inline tags (86a1299)
  • theme-default: fix navbar type to allow nested group (9ef46ae)

Features

  • markdown: code-block-level config for line-numbers and v-pre (9ac3e4a)

2.0.0-alpha.11 (2020-12-17)

Bug Fixes

  • bundler-webpack: freeze webpack version (95523a2)

2.0.0-alpha.10 (2020-12-17)

Bug Fixes

  • theme-default: fix content headers styles (7ead1f6)

Features

2.0.0-alpha.9 (2020-12-16)

Bug Fixes

  • bundler-webpack: freeze version of prerelease packages (50d5fa0)
  • cli: prepare pages entry if the page key is changed (4c79839)
  • plugin-git: split arguments to get updated time (70e8b5e)

2.0.0-alpha.8 (2020-12-11)

Bug Fixes

  • bundler-webpack: display localhost by default in console (8bf0987)
  • cli: remove shorthand of host option (8340797)

Features

  • plugin-pwa: migrate pwa plugin (aa54fd6)
  • plugin-pwa-popup: extract pwa popup plugin (c3e8fb2)

2.0.0-alpha.7 (2020-12-09)

Bug Fixes

  • bundler-webpack: fix windows compatibility (close #12) (f35f768)

2.0.0-alpha.6 (2020-12-09)

Features

  • bundler-webpack: migrate to webpack 5 (37dca96)
  • client: remove built-in debug component (a5962bb)
  • plugin-debug: add debug plugin (ddf0a92)
  • shared: add esm build (f8463e7)
  • theme-default: use debug plugin (e12b1f3)

2.0.0-alpha.5 (2020-12-03)

Bug Fixes

  • plugin-google-analytics: report site base (31c8cad)
  • theme-default: fix code related styles (83d8a6f)
  • theme-default: fix the condition of using router-link as nav-link (8141f69)

Features

  • markdown: support doc lang highlight (dc91db6)

2.0.0-alpha.4 (2020-12-02)

Bug Fixes

  • bundler-webpack: remove spinner when preparing data (7f3b425)
  • cli: keep message format consistent (1de416d)
  • core: failed to resolve local theme (4d836e2)
  • core: warn if layout directory does not exist (3d2d414)

Features

  • cli: allow default export in user config file (b2f86c7)
  • cli: allow loading ts files globally (a9d94ac)
  • utils: add hasExportDefault util (575a9c5)

2.0.0-alpha.3 (2020-12-01)

Bug Fixes

  • bundler-webpack: check public dir before using copy-plugin (2481802)
  • core: avoid runtime warning for empty template (close #10) (bcbf703)

Features

  • cli: use esbuild to load ts file (41cfbc5)

2.0.0-alpha.2 (2020-12-01)

Bug Fixes

  • plugin-git: check if git repo is valid (3e9fc83)

Features

  • bundler-webpack: use esbuild for compilation and minification (4351f99)

2.0.0-alpha.1 (2020-12-01)