Important
The RC version docs can be previewed at https://preview.docsifyjs.org/.
It may contain breaking changes in further rc versions until the standard v5 release.
Docsify v4 is no longer supported. Visit https://preview.docsifyjs.org/#/v5-upgrade to learn how to upgrade.
You can import the resource via
<script src="https://cdn.jsdelivr.net/npm/docsify@^5.0.0-rc/dist/docsify.min.js"></script>and theme
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@^5.0.0-rc/dist/themes/core.min.css">Full resources can be found at https://cdn.jsdelivr.net/npm/docsify@rc/.
What's Changed
- fix: enhance accessibility for sidebar toggle button by @sy-records in #2604
- feat: enhance embed handling for table cells by @sy-records in #2606
- docs: Update intro paragraph to help improve first impressions and broaden audience by @paulhibbitts in #2602
- chore: bump actions/checkout from 4 to 5 by @dependabot[bot] in #2608
- chore: bump actions/setup-node from 3 to 5 by @dependabot[bot] in #2609
- feat: add fallback default language support by @sy-records in #2607
- fix: add test for file embed and code fragments by @jacobsorme in #2616
- test: improve file embed & code fragment tests by @jacobsorme in #2617
- chore: bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #2622
- chore: bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #2621
- chore: bump actions/setup-node from 5 to 6 by @dependabot[bot] in #2620
- chore: bump @rollup/plugin-commonjs from 28.0.1 to 29.0.0 by @dependabot[bot] in #2618
- chore: bump rimraf from 5.0.7 to 6.1.0 by @dependabot[bot] in #2619
- fix broken link to issues in CONTRIBUTING.md by @Gilbertode-iden254 in #2625
- docs: add DeployHQ deployment instructions by @MartaKar in #2627
- refactor: improve blockquoteCompiler logic by @sy-records in #2624
- docs: fix typos in some files by @Edge-Seven in #2632
- chore: bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #2634
- test: add unit test for table cell embedding functionality by @sy-records in #2629
- chore: bump glob by @dependabot[bot] in #2633
- feat: Fragment identifier full line ignore by @jacobsorme in #2626
- fix: improve word breaking for code blocks in markdown by @sy-records in #2636
- chore: bump actions/checkout from 5 to 6 by @dependabot[bot] in #2642
- chore: bump eslint-plugin-jest from 28.6.0 to 29.2.1 by @dependabot[bot] in #2640
- feat: output type definitions, and allow
new Docsify(opts)to accept options for ESM usage by @trusktr in #2392 - fix: adjust intersection observer threshold for sticky class toggle by @sy-records in #2637
- delete deprecation warning that was not meant to be added in #2392 by @trusktr in #2646
- chore: bump glob from 11.1.0 to 13.0.0 by @dependabot[bot] in #2641
- fix: include h6 headings in heading element selection by @sy-records in #2649
- chore: bump marked from 16.0.0 to 17.0.1 by @Koooooo-7 in #2647
- chore: bump min-document from 2.19.0 to 2.19.2 by @dependabot[bot] in #2652
- chore: bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #2658
- chore: bump qs from 6.12.2 to 6.14.1 by @dependabot[bot] in #2655
- chore: upgrade playwright by @Koooooo-7 in #2663
- docs: Improve embed files code fragment by @jacobsorme in #2650
- docs: Add v5 upgrade docs by @paulhibbitts in #2665
- chore: bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #2671
- chore: bump globals from 16.0.0 to 17.0.0 by @dependabot[bot] in #2657
- chore: Build and publish v4
lib/andthemes/folders for backwards compatibility while users transition to v5. by @trusktr in #2667 - chore: bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in #2678
- chore: bump rollup from 4.22.4 to 4.59.0 by @dependabot[bot] in #2683
- chore: bump minimatch by @dependabot[bot] in #2685
- chore: bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #2686
- fix: strip HTML tags from config.name when setting page title by @Bowl42 in #2690
- chore: bump svgo from 3.3.2 to 3.3.3 by @dependabot[bot] in #2692
- chore: bump immutable from 3.8.2 to 3.8.3 by @dependabot[bot] in #2693
- [Release]: v5.0.0-rc.4 by @sy-records in #2694
New Contributors
- @jacobsorme made their first contribution in #2616
- @Gilbertode-iden254 made their first contribution in #2625
- @MartaKar made their first contribution in #2627
- @Edge-Seven made their first contribution in #2632
- @Bowl42 made their first contribution in #2690
Full Changelog: v5.0.0-rc.3...v5.0.0-rc.4