Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vuepress/client

Package Overview
Dependencies
Maintainers
7
Versions
90
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.38

Diff

Changelog

Source

2.0.0-beta.38 (2022-04-05)

Features

  • bundler-vite: bump to vite 2.9 (close #781) (7b3e88e)
  • core: support frontmatter type param in Page type (close #638) (6a4733f)

BREAKING CHANGES

  • core: the generics type params of Page type has been changed
meteorlxy
published 2.0.0-beta.37 •

Changelog

Source

2.0.0-beta.37 (2022-03-31)

Bug Fixes

  • theme-default: fallback external-link-icon when the plugin is disabled (close #766) (#769) (3628fbf)

Features

  • plugin-docsearch: add debounce on search (close #216) (#771) (c82f735)
  • plugin-docsearch: bump docsearch to 3.0.0 (close #718) (#721) (85819c3)
  • theme-default: enhance header dropdown experience (#736) (ad530e7)
  • theme-default: scroll active sidebar item into view (#698) (08b9e9a)

Reverts

  • feat(theme-default): enhance header dropdown experience (#736) (#786) (856be61)
meteorlxy
published 2.0.0-beta.35 •

Changelog

Source

2.0.0-beta.35 (2022-01-22)

Bug Fixes

  • cli: watch user config correctly on win32 (close #611) (055b174)

Features

  • client: allow customizing global computed resolvers (close #338) (405fc8d)
meteorlxy
published 2.0.0-beta.34 •

Changelog

Source

2.0.0-beta.34 (2022-01-21)

Bug Fixes

  • theme-default: add missing color transitions (0955c9f)
  • theme-default: highlight sidebar heading when used as a link (close #628) (1a5f4fb)

Code Refactoring

Features

  • client: add vue-devtools support (a19d945)
  • plugin-docsearch: bump docsearch version to support translations (47a0ef1)
  • plugin-external-link-icon: add locales option (#636) (c7f0c43)
  • plugin-theme-data: add devtools support (dab437c)
  • theme-default: improve sidebar a11y (close #604) (8033b82)

BREAKING CHANGES

  • @vuepress/plugin-debug package has been removed
meteorlxy
published 2.0.0-beta.33 •

Changelog

Source

2.0.0-beta.33 (2022-01-12)

Bug Fixes

  • core: should process page hooks inside createPage (e1cbab5)
  • markdown: replace img src correctly when wrapped with other html tags (close #597) (f2f53ef)
  • theme-default: bump vueuse to avoid localstorage error (close #589) (#612) (7558681)

Features

  • core: allow theme to set default HTML templates (4fb7b55)
  • plugin-shiki: bump shiki to 0.10.0 (9d42e56)
  • theme-default: imporve dark mode experience (close #387) (c20a1ba)
  • theme-default: make all non-global components replaceable (f480bb2)
meteorlxy
published 2.0.0-beta.32 •

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.29 •

Changelog

Source

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

Bug Fixes

  • core: set default bundler option to vite (3fd11f5)
  • core: use theme after its plugins (fc5bd91)

Features

  • extract external link icon to plugin (437b750)
  • theme-default: export default locale options (e3ac623)

BREAKING CHANGES

  • config markdown.links.externalIcon is removed, use plugin-external-link-icon instead
  • frontmatter externalIcon is removed, use externalLinkIcon from plugin-external-link-icon
  • component OutboundLink is removed, use ExternalLinkIcon from plugin-external-link-icon
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.26 •

Changelog

Source

2.0.0-beta.26 (2021-09-11)

Bug Fixes

  • client: fix aria-hidden attribute of OutboundLink (close #427) (#432) (0575ba9)
  • client: fix wrong attrs selector when loading head tags (close #426) (5654685)
  • core: use absolute path when creating pages (close #421) (0a2f7dc)

Features

  • theme-default: support navbar and sidebar slot for Layout.vue (a42e431)

BREAKING CHANGES

  • core: now PageOptions does not accept relative file path
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