Skip to content

[Release]: v5.0.0#2745

Draft
sy-records wants to merge 33 commits into
mainfrom
develop
Draft

[Release]: v5.0.0#2745
sy-records wants to merge 33 commits into
mainfrom
develop

Conversation

@sy-records

@sy-records sy-records commented Jun 17, 2026

Copy link
Copy Markdown
Member

This release continues the v5 stabilization work from v5.0.0-rc.1 to v5.0.0-rc.4, collected in #2745. It focuses on rendering correctness, routing stability, search improvements, accessibility, security hardening, type support, documentation, and dependency maintenance.

Features

  • Added pageTitleFormatter config for customizing page title output. #2695
  • Added fallback default language support. #2607, commit 1abe3a9
  • Added TypeScript type definitions and improved ESM usage by allowing new Docsify(opts) to accept options. #2392, commit b960519
  • Added GitHub-style callouts. #2487, commit 2e59b0f
  • Improved embedded content handling, including table cells and Markdown fragment extraction. #2606, #2582
  • Improved indexing and embedded search behavior. #2734
  • Added support for config helper multi-key usage. #2571, commit a2f734f

Bug Fixes

  • Improved slug generation and heading anchor handling, including Markdown links, Unicode normalization, and emoji variation selectors. #2581, #2597, #2697
  • Fixed sidebar TOC behavior by excluding headings inside blockquotes. #2691
  • Fixed relative link handling and decoded URL sidebar selection. #2579, #2708
  • Fixed hash/history routing issues, including duplicate callbacks and HTML5 history normalization. #2575, #2712
  • Fixed anchor alignment after layout changes. #2731
  • Hardened HTML escaping in search keywords, code language input, images, links, and media rendering. #2586, #2716, #2718
  • Improved cache handling and error recovery. #2744
  • Improved accessibility for the sidebar toggle button. #2604, commit 3014945
  • Fixed code block word breaking, heading link overflow, and sidebar text overflow issues. #2636, #2568, #2564
  • Stripped HTML tags from config.name when setting the page title. #2690, commit 0cfee34

Maintenance

Short Summary

v5.0.0 is a stabilization-focused release that improves Docsify’s v5 rendering pipeline, search, embedded content handling, routing, accessibility, type support, and security posture, while also refreshing documentation, tests, and dependency baselines.

sy-records and others added 29 commits March 18, 2026 10:45
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9.
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-version: 4.7.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: enhance slugify function to handle markdown links

* chore: replace conventional-changelog with standard-version for changelog generation
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.2...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 6.0.4 to 7.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/url-v7.0.0/packages/babel)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Luffy <52o@qq52o.cn>
Signed-off-by: dependabot[bot] <support@github.com>
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docsify-preview Ready Ready Preview, Comment Jun 28, 2026 6:36am

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants