Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vuepress/helper

vuepress93.1kMIT2.0.0-rc.3TypeScript support: included

VuePress helper

vuepress, helper, bundler-helper, excerpt

readme

changelog

Change Log

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

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 meteor.lxy@foxmail.com