Socket
Socket
Sign inDemoInstall

@vuepress/client

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/client - npm Package Versions

1
9

2.0.0-beta.21

Diff

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
meteorlxy
published 2.0.0-beta.15 •

Changelog

Source

2.0.0-beta.15 (2021-05-27)

Bug Fixes

  • markdown: decode assets link to ensure bundler can find the file (#144) (d3e5409)
  • theme-default: handle rotate events on iPad (#150) (bbdda60)
  • theme-default: show header anchors when being focused (#164) (8de5f0f)

Features

  • bundler-webpack: bump webpack-dev-server to 4.0.0-beta.3 (2e86826)
  • cli: allow setting default app config (41f9dc6)
  • plugin-search: add --search-bg-color variable (6c778a8)
  • plugin-search: improve a11y support (#165) (205aafe)
  • theme-default: support dark mode (close #29) (680e429)
  • theme-default: support full link for github repo (#152) (8a5055b)
  • theme-default: support Gitee repo (5cad664)

BREAKING CHANGES

  • theme-default: most sass variables are migrated to css variables
meteorlxy
published 2.0.0-beta.12 •

Changelog

Source

2.0.0-beta.12 (2021-04-30)

Bug Fixes

  • core: avoid uri encoded filename (4ff7f3b)
  • theme-default: align the font of line numbers with code blocks (close #124) (#125) (a3ea87d)

Features

  • core: add deps to page object (83c9aae)
  • core: make filePath available in markdown env (aa52549)
  • markdown: support import code blocks (close #15) (fe20ccc)

Performance Improvements

  • core: reduce page data and component file size (4c6eea5)
  • core: reduce routes file size (d926a17)

BREAKING CHANGES

  • core: pagePath prop of <Content> renamed to pageKey
meteorlxy
published 2.0.0-beta.10 •

Changelog

Source

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

Bug Fixes

  • bundler-vite: avoid client code to be optimized or externalized (f8a088d)
  • bundler-vite: disable clearScreen in dev by default (e7bfe49)
  • cli: do not clean cache and temp on restart (047a52c)
  • client: implement ClientOnly correctly (e27872d)
  • client: make hydration work properly (close #123) (34a5364)
  • core: allow extendsMarkdown to return a promise (a4be2fd)

Features

  • bundler-vite: bump vite to 2.2.1 to support cacheDir (d7f685b)
  • client: support custom layout (c32866d)
  • markdown: support externalIcon in config and frontmatter (#122) (d1389bc)
  • plugin-search: add search plugin (close #35) (70bb066)
  • theme-default: compat with docsearch and search plugin (cb00182)
  • theme-default: support pageClass frontmatter (close #118) (809d575)
  • theme-default: support sidebarDepth (b79ba90)
meteorlxy
published 2.0.0-beta.9 •

Changelog

Source

2.0.0-beta.9 (2021-04-21)

Bug Fixes

  • core: allow plugin itself as an item of plugin config array (1fa8903)
  • core: ensure trailing slash of page path (close #114) (cbcf166)
  • markdown: do not escape extracted headers (close #117) (81b1336)
  • plugin-back-to-top: fix back-to-top styles (933643a)
  • theme-default: remove font-smothing in code block (41c281e)

Code Refactoring

  • core: move evergreen option to bundler-webpack (58c30c1)

Features

  • client: provide client types file (89a32b5)
  • core: make frontmatter available in markdown env (f977192)
  • plugin-palette: add watchers for palette and style files (0cf1b9b)
  • plugin-register-components: add register components plugin (close #112) (6af204d)
  • theme-default: add more palette variables for code styles (db8e0f4)

BREAKING CHANGES

  • core: evergreen option is moved to bundlerConfig.evergreen for bundler-webpack
meteorlxy
published 2.0.0-beta.8 •

Changelog

Source

2.0.0-beta.8 (2021-04-11)

Bug Fixes

  • plugin-docsearch: provide default value for locales (close #107) (491eb64)
  • plugin-pwa-popup: provide default value for locales (f7cbc15)

Code Refactoring

  • core: resolve theme when creating app (fa683cb)
  • normalize themes and plugins structure (7781172)

Features

  • markdown: support internalTag option in links plugin (1872ad9)
  • utils: add logger.createError method (0c198d7)

BREAKING CHANGES

  • client API that provided by plugins should be imported from plugin-foo/lib/client
  • core: theme plugins could be overridden by user plugins now
meteorlxy
published 2.0.0-beta.7 •

Changelog

Source

2.0.0-beta.7 (2021-04-09)

Bug Fixes

  • bundler-webpack: always extract css file in build mode (accc484)
  • client: install vue-router after clientAppEnhance (close #100) (2f5450f)
  • client: make page data hmr work as expected (374ae43)
  • theme-default: allow direct img children to be zoomable (close #84) (832bd6f)

Features

  • bundler-webpack: bump webpack-dev-server to 4.0.0-beta.2 (dd8c408)
  • core: show warning when duplicate plugins are detected (742f581)
  • plugin-toc: add toc plugin (0ea1720)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc