1914 Commits

Author SHA1 Message Date
dependabot[bot]
44ec7cf83e
chore: bump glob from 11.1.0 to 13.0.0 (#2641) 2025-12-08 10:46:37 +08:00
Joe Pea
72b21d19ff
delete deprecation warning that was not meant to be added in #2392 (#2646) 2025-12-05 17:02:21 -08:00
Luffy
4e8be38304
fix: adjust intersection observer threshold for sticky class toggle (#2637) 2025-12-03 22:01:59 -08:00
Joe Pea
b960519608
feat: output type definitions, and allow new Docsify(opts) to accept options for ESM usage (#2392)
This `new Docsify(opts)` API can be safely converted to a Custom Element constructor with backwards compatibility later.
2025-12-03 21:49:44 -08:00
dependabot[bot]
de63e3a63a
chore: bump eslint-plugin-jest from 28.6.0 to 29.2.1 (#2640) 2025-12-03 18:21:58 +08:00
dependabot[bot]
245484b107
chore: bump actions/checkout from 5 to 6 (#2642) 2025-12-02 17:01:12 +08:00
Luffy
73d41e9e48
fix: improve word breaking for code blocks in markdown (#2636) 2025-11-28 21:56:05 +08:00
Jake
e8117563ea
feat: Fragment identifier full line ignore (#2626) 2025-11-24 10:47:19 +08:00
dependabot[bot]
f793e26215
chore: bump glob (#2633) 2025-11-21 11:25:50 +08:00
Luffy
5ed6b24dbf
test: add unit test for table cell embedding functionality (#2629) 2025-11-20 16:43:56 +08:00
dependabot[bot]
18a835d976
chore: bump js-yaml from 3.14.1 to 3.14.2 (#2634) 2025-11-19 10:10:04 +08:00
Edge-Seven
2d45376bb8
fix: typo (#2632) 2025-11-18 15:13:06 +08:00
Luffy
a8d144de00
refactor: improve blockquoteCompiler logic (#2624) 2025-11-15 10:29:57 +08:00
Marta Karaś
8016f8f35c
docs: add DeployHQ deployment instructions (#2627) 2025-11-13 10:31:07 +08:00
fintech
15bb83f279
docs: fix broken link to issues in CONTRIBUTING.md (#2625)
Co-authored-by: Luffy <52o@qq52o.cn>
2025-11-11 14:31:33 +08:00
dependabot[bot]
fa2f070aa7
chore: bump rimraf from 5.0.7 to 6.1.0 (#2619) 2025-11-03 10:55:42 +08:00
dependabot[bot]
5eeb8819d8
chore: bump @rollup/plugin-commonjs from 28.0.1 to 29.0.0 (#2618)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 28.0.1 to 29.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.0/packages/commonjs)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 10:11:44 +08:00
dependabot[bot]
1cf9e8851f
chore: bump actions/setup-node from 5 to 6 (#2620)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-11-02 10:11:12 +08:00
dependabot[bot]
6a16ecf9f4
chore: bump actions/upload-artifact from 4 to 5 (#2621)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 10:06:19 +08:00
dependabot[bot]
321939d747
chore: bump stefanzweifel/git-auto-commit-action from 6 to 7 (#2622) 2025-11-02 08:47:36 +08:00
Jake
8b591404a5
test: improve file embed & code fragment tests (#2617) 2025-10-29 13:10:43 +08:00
Jake
47b0956d71
test: add test for file embed and code fragments (#2616) 2025-10-28 10:18:28 +08:00
Luffy
1abe3a9ea4
feat: add fallback default language support (#2607) 2025-10-15 17:46:51 +08:00
dependabot[bot]
c403e9e487
chore: bump actions/setup-node from 3 to 5 (#2609) 2025-10-03 17:49:41 +08:00
dependabot[bot]
2bef2154e4
chore: bump actions/checkout from 4 to 5 (#2608) 2025-10-02 10:03:23 +08:00
Paul Hibbitts 🍁
8fe0e1c0f1
docs: Update intro paragraph to help improve first impressions and broaden audience (#2602)
Co-authored-by: Luffy <lufei@docsifyjs.org>
2025-09-28 10:43:05 +08:00
Luffy
422a745acc
feat: enhance embed handling for table cells (#2606) 2025-09-21 12:08:00 +08:00
Luffy
3014945e4d
fix: enhance accessibility for sidebar toggle button (#2604) 2025-09-18 10:39:35 +08:00
Luffy
1ad5763216
[release] 5.0.0-rc.3 v5.0.0-rc.3 2025-09-05 12:24:11 +08:00
Luffy
400ecbc813
[release] 5.0.0-rc.2 2025-09-05 12:19:04 +08:00
Luffy
5999f09a4b
fix: normalize slugs to NFC and remove emoji variation selector (#2597) 2025-09-02 11:46:11 +08:00
John Hildenbiddle
2e59b0f50c
feat: GitHub style callouts (#2487)
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
Co-authored-by: Luffy <52o@qq52o.cn>
2025-09-01 12:53:59 +08:00
Luffy
9bc58c9ca2
fix: improve slug generation (#2581) 2025-08-31 19:15:23 +08:00
Luffy
eeacfcce2a
fix: update relative link handling (#2579)
* fix: update relative link handling

* fix: To have the relative path evaluated also if the link needs to be not compiled.
2025-08-30 11:25:39 +08:00
Luffy
2a49bd0aa4
fix(sidebar): remove ignored headings and children (#2580) 2025-08-25 10:34:58 +08:00
Luffy
22ac7e855d
fix: enhance focus handling (#2595) 2025-08-21 16:12:56 +08:00
Luffy
32aa74e0d2
feat: support extract content between fragment markers from Markdown (#2582) 2025-08-09 14:08:49 +08:00
Paul Hibbitts 🍁
5ac5a86e2d
style: force light mode for iframes in dark theme (#2593) 2025-08-07 11:11:03 +08:00
Luffy
4c9e1117ba
docs: remove loading dialog section from quickstart guide (#2585) 2025-08-07 10:32:22 +08:00
Luffy
743e9cb484
fix: escape HTML in search keywords (#2586) 2025-08-07 10:17:01 +08:00
Paul Hibbitts 🍁
5448d93b4d
docs: Included relevant CSS vars to theme docs. (#2592)
Co-authored-by: Luffy <52o@qq52o.cn>
2025-08-06 11:01:52 +08:00
Luffy
be534674e5
chore: update launch configuration (#2587) 2025-08-04 10:51:58 +08:00
dependabot[bot]
00d590fed6
chore: bump jest-environment-jsdom from 29.7.0 to 30.0.5 (#2590)
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.7.0 to 30.0.5.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-08-02 23:22:39 +08:00
dependabot[bot]
af05d17c2b
chore: bump cross-env from 7.0.3 to 10.0.0 (#2589)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.0.0.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.3...v10.0.0)

---
updated-dependencies:
- dependency-name: cross-env
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-08-02 23:17:39 +08:00
Luffy
b468bcd677
refactor: simplify auto header insertion logic (#2578) 2025-08-02 15:15:36 +08:00
Waldir Pimenta
c9301b0c9d
docs: Improve Quick start instructions (#1466)
Co-authored-by: Luffy <lufei@docsifyjs.org>
2025-07-30 14:50:35 +08:00
Luffy
77420dfbb0
chore: update pull requests and issues template (#2584) 2025-07-30 10:10:37 +08:00
dependabot[bot]
3c114d1d90
chore: bump jest from 29.7.0 to 30.0.3 (#2561)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.3.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-07-28 23:37:52 +08:00
Luffy
5a49729afb
docs: update sidebar link formatting (#2577) 2025-07-28 22:46:27 +08:00
David Rivera
be2163725a
fix: heading link overflow style (#2568)
Co-authored-by: Luffy <lufei@docsifyjs.org>
2025-07-25 10:29:25 +08:00