Update dependency @vuepress/client to v2.0.0-beta.50-pre.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@vuepress/client (source) | 2.0.0-beta.51 -> 2.0.0-beta.50-pre.1 |
Release Notes
vuepress/vuepress-next
v2.0.0-beta.63
Bug Fixes
- plugin-medium-zoom: avoid inject error in ssr mode (close #1338) (#1339) (5a56c9b)
- theme-default: fix languages locale config (close #1345) (2edad72)
v2.0.0-beta.62
Bug Fixes
- core: ensure page.title isString (close #1306) (#1308) (644b406)
- plugin-docsearch: allow using slash key to init docsearch (#1323) (3382bb1)
- plugin-theme-data: remove locales field in themeLocaleData (close #1287) (#1313) (d91996f)
Build System
Features
- bump vue to 3.3 (#1327) (bebadea)
- bundler-vite: bump vite to 4.3 and temporarily remove manualChunks (#1328) (031563e)
-
markdown: support relative image links without
./
(#1103) (b7d71be) - theme-default: improve css variable acquisition (#1322) (eb0d0ea)
Performance Improvements
BREAKING CHANGES
-
markdown: for markdown image syntax

, paths without./
or/
or protocol will be treated as relative links - drop support for node 14
v2.0.0-beta.61
Bug Fixes
- client: avoid updating routeLocale on route hash change (#1253) (5eb9489)
- markdown: render token attrs in code block (#1220) (b4e313b)
- theme-default: fix site name text overflow style (#1260) (95363a5)
Features
- core: attach markdownEnv to page object (#1228) (8a63e19)
- markdown: add error log for importCode plugin (#1273) (b722a62)
- plugin-docsearch: load docsearch asynchronously (close #1247) (#1254) (f5d5b11)
- plugin-docsearch: support indexBase option (close #1223) (#1224) (23a4c68)
v2.0.0-beta.60
Bug Fixes
- markdown: avoid extracting headers in nested blocks by bumping mdit-vue (close #1201) (ecd3716)
- theme-default: fix word breaking (close #1209) (#1210) (1e7761f)
- theme-default: preserve url params when switching language (#1211) (941b2fe)
Features
- client: improve default head title resolver (c688270)
- plugin-docsearch: add injectStyles option (close #948) (#1208) (34fb6c2)
v2.0.0-beta.59
Bug Fixes
v2.0.0-beta.58
Bug Fixes
- bundler-webpack: avoid duplicated style preload (e484a55)
- bundler-webpack: fix module identifier matching (9d8d645)
- bundler-webpack: partially fix ssr dependencies issue (83e7b6c)
v2.0.0-beta.57
Bug Fixes
Build System
- bump to vite 4 and rollup 3 (5fac2e6)
Code Refactoring
- remove page excerpt (a27bc24)
Features
- client: add VUEPRESS_BASE constant (fe047fe)
BREAKING CHANGES
- bump to vite 4 and rollup 3
-
excerpt
has been removed from page object and page data
v2.0.0-beta.56
Reverts
v2.0.0-beta.55
Bug Fixes
Performance Improvements
v2.0.0-beta.54
Bug Fixes
- bundler-vite: make user config have the highest priority (#1092) (91cc59e)
- client: allow double quotes in head tag (close #1174) (#1176) (69956c0)
- client: async load client configs to avoid circular deps (close #1154) (b0a7a0e)
- markdown: support single quotes in img tag (close #937) (#1104) (7dae33a)
Features
- bundler-vite: improve chunk splitting (#1170) (b4e9ca6)
- improve page path and vite chunk name (#1100) (d93b682)
- improve print style (#1181) (0800a07)
- theme-default: collapsible nested item in sidebar (close #883) (#1158) (48ab95c)
- theme-default: improve style of custom container (#1131) (4941f95)
- utils: replace chalk with picocolors (#1145) (ee0ea8c)
BREAKING CHANGES
-
utils:
@vuepress/utils
no longer exportschalk
, usecolors
instead
v2.0.0-beta.53
Features
- cli: print help messages if no matching command (bcc2208)
Reverts
v2.0.0-beta.52
Bug Fixes
- bundler-vite: exclude user-config plugin from optimizeDeps (#1135) (4285cf8)
- bundler-vite: test page component files correctly (close #1056) (bcf6033)
- cli: import envinfo correctly (close #1059) (4476404)
- plugin-search: avoid triggering hotkey while typing (#1125) (7b2e3fa)
- plugin-search: fix mutiple search icon on iPad (close #1004) (#1106) (b5df79d)
- plugin-search: unify breakpoint with default theme (#1091) (a1773d9)
- theme-default: improve responsive layout (#1102) (c63bd4a)
Features
- add type attribute for prefetch link tags (#1095) (cd3b569)
- bundler-vite: auto load postcss plugins from postcss config files (#1088) (0f49c47)
- bundler-vite: improve chunk splitting (#1101) (00b8366)
- bundler-vite: set esbuild output charset to utf-8 (close #1129) (#1133) (10dd348)
- client: improve default page head title resolver (#1078) (2d6343e)
- markdown: set extension of code fences in data-ext attribute (#1132) (f1947f4)
- plugin-google-analytics: add debug option (#1001) (0f46ac7)
- plugin-shiki: bump shiki to 0.11 (#1111) (06e3f55)
- theme-default: add heroHeight frontmatter for home page (81398d5)
Performance Improvements
BREAKING CHANGES
-
markdown: the
ext-xxx
class name of code fences has been removed
Configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.