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

@vuepress/plugin-git

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-git - npm Package Versions

1
12

2.0.0-beta.20

Diff

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

Changelog

Source

2.0.0-beta.17 (2021-06-04)

Bug Fixes

  • theme-default: avoid long inline code breaking the layout (#180) (ada2e2a)
  • theme-default: fix error of sidebar resolving (close #185) (6a96af0)
  • theme-default: respect root-level custom container config (close #175) (f2ad5f0)

Features

  • core: support multi-level theme inheritance (5df8662)
  • theme-default: improve a11y of CodeGroup (#163) (2b76463)

BREAKING CHANGES

  • core: app.themeApi is removed
  • theme-default: default title of danger container is changed to "DANGER"
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.14 •

Changelog

Source

2.0.0-beta.14 (2021-05-12)

Bug Fixes

  • bundler-vite: compat with vite 2.3 changes (close #134) (1370984)
  • core: avoid mutating theme layouts array (fe27a57)

Features

  • core: allow alias and define hook to return a promise (3b3d289)
meteorlxy
published 2.0.0-beta.13 •

Changelog

Source

2.0.0-beta.13 (2021-05-06)

Bug Fixes

  • bundler-vite: make site base work in vite dev (close #126) (d257e01)
  • core: path of page options should have the highest priority (0fc6fd3)
  • markdown: ensure ending newline in import code (160df2d)

Features

  • markdown: allow omitting start or end of import code lines range (21bba5c)
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.11 •

Changelog

Source

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

Bug Fixes

  • bundler-vite: make the timestamp of client entry consistent (4bbff4c)

Performance Improvements

  • core: merge page routes to reduce requests in vite dev (fa2a614)
  • do not register hooks in dev mode for prod-only plugins (d5af139)
  • specify optimizeDeps for vite dev (0d77331)
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)
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