Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
1
Maintainers
6
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
4578Next

2.0.0-beta.32

Diff

Changelog

Source

2.0.0-beta.32 (2021-12-28)

Bug Fixes

  • theme-default: avoid transition on fragment child (close #592) (10e5cc0)

Code Refactoring

  • core: normalize core app structure (6952acf)

Features

  • shared: improve types of site base (66943fb)

BREAKING CHANGES

  • core: config templateSSR is renamed to templateBuild
meteorlxy
published 2.0.0-beta.28 •

Changelog

Source

2.0.0-beta.28 (2021-12-17)

Bug Fixes

  • bundler-vite: flatten the plugins structure to avoid ordering issue (close #535) (b4011ac)
  • theme-default: fix kbd color in dark mode (#503) (31bea57)
  • theme-default: use browser default locale in last updated date (#462) (3746e66)

Features

  • core: replace extendsPageData with extendsPage hook (827a873)
  • core: support extendsMarkdownOptions hook (a1fc69b)
  • core: support routeMeta in frontmatter (93cdb53)
  • theme-default: make the arrows in page nav clickable (#540) (e7b31fd)
  • theme-default: support heroImageDark frontmatter (close #526) (#559) (779ddaa)
  • vuepress-webpack: add vuepress-webpack package (a2d9c9a)
  • vuepress: switch default bundler to vite (e1004df)

BREAKING CHANGES

  • vuepress: switch default bundler from webpack to vite
  • core: now app.markdown is only available in and after onInitialized hook
  • core: now extendsPageOptions hook does not allow a return value any more
  • core: extendsPageData hook should be migrated to extendsPage hook
meteorlxy
published 2.0.0-beta.27 •

Changelog

Source

2.0.0-beta.27 (2021-10-28)

Bug Fixes

  • shared: treat ftp links as external (close #456) (9894b56)
  • theme-default: avoid ssr-mismatch of dark mode logo (close #453) (aaf1152)
  • theme-default: fix code overflow-wrap in Safari (close #435) (6e6fe4f)
  • theme-default: hero actions spacing on small devices (close #381) (#442) (288927a)

Features

  • bundler-vite: compat with vite 2.6 (bad82eb)
  • shared: add isLinkFtp util (b8f35c9)
  • theme-default: support editLinkPattern frontmatter (close #450) (edecf2d)
meteorlxy
published 2.0.0-beta.25 •

Changelog

Source

2.0.0-beta.25 (2021-08-29)

Bug Fixes

  • plugin-git: add HEAD into git shortlog arguments (close #205) (#398) (9be4de1)
  • theme-default: improve the style for non-square logo (#386) (ff7c57f)

Code Refactoring

Features

  • bundler-webpack: bump webpack-dev-server to 4.0.0 (6e3fc32)

BREAKING CHANGES

  • client constants should add VUEPRESS prefix now
meteorlxy
published 2.0.0-beta.24 •

Changelog

Source

2.0.0-beta.24 (2021-08-14)

Bug Fixes

  • plugin-pwa: compat with workbox-build 6.2.2 (close #361) (f28e4cb)
  • theme-default: avoid recursive ref update in code-group (ca8404a)

Code Refactoring

  • client: move built-in meta tags to default html template (close #358) (e5c0fec)

Features

  • theme-default: add logoDark locale option (close #283) (991c07a)
  • theme-default: add css variables for transition (#325) (2b09004)
  • theme-default: improve a11y and animation of sidebar button (#365) (c99861e)
  • theme-default: store dark mode state in local storage (close #335) (9582b3b)

BREAKING CHANGES

  • client: the previous built-in meta tags should be manually added to custom html template
meteorlxy
published 2.0.0-beta.23 •

Changelog

Source

2.0.0-beta.23 (2021-08-01)

Bug Fixes

  • markdown: encode file path when coverting links (close #306) (920c9ac)
  • theme-default: use constant color for inserted token (close #296) (4596028)

Features

  • bundler-webpack: bump webpack-dev-server to 4.0.0-rc.0 (816da00)
  • core: store page data in page object (close #319) (c7d3710)
  • core: support paths without html extension (close #292) (#324) (1d41365)
  • markdown: support code.lineNumbers to be set to number (close #231) (#276) (a7fbdec)
  • theme-default: add toggleDarkMode locale option (#275) (a685a1b)
  • theme-default: add missing transitions (066c6e4)
  • theme-default: enhance color transitions (#287) (9b96871)
  • theme-default: enhance color transitions (#321) (aeaa3ba)
  • theme-default: set dark mode color-scheme (#289) (0b3abd3)
  • theme-default: support page slot for Layout.vue (a8de0a9)

BREAKING CHANGES

  • core: now extendsPageData hook is processed before onInitialized hook
meteorlxy
published 2.0.0-beta.21 •

Changelog

Source

2.0.0-beta.21 (2021-07-03)

Bug Fixes

  • client: avoid duplicate slash after base in withBase util (close #246) (af9ceff)
  • markdown: filter permalink symbol in toc (close #251) (5a35806)
  • theme-default: fix nav glitch at exactly 719px screen width (#238) (3154fbb)
  • theme-default: use default cursor on non-link sidebar items (ca22d4f)

Features

  • bundler-vite: avoid global constants being replaced by vite (close #244) (#245) (0c86968)
meteorlxy
published 2.0.0-beta.20 •

Changelog

Source

2.0.0-beta.20 (2021-06-26)

Bug Fixes

  • core: invoke extendsPageOptions hook in createPage (76292aa)

Features

  • markdown: bump markdown-it-anchor to 8.0.4 (41338f7)
  • plugin-pwa: bump mitt to 3.0.0 (8e2eb33)
  • theme-default: refine sidebar config (ea7c4bb)

BREAKING CHANGES

  • markdown: markdown.anchor has changed, see changelog of markdown-it-anchor 8.0.0
  • theme-default: isGroup field of sidebar config is removed
  • core: extendsPageOptions now accept page options as the first argument
meteorlxy
published 2.0.0-beta.19 •

Changelog

Source

2.0.0-beta.19 (2021-06-19)

Bug Fixes

  • bundler-vite: resolve client entry url correctly (close #190) (36babba)
  • bundler-webpack: sync types of webpack-dev-server 4 (close #208) (207014b)

Features

  • bundler-webpack: support vue-loader options (5a51912)
  • theme-default: support activeMatch in navbar config (ab0c6d1)
  • theme-default: support disabling dark mode (6517ce1)
meteorlxy
published 2.0.0-beta.18 •

Changelog

Source

2.0.0-beta.18 (2021-06-12)

Bug Fixes

  • plugin-search: disable default form action on Enter key (#189) (81b5b24)
  • plugin-toc: exclude h1 header in toc (5e96641)
  • theme-default: exclude h1 header in sidebar (280626d)
  • theme-default: show outline of toggle-dark-button (bc94de0)

Code Refactoring

  • core: drop support for plugin nesting (f7da97f)
  • core: resolve page title from markdown env (09d08a4)

Features

  • cli: watch dependencies of user config file (b220524)
  • markdown: add extract-title plugin (e0a1556)

Performance Improvements

  • bundler-vite: make server build lighter (a6ddea5)

BREAKING CHANGES

  • core: a plugin cannot use other plugins anymore
  • core: markdown emoji syntax is not supported in frontmatter title
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc