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
Previous12346Next

2.0.0-beta.45

Diff

Changelog

Source

2.0.0-beta.45 (2022-05-14)

meteorlxy
published 2.0.0-beta.44 •

Changelog

Source

2.0.0-beta.44 (2022-05-14)

Bug Fixes

  • theme-default: allow non-url-encoded filename in theme config (close #884) (dd1d240)

Features

  • cli: add check for base and dest config (c060a6c)
  • cli: allow .cjs config file (e1152d1)
  • core: merge all client files hooks into clientConfigFile (#888) (ad8b5a8)
  • markdown: improve line-number DOM structure (#819) (d938852)
  • markdown: prepend base to absolute links to markdown files (close #653) (e4155a0)
  • theme-default: normalize html and body font-size (#817) (fd26901)

BREAKING CHANGES

  • markdown: now absolute links to markdown files will be treated as internal links, and do not need to prepend base manually
  • core: clientAppEnhanceFiles, clientAppRootComponentFiles and clientAppSetupFiles hooks are removed, use clientConfigFile hook instead
  • core: conventional file .vuepress/clientAppEnhance.{js,ts} has been renamed to .vuepress/client.{js,ts}, and the usage has been changed too
meteorlxy
published 2.0.0-beta.43 •

Changelog

Source

2.0.0-beta.43 (2022-05-02)

Bug Fixes

  • avoid processing extendsBundlerOptions hook twice in build (close #863) (8d69ffb)
  • bundler-vite: only set client packages in noExternal (close #866) (ff62e2a)
  • cli: avoid bin name conflicts (close #869) (6d7db43)

Features

  • markdown: support vPre for inline code (close #683) (ef2a014)

BREAKING CHANGES

  • markdown: type of code.vPre option changed from boolean to Record<'block' | 'inline', boolean>
meteorlxy
published 2.0.0-beta.42 •

Changelog

Source

2.0.0-beta.42 (2022-05-01)

Build System

Features

  • core: support extendsBundlerOptions hook (9c56052)

BREAKING CHANGES

  • drop support for node 12
meteorlxy
published 2.0.0-beta.41 •

Changelog

Source

2.0.0-beta.41 (2022-04-25)

Bug Fixes

  • bundler-vite: add client package to peerDependencies (a82fc60)
  • plugin-nprogress: fork nprogress to local (45770b1)
meteorlxy
published 2.0.0-beta.40 •

Changelog

Source

2.0.0-beta.40 (2022-04-25)

Bug Fixes

  • allow building multiple times in the same dest dir (close #772) (30bb4a8)
  • bundler-vite: disable scss charset by default (f3f8772)
  • bundler-vite: fix build failure when there are no css files (close #697) (#829) (f6101a5)
  • bundler-vite: remove redundant use of postcss-csso (close #759) (00c27c3)
  • client: support hot-reload of frontmatter head (effa95f)
  • plugin-active-header-links: do not append hash at page top (close #693) (#722) (f71cb50)
  • plugin-palette: fix sass import when path contains spaces (close #481) (#814) (bbea812)

Code Refactoring

  • drop support for using bundler, theme and plugins by name (#843) (b85b1c3)

Features

  • cli: enable sourcemap for ts files (close #457) (bf8c4bc)
  • core: enable prefetch by default (9d40851)
  • markdown: bump markdown-it to v13 (09a3637)
  • markdown: improve code fence language detection (close #752) (#815) (1c4d237)
  • plugin-docsearch: remove preact dependency (bb4a2ca)

BREAKING CHANGES

  • config bundler should import the bundler directly, and bundlerConfig has been removed
  • config theme should import the theme directly, and themeConfig has been removed
  • config plugins should import the plugins directly
  • theme API plugins should import the plugins directly
  • theme API extends should import the parent theme directly
  • plugin function and theme function should no longer accept user options as the first param, please check out the guide for how to write a plugin and a theme
  • core: default value of shouldPrefetch option has been changed from false to true
meteorlxy
published 2.0.0-beta.38 •

Changelog

Source

2.0.0-beta.38 (2022-04-05)

Features

  • bundler-vite: bump to vite 2.9 (close #781) (7b3e88e)
  • core: support frontmatter type param in Page type (close #638) (6a4733f)

BREAKING CHANGES

  • core: the generics type params of Page type has been changed
meteorlxy
published 2.0.0-beta.37 •

Changelog

Source

2.0.0-beta.37 (2022-03-31)

Bug Fixes

  • theme-default: fallback external-link-icon when the plugin is disabled (close #766) (#769) (3628fbf)

Features

  • plugin-docsearch: add debounce on search (close #216) (#771) (c82f735)
  • plugin-docsearch: bump docsearch to 3.0.0 (close #718) (#721) (85819c3)
  • theme-default: enhance header dropdown experience (#736) (ad530e7)
  • theme-default: scroll active sidebar item into view (#698) (08b9e9a)

Reverts

  • feat(theme-default): enhance header dropdown experience (#736) (#786) (856be61)
meteorlxy
published 2.0.0-beta.36 •

Changelog

Source

2.0.0-beta.36 (2022-03-01)

Bug Fixes

  • avoid user content to be used as string params (close #727) (788afda)
  • bundler-webpack: allow configureWebpack option to return void (#662) (4488cb3)
  • theme-default: fix title style when no content in custom container (close #648) (#657) (73d297f)
  • use function to pass a single default slot in render function (close #716) (4550161)

Features

  • cli: watch page dependencies on dev (e6ed487)
  • markdown: add aria-hidden for line-numbers (#731) (6f5d132)
meteorlxy
published 2.0.0-beta.35 •

Changelog

Source

2.0.0-beta.35 (2022-01-22)

Bug Fixes

  • cli: watch user config correctly on win32 (close #611) (055b174)

Features

  • client: allow customizing global computed resolvers (close #338) (405fc8d)
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