v5.0.0-rc.1
Pre-release
Pre-release
It can now be previewed at https://preview.docsifyjs.org/ and loaded using
<script src="https://cdn.jsdelivr.net/npm/docsify@^5.0.0-rc/dist/docsify.min.js"></script>
along with the base theme<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@^5.0.0-rc/dist/themes/core.min.css">
(https://cdn.jsdelivr.net/npm/docsify@rc/).
What's Changed
Bug Fixes
- Fixed id with pure number (#2021)
- Fixed the end condition for the embed content handling loop (#1824)
- Fixed enhancement of isExternal (#2093)
- Fixed Accessibility roles and aria labels (#2304)
- Fixed genIndex error for search (#1933)
- Fixed husky can not auto install issue after upgrade (#2325)
- Fixed carbon broken (#2387)
- Fixed prevent unnecessary themeColor deprecation notice (#2403)
- Fixed dev mode hot reload and add sourcemaps (#2402)
- Fixed skip-to-content scroll behavior (#2401)
- Fixed genIndex error for search (#1933)
- Fixed When alias contains parameters, append ext error (#1855)
- Fixed Prevent initial unnecessary IntersectionObserver callback execution (#2523)
- Fixed clean markdown elements in search contents (#2457)
- Fixed auto header config heading generate func (#2474)
- Fixed fix loadSider false render structure issue (#2470)
- Fixed sync the page title regarding the title config (#2478)
- Fixed parse heading error (#2526)
- Fixed cross-origin links in history router mode (#1967)
Features
- v5 style overhaul (#2469)
- Added Google Analytics gtag.js plugin (#1702)
- Added "Skip to main content" link and update nav behavior (#2253)
- Added aria attributes to sidebar toggle and current page link (#2254)
- Allow keyboard scrolling in code blocks (#2264)
- Allow top nav to receive keyboard focus (#2269)
- Keyboard bindings support (#2279)
- Render Vue templates by default when importing Vue resources (#2327)
- Prevent focus on hidden sidebar (#2265)
- Improved error handling and response status availability (#2303)
- Use dexie.js instead of localStorage (#2464)
Removed
- Delete SSR (#2105)
Chore
- Multiple dependency upgrades.
New Contributors
- @ablakey made their first contribution in #1935
- @wangliang181230 made their first contribution in #1933
- @dzsibi made their first contribution in #1993
- @julienw made their first contribution in #1824
- @JamesHenry made their first contribution in #2094
- @ekoz made their first contribution in #1702
- @paulhibbitts made their first contribution in #2129
- @thapasusheel made their first contribution in #2284
- @luicfrr made their first contribution in #2347
- @LBZZYZ made their first contribution in #2390
- @eldemcan made their first contribution in #2413
- @timothyjohn2015 made their first contribution in #2426
- @akshaybhinge19 made their first contribution in #2468
- @palmiak made their first contribution in #2299
- @ezeamaka2 made their first contribution in #1781
Full Changelog: v4.13.1...v5.0.0-rc.1