chore(deps): update dependency vitepress to v1.0.0-alpha.75 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vitepress (source) | devDependencies | patch | 1.0.0-alpha.40 -> 1.0.0-alpha.75 |
Release Notes
vuejs/vitepress
v1.0.0-alpha.75
Bug Fixes
- build: reset regex lastIndex before testing (188893c)
- cli/init: remove trailing slash from npm scripts (64ecedc)
- theme: hide local nav on home page (f07587a), closes #2312
- theme: local search get 404 on build when use route rewrites in windows (#2301) (494c634)
- theme: vitepress data not properly injected in app when use localSearch (#2299) (69c7646)
Features
- add
filePath
toPageData
(#2140) (b24acc6) -
build: allow using
@
prefix with@include
(#2292) (a3b38d1) - preserve user log level (#2310) (a647cd3)
- theme: support light shiki themes (#2319) (d0f0012)
BREAKING CHANGES
- theme: Styling for code blocks might break, especially if you were earlier overriding it for light theme. Those workarounds are no longer required. VitePress will now show code blocks and groups in light mode too if a light shiki theme is specified.
v1.0.0-alpha.74
Bug Fixes
- build: allow data-loaders files in packages to be found (closes #2272) (84cf457)
- router: scroll back to the hash anchor even if it is already selected (#2265) (f3d3332)
Features
- allow using html in member description (#2269) (f744364)
-
search: support custom
disableQueryPersistence
in local search (#2273) (2f0f2d5) - theme: mobile view show outline button after removing sidebar (#2274) (25b9111)
v1.0.0-alpha.73
Bug Fixes
- search: fix highlighting in detailed view (1f4920c)
- search: local search showDetailedList not working in windows (#2253) (09be057)
Features
v1.0.0-alpha.72
Bug Fixes
- search: don't directly access userConfig (3e0e9d2)
- search: ready event is not fired on mac (e37e5cb)
- theme: local search showDetailedList not working in windows (#2248) (8354f8f)
v1.0.0-alpha.71
Bug Fixes
- search: esm interop mark.js import (1b0a249)
- search: properly group nested headings (b1c956c), closes #2238
v1.0.0-alpha.70
Bug Fixes
- a11y: increase touch target size of search icons (4449867)
- search: avoid body scroll when using local search (#2236) (144a7d8)
- search: better highlighting in detailed view (#2234) (be83524)
- search: fix keyword highlighting and scrolling in excerpts (ca8db8a)
- search: remove double base on importing excepts (185213c), closes #2230
- search: remove extra /index from routes (9e04b43)
- search: show escape to close on footer (6d5b4cd)
Features
- search: allow force disabling detailed view (40f1d1b)
- search: make styling more configurable, align more with the theme (#2233) (b2077c7)
v1.0.0-alpha.69
Bug Fixes
- search: fix errors on empty titles (6d363ec)
- theme: fix color of blockquote in custom containers (#2173) (712a57f)
v1.0.0-alpha.68
Bug Fixes
v1.0.0-alpha.67
Bug Fixes
Features
v1.0.0-alpha.66
Bug Fixes
- search: properly resolve page link (609d447)
- theme: fix meta key not showing on search button (e295160)
Features
v1.0.0-alpha.65
Bug Fixes
v1.0.0-alpha.64
Bug Fixes
-
build: make
lastUpdated
work with git submodules (#2149) (4c23003) - theme: fix color of table head row in custom containers (#2160) (51ecd58)
- theme: hide outline dropdown scrollbar when it does not overflow (#2151) (ff26ff1)
Features
-
build: provide
siteConfig
intransformPageData
context (#2163) (3714741) -
theme: add
page-top/bottom
anddoc-top/bottom
slots (#2139) (53d0099) - theme: allow moving aside to left (#2138) (9e3cf0f)
v1.0.0-alpha.63
Bug Fixes
- theme: allow adding html as feature icons (e5bc1e1)
- theme: remove label background of code-group tabs (#2136) (eac03f2)
Features
v1.0.0-alpha.62
Bug Fixes
- make md includes work with rewrites (#1898) (3553f01)
- theme: don't show outline when no header is there (#2117) (42a0ef2)
- theme: fix aside position when footer is there (#2115) (aecdeb9)
- theme: properly align not found icon in algolia (#2116) (83ce1b8)
- theme: use locale lang instead of navigator lang for last updated (#2118) (56a7d9a)
v1.0.0-alpha.61
Bug Fixes
-
build: skip warning for
txt
language (#2109) (ac953ce) - decode when query selecting current hash (1f2f1ff), closes #2089
- theme: prevent code-groups conflict with shiki-twoslash (#2059) (ee6cda4)
v1.0.0-alpha.60
Features
- support multiple selectors for scrollOffset (86e2a6f)
- theme: add animation to mobile page outline dropdown (a6b18a8)
v1.0.0-alpha.59
Bug Fixes
- handle async enhanceApp when extending themes (52b04f3)
- theme: improve Chinese font handling (81ae1c7), closes #2036
- theme: move doc-footer-before slot into the footer (b0160bc), closes #2082
Features
- defineClientComponent helper (2ad668c)
v1.0.0-alpha.58
Bug Fixes
- fix optional component imports from default theme (7b0f289)
v1.0.0-alpha.57
Bug Fixes
- types: allow void return in transformHead hook (32dfaf5)
Features
- expose page and assets on build hooks TransformContext (468c049)
- theme: a11y improvements (3b6a6d1)
- theme: aria-label for social links (6ca34c4)
- theme: page outline for mobile (7182c42)
- theme: support extending default theme without importing fonts (da1691d)
- theme: use more accessible header anchors #2040
Performance Improvements
- theme: preload font (24735db)
BREAKING CHANGES
-
markdown.headers
is now disabled by default. This meansPageData
will no longer include extracted headers by default unless this option is explicitly enabled. This is because the default theme now extracts page headers at runtime, so the data is no longer needed by default.
v1.0.0-alpha.56
Bug Fixes
- do not include head tags in inlined site data (2f26693)
v1.0.0-alpha.55
Bug Fixes
- fix scroll to hash on new tab during dev (9aafc88), closes #653
- gracefully handle config update with syntax error (470ce3d), closes #2041
Performance Improvements
- inline site data on page (22ace7b)
- kickoff main chunk fetch earlier in browsers without modulepreload support (d64a76e)
v1.0.0-alpha.54
Bug Fixes
v1.0.0-alpha.53
Bug Fixes
- avoid circular dependency between siteData virtual module and useData() (905f58b), closes #2072 #2073 #2074
Features
v1.0.0-alpha.52
Bug Fixes
- fix line higlighting for empty lines (9708510)
- fix rewrites with non ascii chars (6ce88da), closes #2017
- fix same page hash links with encoded chars (e05a3f2), closes #1749
- properly serialize header in outline (8ab36d0)
- remove @vue/devtools from force include (9bd940f)
- respect user vue alias (63f33d2), closes #1065
- theme: re-support dynamic headers (657a7d3)
- trim spaces from outline headers (9ceff1d)
Features
- allow disabling markdown.headers (868a9ff)
Performance Improvements
- improve default theme chunking (f6cb4c0)
BREAKING CHANGES
- default theme config option
outlineBadge
has been removed. Badges in headers are now always excluded when generating outline text.
v1.0.0-alpha.51
Bug Fixes
Features
Performance Improvements
v1.0.0-alpha.50
Bug Fixes
- avoid deprecation warning when using --force (0c0b6cc)
- ensure HMR works properly for page outline (1457681), closes #1281
- extract all headers by default (580a8e1)
- respect command line minify and outDir options (22047f3)
- theme: make tip box text color darker (3158115)
- theme: prevent text wrapping in nav dropdown menu (2a1abbe)
Features
- data-loader: defineLoader() type helper (4673bb1)
- data-loader: pass watched files into load() (e29b6a0)
- deprecate Theme.setup (868a586)
- export loadEnv from vite (7609704)
- expose isNotFound on PageData, deperecate Theme.NotFound (74caccd)
- expose params at top level in useData() (66f94fd)
- support $params in page components (a4ac055)
- support Theme.extends (f39b6a9)
-
theme: add
as
prop toContent
(#2011) (254e15b) -
theme: add
home-hero-info
slot (#1807) (996a5f4) - vitepress init command (#2020) (38bbdad), closes #1252
v1.0.0-alpha.49
Bug Fixes
- disable fuzzy link recognition by default (2450710)
- dyamic routes w/ srcDir + relative imports (b075ee5)
- hmr on deps change of data loaders (5913ebc)
- normalize all paths in config (8e8fcd9)
- theme: "copy code" button not readable on hover state (#819) (#1892) (#1998) (c2de4ca)
-
theme: tip custom container has wrong bg color for
<code>
block (d9a2e6e) - update route configs on file add / delete (bccce98)
Features
- dynamic routes (24fa862)
- theme: enhance readability of custom containers (#1824) (#1989) (472b6ec)
v1.0.0-alpha.48
Bug Fixes
- compat: remove use of array.at (fd99590)
- theme: add height constraints to hero image (#1983) (803d5b6)
- theme: allow empty details in home feature (#1936) (#1963) (b56351c)
- theme: show external link icon in navbar (#1881) (8e6e8d9), closes #1948
- theme: show external link icon on same line (#1880) (6218b10)
Features
- build: add support for custom languages (#1837) (5a6d384)
- theme: make prev/next links changeable (#1972) (b8a5e8e)
- theme: support custom target and rel in navbar links (#1993) (e2d4edf)
v1.0.0-alpha.47
Bug Fixes
- build: show error stack in logs (#1960) (c4d8d72)
- custom titles of code snippets inside code groups (#1834) (bcb8cbf)
- types: augment vite user config (#1946) (5c9b75e)
Reverts
v1.0.0-alpha.46
Bug Fixes
- build: prepend base to all internal non-relative links (#1908) (dcf2941)
- theme-default: avoid preconnect without algolia (#1902) (616fe5b)
-
theme-default: remove duplicate judgments in
preconnect()
(#1903) (48c9b11) - theme: make features support line wrapping (#1913) (ea43076)
Features
- build: use vite logger (#1899) (a00bb62)
-
shiki: support
ansi
code highlight (#1878) (f974381) - theme: support disabling aside globally (#1925) (dd0c4c6)
BREAKING CHANGES
-
build:
base
is now prepended to all internal (non-relative) links, including any reference to a file present in the public directory. If you want the earlier behavior for such links, use absolute links.
v1.0.0-alpha.45
Bug Fixes
v1.0.0-alpha.44
Bug Fixes
- take
<a>
in SVG into account (#1850) (010b3e5) - theme: infer collapsible from collapsed (#1865) (dea6cfa)
Features
BREAKING CHANGES
-
theme:
collapsible
is dropped from sidebar, usecollapsed
instead
v1.0.0-alpha.43
Bug Fixes
- build: hmr with rewrites when base is set (a05956f)
v1.0.0-alpha.42
Bug Fixes
v1.0.0-alpha.41
Bug Fixes
- check document instead of window to detect browser (#1833) (0f145cb)
- router: avoid duplicate history entries (#1827) (1553dbc)
- theme: don't show border on navbar when sidebar is there (#1845) (3db532e)
Features
- build: allow ignoring only localhost dead links (#1821) (fe52fa3)
- build: expose vitepress site config to vite plugins (#1822) (05430e4)
- build: support rewrites (#1798) (00abac6)
- stable
cleanUrls
(#1852) (5ae4fbd) - theme: allow removing badge text from outline (#1825) (5d2fc3f)
- theme: enable multi level sidebar nesting (#1360) (#1835) (c35a1f0), closes #1361 #1680
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Georg Krause