Skip to content

v5.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sy-records sy-records released this 27 May 02:43
8d41cbe

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

Chore

  • Multiple dependency upgrades.

New Contributors

Full Changelog: v4.13.1...v5.0.0-rc.1