Socket
Socket
Sign inDemoInstall

@vuepress/plugin-prismjs

Package Overview
Dependencies
Maintainers
6
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-prismjs - npm Package Versions

1
79

2.0.0-beta.24

Diff

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

Changelog

Source

2.0.0-beta.22 (2021-07-11)

Bug Fixes

  • bundler-vite: fallback html requests to index.html (close #265) (665cda3)
  • markdown: resolve assets links in html img tags (close #254) (7cbb163)
  • plugin-active-header-links: update active header link selector (#259) (adaeed5)
  • theme-default: break long links on overflow (close #266) (#273) (eb970c3)
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
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)
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