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
4567

2.0.0-alpha.13

Diff

Changelog

Source

2.0.0-alpha.13 (2020-12-23)

Bug Fixes

  • markdown: only prepend prefix to explicit relative image path (8d6a095)
  • plugin-git: replace -P with --no-pager for better compatibility (close #16) (f394c78)

Features

  • cli: respect conventional clientAppEnhance files (close #20) (0777376)
meteorlxy
published 2.0.0-alpha.7 •

Changelog

Source

2.0.0-alpha.7 (2020-12-09)

Bug Fixes

  • bundler-webpack: fix windows compatibility (close #12) (f35f768)
meteorlxy
published 2.0.0-alpha.6 •

Changelog

Source

2.0.0-alpha.6 (2020-12-09)

Features

  • bundler-webpack: migrate to webpack 5 (37dca96)
  • client: remove built-in debug component (a5962bb)
  • plugin-debug: add debug plugin (ddf0a92)
  • shared: add esm build (f8463e7)
  • theme-default: use debug plugin (e12b1f3)
meteorlxy
published 2.0.0-alpha.1 •

Changelog

Source

2.0.0-alpha.1 (2020-12-01)

Bug Fixes

  • bundler-webpack: add assets hash to avoid name conflicts (550584a)
  • bundler-webpack: allow stylus to import css by default (6664b65)
  • bundler-webpack: always watch .vuepress dir (c2c2fed)
  • bundler-webpack: do not enable devtool in prod mode (b1d821a)
  • bundler-webpack: remove server dest temp directory (91ed5bb)
  • bundler-webpack: use loader options type (f5f2b79)
  • cli: close file watchers before restart (2b10108)
  • cli: delete cache before load config.ts (6739f93)
  • cli: disable noInfo option (e01cb12)
  • client: do not prepend base to http url (9e4e623)
  • client: wrap ssr-app with a parent div (c65b6c4)
  • cli: exit process on error (f345cd6)
  • cli: ignore initial watch and avoid extra watchers (3afe1f9)
  • cli: remove extra app init and prepare (6681b0b)
  • core: default value of base and lang (5a5df27)
  • core: infer page locale path correctly (8f2b10b)
  • core: resolve page date (bd627d7)
  • core: resolve page excerpt with correct markdown env (e0f4066)
  • core: resolve page title from markdown content as fallback (b216012)
  • core: resolve plugin and theme by name (3031324)
  • core: respect page options (d8dbbb7)
  • markdown: do not add prefix to external images (dc75f57)
  • markdown: escape text token (f226d54)
  • plugin-medium-zoom: disable in SSR (76cf97f)
  • plugin-nprogress: add initial loaded page (abd26c2)
  • shared: missing type inference for resolveLocaleConfigItem (3e230fd)
  • shared: remove title from ssr context (6eddf75)
  • theme-default: code-group nav padding (1d46ce0)
  • theme-default: code-group style in mobile (7e31bfd)
  • theme-default: do not use frontmatter title and desc as hero messages (a3dde66)
  • theme-default: do not use injections inside computed (04c7de5)
  • theme-default: fallback home title and content to siteLocale (ce34b4a)
  • theme-default: fix type imports and usages (f953295)
  • theme-default: hide contributors if array is empty (9e88016)
  • theme-default: remove default home config (21ebb4c)
  • theme-default: remove DropdownTransition temporarily (efd6ded)
  • theme-default: resolve redirect with hash, query and params (e7b7a91)
  • theme-default: typo in template (9a72112)
  • theme-default: unregister the built-in OutboundLink component to avoid warning (9c781cc)
  • theme-default: wrap Content with div (e578594)
  • theme-default: wrong default vertical-align of Badge (0c5d2ef)

Features

  • bundler-webpack: add SSR constant (6fe1ad6)
  • bundler-webpack: add @source alias (9d8cc38)
  • bundler-webpack: add style pre-processors config (7502682)
  • bundler-webpack: allow disable prefetch and preload links (2e5eb77)
  • bundler-webpack: copy files from public dir to dest dir (10848fe)
  • bundler-webpack: disable VUE_OPTIONS_API by default (ce5945b)
  • bundler-webpack: extract all css files together (ce0783b)
  • bundler-webpack: migrate to postcss 8 (5694346)
  • bundler-webpack: migrate webpack related hooks (f5eb159)
  • bundler-webpack: render locale data (2ae31c1)
  • bundler-webpack: sync client changes and optimize ssr (9b4a2cd)
  • bundler-webpack: use webpack plugin to optimize dev logs (70c1d64)
  • cli: add --cache and --clean-cache options (7ebd75b)
  • cli: base cli functions (9b7e005)
  • client: add built-in styles for Debug component (1b3b028)
  • client: add ClientOnly component (e2cad36)
  • client: add global computed and updateHead (df83b88)
  • client: add global data utils (46b9fc5)
  • client: add OutboundLink component (4107add)
  • client: add siteLocale in debug component (e1d663b)
  • client: add themeData injections (04cafe2)
  • client: add withBase util (f234c5d)
  • client: augment route meta type (6f4e1f5)
  • client: make siteData injections generic (86b9416)
  • client: provide site locale data (00455bd)
  • client: set scrollBehavior for vue-router (f7a12ce)
  • client: support clientAppRootComponentFiles (188c1a0)
  • client: take 404 as the fallback layout (bb34903)
  • cli: use user config as a plugin (1fa191f)
  • cli: watch pages and config in dev command (96d89d9)
  • core: add 404 page if not exist (0297a9e)
  • core: add clientAppRootComponentFiles hook (7f640c8)
  • core: add extendsPageData hook (5a10994)
  • core: add pagePatterns option (9a8855d)
  • core: add public directory config (1b52ffe)
  • core: add theme layouts option (bf96cc3)
  • core: allow disable prefetch and preload links (2991b6a)
  • core: allow plugins and themes use export default (874979d)
  • core: enable evergreen option by default (fa67dbb)
  • core: export LocaleConfig type from shared (04de925)
  • core: inject page title into route meta (0d9e7e3)
  • core: remove plugins from app options (fe411e7)
  • core: remove webpack related hooks (9613f69)
  • markdown: add assetsPlugin to handle assets links (79e50b5)
  • markdown: add code plugin (0e29d69)
  • markdown: allow disable built-in plugins (a0746e5)
  • markdown: enable line numbers by default (44b1e47)
  • markdown: migrate to markdown-it-toc-done-right (5f9f092)
  • markdown: support highlight-lines in code plugin (932b737)
  • plugin-active-header-links: make offset configurable (638386d)
  • plugin-active-header-links: migrate active-header-links plugin (6271af8)
  • plugin-back-to-top: migrate plugin-back-to-top (9b1bbc0)
  • plugin-container: migrate container plugin (09459e9)
  • plugin-docsearch: add docsearch plugin (ae5e45a)
  • plugin-git: add plugin-git package (4c847c8)
  • plugin-google-analytics: migrate google-analytics plugin (7f95a8d)
  • plugin-medium-zoom: migrate medium-zoom plugin (04dc0b8)
  • plugin-nprogress: add @vuepress/plugin-nprogress (8792089)
  • plugin-palette-stylus: add palette-stylus plugin (91f2c98)
  • shared: add children field in page header (6f29d05)
  • shared: add head utils (f020af0)
  • shared: add htmlUnescape and htmlEscape utils (5e55f95)
  • shared: add isLinkAbsolute and isLinkHttp utils (bbe8e99)
  • shared: add link utils (59e8fd5)
  • shared: add resolveRoutePathFromUrl util (460f39b)
  • shared: add utils to resolve locale data (4d5ccd5)
  • shared: expose isPlainObject util (1558de3)
  • shared: extract locale path util (54b747c)
  • shared: make PageData type extendable (aacbecc)
  • shared: migrate isPlainObject with generics support (fb1f7c3)
  • shared: optimize type definitions and remove resolveSiteLocaleData (e1d58f6)
  • theme-default: 404 page with locales support (08f6f9b)
  • theme-default: add Page component (d2eb868)
  • theme-default: allow string type navbar and sidebar item (82d7fa2)
  • theme-default: default theme skeleton (fb1d413)
  • theme-default: display json extension in code blocks (d8795d4)
  • theme-default: migrate Badge component (b77bb29)
  • theme-default: migrate CodeGroup component (107afd8)
  • theme-default: migrate NavLink component (8bb1e17)
  • theme-default: migrate OutboundLink component (c7ddba4)
  • theme-default: migrate styles (4bb6e10)
  • theme-default: navbar and sidebar (7f22ac0)
  • theme-default: optimize sidebar items config (f70cdf0)
  • theme-default: support locale config for custom blocks (404e02d)
  • theme-default: use active-header-links plugin (f7990a2)
  • theme-default: use container plugin and refactor types (55e0940)
  • theme-default: use Debug component in Layout (fe4334f)
  • theme-default: use docsearch plugin (c601312)
  • theme-default: use medium-zoom plugin (6288f8c)
  • theme-default: use nprogress plugin (e662753)
  • theme-default: use palette-stylus plugin (ccaee0f)
  • theme-default: use plugin-back-to-top (774f95b)
  • theme-default: use plugin-git and add themePlugins option (f44570b)
  • utils: add logger and debug utils (203d58d)
  • utils: add ora util (f67b4d3)
  • utils: add withSpinner util (82c6bb5)
  • utils: disable withSpinner if DEBUG env is set (af19507)
  • vuepress: re-export sub packages (6b5d999)

Performance Improvements

  • bundler-webpack: split vendor chunk and enable runtime chunk (0d1fbfd)
  • bundler-webpack: use postcss-csso to minify styles (2cb23cc)
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