Continuous Releases from main
chore: bump deps4 days agoaa587f6
feat!: support scroll-margin / scroll-padding Replaces the JS-based scroll offset logic with native CSS `scroll-margin-top`. The default theme sets it on headings using `--vp-nav-height` and `--vp-layout-top-height`, and `scrollTo` now uses `scrollIntoView` which respects it natively. BREAKING CHANGE: `scrollOffset` from config is removed. Users wanting to customize scroll offset should customize `scroll-margin-top` via CSS instead. `smoothScroll` support from `router.go` is also removed as it didn't work as expected for most users. Users wanting smooth scrolling should set `scroll-behavior: smooth` in CSS, ideally inside a `@media (prefers-reduced-motion: no-preference)` block.4 days ago6cce766
fix: use resolveDynamicComponent instead of resolveComponent x-ref: https://github.com/vuejs/vitepress/pull/5176#issuecomment-4240841782last week9da1e3e
feat: allow VPContent to use custom components (#5176)2 weeks agoc0b38d5
fix(theme): prevent `sub` and `sup` elements from affecting line height based on normalize.css closes #51732 weeks ago19357f9
chore(deps-dev): bump lodash.template from 4.5.0 to 4.18.1 (#5169) Bumps [lodash.template](https://github.com/lodash/lodash) from 4.5.0 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.5.0...4.18.1) --- updated-dependencies: - dependency-name: lodash.template dependency-version: 4.18.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>3 weeks agocb8f553
fix(theme): correct mixed LTR/RTL text rendering in code blocks3 weeks ago73f7b0b
fix: keep translation links in the current tab (#5158)3 weeks ago202ee70
chore: revert icons plugin bump4 weeks ago9a2d165