Socket
Socket
Sign inDemoInstall

@vuepress/plugin-external-link-icon

Package Overview
Dependencies
128
Maintainers
6
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13456Next

2.0.0-rc.10

Diff

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
meteorlxy
published 2.0.0-rc.0 •

Changelog

Source

2.0.0-rc.0 (2023-11-16)

Bug Fixes

Features

  • upgrade to vite 5 and esbuild 0.19 (e1e9ec3)
meteorlxy
published 2.0.0-beta.68 •

Changelog

Source

2.0.0-beta.68 (2023-11-10)

Build System

Features

  • core: support templateBuildRenderer in app options and theme api (close #1120) (0b0108d)
  • theme-default: sync code group status (close #541) (7078dd5)
  • utils: add templateRenderer utils (fe8ea2a)

BREAKING CHANGES

  • utils: the outlets of templateBuild has been updated, see TEMPLATE_RENDERER_OUTLETS in @vuepress/utils package
  • drop support for node 16
meteorlxy
published 2.0.0-beta.67 •

Changelog

Source

2.0.0-beta.67 (2023-08-28)

Bug Fixes

meteorlxy
published 2.0.0-beta.66 •

Changelog

Source

2.0.0-beta.66 (2023-07-11)

Reverts

  • fix(client): avoid mismatching between route path and page data (close #1249) (#1361) (73e55f0)
meteorlxy
published 2.0.0-beta.65 •

Changelog

Source

2.0.0-beta.65 (2023-07-11)

Bug Fixes

Features

  • plugin-git: remove duplicate no-reply contributors (#1364) (3ff1b06)
meteorlxy
published 2.0.0-beta.64 •

Changelog

Source

2.0.0-beta.64 (2023-07-03)

Bug Fixes

  • plugin-active-header-links: remove force replace when updating hash (#1360) (fa6b9ea)

Performance Improvements

  • client: use eager computed for routeLocale (9d85d4f)
  • client: use eager computed for routePath to avoid extra route locale resolving (aacff56)
  • core: reduce pageRoutes size (#1274) (08cf419)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc