Socket
Socket
Sign inDemoInstall

@vuepress/plugin-container

Package Overview
Dependencies
Maintainers
6
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/plugin-container - npm Package Versions

23
11

2.0.0-rc.28

Diff

mister-hope
published 2.0.0-rc.25 •

mister-hope
published 2.0.0-rc.21 •

mister-hope
published 2.0.0-rc.15 •

mister-hope
published 2.0.0-rc.12 •

Changelog

Source

2.0.0-rc.12 (2024-05-27)

Bug Fixes

  • client: support non-ascii locale path (01ee546)
  • core: fix page redirects comparison (#1563) (90a11d9)
  • fix route resolving error with hash and queries (close #1561) (#1562) (4df59d4)

Code Refactoring

Features

  • bundler-webpack: enable css-modules for .module.css files (close #1557) (#1560) (10378e1)
  • bundler-webpack: replace postcss-csso with lightningcss (close #1349) (c854b19)
  • bundler-webpack: replace webpack-chain with webpack-5-chain (close #1503) (#1566) (21ae915)
  • core: allow non-default-export client config file (#1564) (d3b3cc4)

BREAKING CHANGES

  • markdown: markdown.code option is remove. Please use @vuepress/plugin-shiki and @vuepress/plugin-prismjs instead.
  • bundler-webpack: For webpack bundler, css-modules will be enabled for *.module.[ext] files. The previous *.[ext]?module usage is no longer supported.
mister-hope
published 2.0.0-rc.11 •

Changelog

Source

2.0.0-rc.11 (2024-05-16)

Features

  • client: improve AutoLinkProps (#1554) (0777d09)
  • client: support slot props in AutoLink (630e29a)
mister-hope
published 2.0.0-rc.10 •

Changelog

Source

2.0.0-rc.10 (2024-05-16)

Bug Fixes

  • bundler-vite: disable server.fs.cachedChecks by default (close #1526) (bab6ae9)
  • client: fix siteLocaleData type (#1529) (1825636)
  • client: keep full path during route navigation (close #1514) (#1527) (e6455e0)
  • core: transform file path to chunk name (close #1531) (d584ee3)
  • markdown: fix query parsing and absolute link fallback in linksPlugin (close #1536) (#1537) (5082b3d)
  • shared: check external link correctly (#1543) (34e240c)
  • shared: check link with protocol correctly (#1542) (8b1ab67)

Features

  • client: add AutoLink component (#1546) (8eb722f)
  • client: export ResolvedRoute type (#1525) (950f158)
  • client: support relative link in RouteLink (#1545) (7c8f271)
  • core: allow null permalink in frontmatter to disable permalink (#1547) (becebb2)
  • enable hydration mismatch details in debug mode (#1530) (b752f9c)
  • markdown: upgrade markdown-it type to v14 (0a5d4eb)
  • shared: support relative links in normalizeRoutePath (#1544) (c443a95)

Performance Improvements

  • shared: use non-capture group for resolveRoutePathFromUrl (#1539) (2bbb2b2)
mister-hope
published 2.0.0-rc.7 •

Changelog

Source

2.0.0-rc.7 (2024-02-06)

Features

  • client: add useClientData composable (37f646b)
mister-hope
published 2.0.0-rc.3 •

Changelog

Source

2.0.0-rc.3 (2024-02-03)

Features

  • cli: add link for troubleshooting docs (5281a42)

Performance Improvements

BREAKING CHANGES

  • vue-router's route records have been replaced by custom route records to get better performance. It should not break common usage, but could be a potential breaking change for some themes. vue-router is suitable for SPAs, but not for static sites. It has a negative impact on the performance of vuepress sites, especially large-scale ones. In the long run we'll replace vue-router with a light-weighted custom router totally.
mister-hope
published 2.0.0-rc.1 •

Changelog

Source

2.0.0-rc.1 (2024-01-24)

Bug Fixes

  • bundler-vite: serve assets with absolute path in dev server correctly (close #1442) (d0b4062)
  • client: avoid updating existing head tags (close #1268) (#1314) (bfbab28)
  • client: merge locales head correctly (2fe35bb)
  • markdown: use non-greedy matching when parsing attributes (#1469) (91d8e3d)

Features

  • bump to vue 3.4 (7f192ea)
  • cli: update config file build target to node18 (66d20fc)
  • cli: update info command to include more binaries and remove ecosystem packages (84b5c80)
  • markdown: add absolutePathPrependBase option for assets plugin (634af03)
  • markdown: add title support for code blocks (close #1277) (#1456) (706a427)
  • markdown: bump to markdown-it 14 (5abdcdf)
  • markdown: update default anchor permalink function (close #1363) (#1452) (f7d6dde)
  • vuepress: add client-types export (#1460) (57bb91b)
  • vuepress: add more exports and bin shorthands (close #1446) (#1449) (3a32e0a)

BREAKING CHANGES

  • vuepress: vuepress-vite and vuepress-webpack packages have been removed, and the corresponding commands have been moved to vuepress package. With vuepress command, you need to install bundler package and set bundler in config file manually. With vuepress-vite and vuepress-webpack command, you still need to install bundler package, but you can omit bundler option in config file.
  • markdown: the default permalink function of markdown-it-anchor has been changed from ariaHidden to headerLink for better accessibility, which would be a potential breaking change for theme authors
  • markdown: bump to markdown-it 14
23
11
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