Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b43d1c7
docs: remove Matomo plugin and update embedded website link (#2696)
sy-records Mar 18, 2026
851db13
chore: bump flatted from 3.3.1 to 3.4.2 (#2698)
dependabot[bot] Mar 20, 2026
17d5fd2
chore: bump postcss-nesting from 13.0.0 to 14.0.0 (#2688)
dependabot[bot] Mar 21, 2026
f3ab502
feat: add pageTitleFormatter config (#2695)
sy-records Mar 23, 2026
4f6cf94
chore: bump picomatch (#2701)
dependabot[bot] Mar 26, 2026
9000471
chore: bump handlebars from 4.7.8 to 4.7.9 (#2703)
dependabot[bot] Mar 27, 2026
0784ebc
fix: enhance slugify function to handle markdown links (#2697)
sy-records Mar 29, 2026
f0f17cf
chore: bump serialize-javascript and @rollup/plugin-terser (#2705)
dependabot[bot] Apr 1, 2026
72c0d63
fix: enhance sidebar navigation link selection for decoded URLs (#2708)
sy-records Apr 2, 2026
ee6fef4
fix: implement normalize method in html5.js (#2712)
sy-records Apr 4, 2026
f8ec7ac
fix: normalizing language input and escaping HTML (#2716)
sy-records Apr 9, 2026
b8f7032
fix: escape HTML in image, link, and media components (#2718)
sy-records Apr 10, 2026
ab66598
chore: bump lodash from 4.17.23 to 4.18.1 (#2717)
dependabot[bot] Apr 10, 2026
aae5be3
chore: bump axios from 1.8.2 to 1.15.0 (#2719)
dependabot[bot] Apr 11, 2026
f7418f4
chore: bump @rollup/plugin-babel from 6.0.4 to 7.0.0
dependabot[bot] Apr 2, 2026
870881a
fix: enhance embed token handling in paragraphs and table cells
sy-records Apr 15, 2026
18b03e4
fix: correct grammar in 'Edit on github' section of plugins.md
sy-records Apr 28, 2026
eefe3cc
chore: bump axios from 1.15.0 to 1.15.2 (#2728)
dependabot[bot] May 8, 2026
16b87d9
chore: bump postcss from 8.4.39 to 8.5.14 (#2727)
dependabot[bot] May 14, 2026
1d8c5ee
chore: bump follow-redirects from 1.15.11 to 1.16.0 (#2720)
dependabot[bot] May 14, 2026
8a8ef85
chore: bump marked from 17.0.1 to 18.0.3 (#2723)
dependabot[bot] May 14, 2026
54930e6
chore: bump @babel/plugin-transform-modules-systemjs from 7.24.7 to 7…
dependabot[bot] May 14, 2026
09e85d4
fix: exclude headings inside blockquotes from sidebar TOC (#2691)
Bowl42 May 15, 2026
4c19380
chore: bump qs from 6.14.2 to 6.15.2 (#2733)
dependabot[bot] May 24, 2026
ab96d74
feat: improve indexing and embedded search (#2734)
sy-records Jun 3, 2026
ab54d53
fix: keep anchor links aligned after layout changes (#2731)
apples-kksk Jun 3, 2026
a513051
chore: bump axios from 1.15.2 to 1.16.0 (#2735)
dependabot[bot] Jun 6, 2026
7900bea
chore: bump shell-quote from 1.8.1 to 1.8.4 (#2743)
dependabot[bot] Jun 10, 2026
cebb49f
fix: improve cache handling and error recovery (#2744)
sy-records Jun 14, 2026
68bf21b
chore: bump form-data from 4.0.5 to 4.0.6 (#2746)
dependabot[bot] Jun 22, 2026
7bd7276
chore: update playwright to v1.60 (#2747)
sy-records Jun 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Crowdin push
uses: crowdin/github-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emoji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'docsifyjs/docsify'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
node-version: ['lts/*']
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
Expand All @@ -35,7 +35,7 @@ jobs:
node-version: ['lts/*']
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
Expand All @@ -57,8 +57,9 @@ jobs:
strategy:
matrix:
node-version: ['lts/*']
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
Expand Down
Loading
Loading