Skip to content

Latest commit

 

History

History
184 lines (116 loc) · 14 KB

CHANGELOG.md

File metadata and controls

184 lines (116 loc) · 14 KB

Change Log

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

2.0.0-rc.14 (2024-02-08)

Bug Fixes

  • plugin-blog: fix hotReload, close #62 (204cf8f)
  • plugin-blog: override existing page at startup (a006959)

Features

  • plugin-baidu-analytics: add plugin-baidu-analytics (#70) (0d5810e)

2.0.0-rc.13 (2024-02-06)

Bug Fixes

  • plugin-photo-swipe: fix styles (69374ae)

2.0.0-rc.12 (2024-02-06)

Bug Fixes

  • plugin-theme-data: fix compatibility with vuepress/client (8f01436)

Features

  • create-vuepress: use plugin-blog in blog template (#64) (a25014e)
  • plugin-copy-code: expose composable api (#67) (fced29c)
  • plugin-photo-swipe: add photo-swipe plugin (#69) (58a9855)
  • plugin-shiki: use shiki v1 (#68) (2e4343c)
  • theme-default: apply styles to photo-swipe plugin (5d1fd63)

2.0.0-rc.11 (2024-02-05)

Bug Fixes

  • plugin-active-header-links: fix hash update (0ee8078)
  • plugin-docsearch: hide search while print (8b35bed)

Features

  • plugin-redirect: add style variables (152bfa0)
  • plugin-redirect: improve autoLocale homepage (0d63fb4)

2.0.0-rc.10 (2024-02-05)

Bug Fixes

  • plugin-redirect: fix locale config (ecf5650)
  • plugin-remove-pwa: fix plugin name (a76a639)
  • plugin-search: fix hot reload (637db2c)
  • theme-default: fix back to top style (10c2847)

Features

  • compatible with visual routes (#57) (f1281be)
  • plugin-blog: add plugin-blog (#61) (30779e3)
  • plugin-catalog: add catalog plugin (#60) (18ad620)
  • plugin-copyright: make plugin options optional (64bb166)

Reverts

  • "test: update snapshots" (8cf90fb)

2.0.0-rc.9 (2024-02-03)

Bug Fixes

  • helper: fix getPageExcerpt in edge case (8004b12)

Features

  • plugin-back-to-top: rebuild plugin (#55) (1900257)

2.0.0-rc.8 (2024-02-03)

Features

  • plugin-redirect: add redirect plugin (#53) (44fba50)
  • plugin-remove-pwa: add remove pwa plugin (#54) (58b7e32)

2.0.0-rc.7 (2024-02-02)

Bug Fixes

  • helper: ensure rootNodes (afc6f9d)
  • plugin-reading-time: remove noExternal declare (36a2abe)
  • plugin-rtl: correct plugin name (4b1ca32)
  • plugin-sitemap: fix output logger (7389d32)

Features

  • helper: add bun support (ebedb81)
  • plugin-copyright: add copyright plugin (#52) (f5e4a18)
  • plugin-reading-time: add reading-time plugin (#50) (3fce9e4)
  • plugin-rtl: add rtl plugin (#49) (4a50404)
  • vp-update: add vp-update package (#51) (c0f94d6)

2.0.0-rc.6 (2024-01-31)

Features

  • helper: add hasGlobalComponent (#46) (2472fce)
  • helper: export slash related functions (4268fdc)
  • helper: improve getDate utils (efb5b2e)
  • helper: improve vite optimizeDeps (8973871)
  • plugin-copy-code: add copy-code plugin (#47) (8402530)
  • plugin-sitemap: rename excludeUrls to excludePaths (#45) (247c792)

BREAKING CHANGES

  • plugin-sitemap: excludeUrls is renamed to excludePaths

2.0.0-rc.5 (2024-01-31)

Bug Fixes

  • helper: improve types of useLocaleConfig (0fcc7f6)
  • plugin-seo: fix logger name and remove debug logger (a692d7a)

Features

2.0.0-rc.4 (2024-01-31)

Features

  • helper: add shared export (da50bcf)

2.0.0-rc.3 (2024-01-31)

Bug Fixes

  • create-vuepress: sync output folder with docs (#29) (e7887aa)
  • helper: add missing export (049da22)
  • helper: add missing exports (2dc8ea5)

Features

  • helper: add date helper (20e5e46)
  • helper: add getPageText (#39) (d666d1b)
  • helper: add helper package (#33) (fadf122)
  • helper: add logger utils (#35) (a92c710)
  • plugin-feed: add feed plugin (#41) (b0b2aa4)
  • plugin-seo: add seo plugin (#42) (8a999c5)
  • plugin-sitemap: add sitemap plugin (#37) (267f388)
  • theme-default: heading-sidebar (#30) (0ac591d)
  • theme-default: image alt option and set aria hidden on title if same as image alt (close #20) (#23) (dc8042e)

2.0.0-rc.2 (2024-01-26)

Features

  • create-vuepress: update packages version (68d5005)

2.0.0-rc.1 (2024-01-26)

Bug Fixes

  • theme-default: avoid calling hooks in computed (6d78f5d)
  • theme-default: code group accessibility (#10) (aae5916)
  • theme-default: fix navbar brand logo a11y (close #20) (8e6e57e)
  • theme-default: fix new anchor style (046ea1c)

Features

  • bump to vp2rc1 and declare vuepress as peer (af4f00b)
  • create-vuepress: add create-helper (close #1) (#15) (531a7e8)
  • plugin-shiki: bump to shikiji v0.10 (e24c1cb)
  • plugin-shiki: migrate to esm-based shikiji (close #12) (#13) (df11c04)
  • theme-default: make use of data-title attr for code blocks (close #18) (fbf5e32)
  • theme-default: sync anchor permalink function updates for better a11y (93e6a04)

BREAKING CHANGES

  • plugin-shiki: now langs option is required, you need to set the languages list explicitly

Co-authored-by: meteorlxy [email protected]