Commit Graph

65 Commits

Author SHA1 Message Date
squidfunk
b368cee13f Fixed diagram title not switching color in dark mode 2024-12-10 11:52:18 +01:00
squidfunk
649abd2ff8 Fixed tooltip on logo lost on instant navigation 2024-10-15 09:55:44 +02:00
squidfunk
187705e3b8 Updated dependencies 2024-09-29 09:48:48 +02:00
squidfunk
06fe18af7e Fixed rendering of tags in search 2024-09-22 12:10:08 +02:00
squidfunk
8925cae63a Fixed Vietnamese search not working due to Lunr.js error 2024-09-17 16:00:26 +02:00
squidfunk
6f3c05b6fa Updated dependencies 2024-08-26 10:58:56 +02:00
Mike Anselmi
d3b17920a2 Updated Mermaid to v11 (#7475) 2024-08-24 11:42:59 +02:00
squidfunk
3b12816f69 Unpinned TypeScript ESLint integration and checks 2024-08-23 12:44:40 +02:00
squidfunk
e5c9575dda Fixed invalid tooltip position in tables when using table sort 2024-08-19 18:40:43 +02:00
squidfunk
a06cf106ab Fixed RXSS vulnerability in search results 2024-08-19 13:28:56 +02:00
squidfunk
d5363ad000 Updated dependencies 2024-08-05 09:22:15 +02:00
squidfunk
845fc610b0 Fixed improved tooltips mounted when disabled 2024-07-01 14:34:38 +02:00
squidfunk
1cc45d50d0 Fixed active tab stolen on scroll with linked content tabs 2024-06-06 12:01:24 +01:00
squidfunk
407335d20b Fixed title rendering in version selector 2024-05-16 11:39:47 +02:00
squidfunk
cc398ddc33 Added support for displaying version aliases 2024-05-15 17:24:40 +02:00
squidfunk
485fa76fbc Fixed edge case with anchor links when using instant navigation 2024-05-15 07:28:19 +02:00
squidfunk
ceacfe5a2c Fixed stay on same page for version selector (9.5.5 regression) 2024-05-12 14:20:39 +02:00
squidfunk
05661a1562 Added underline to nodes with links in Mermaid diagrams 2024-05-03 19:29:30 +02:00
squidfunk
75d87eaf7e Widen Mermaid.js import to 10.x (current major version) 2024-05-03 13:47:36 +02:00
squidfunk
2d07a6aa6e Fixed rendering of tab indicator of nested content tabs 2024-04-25 10:18:10 +07:00
squidfunk
e15518cfa5 Refactored tooltips 2024-04-14 13:30:52 +07:00
squidfunk
9d33f8aaa6 Fixed highlighted lines in code blocks being cutoff on mobile 2024-04-14 10:38:40 +07:00
squidfunk
cd086110bf Updated dependencies 2024-04-08 13:55:41 +08:00
squidfunk
78e93ac0af Improved keyboard interactions for palette toggle 2024-04-02 13:07:34 +08:00
squidfunk
2f1b2e9500 Added support for hiding versions from selector 2024-03-13 17:42:16 +07:00
squidfunk
d366a45fdb Fixed instant navigation removing color theme tags 2024-02-29 10:12:02 +07:00
squidfunk
c7bde2d3ff Formatting 2024-02-29 08:37:23 +07:00
squidfunk
de46c4153b Fixed document observable not emitting current document 2024-02-29 08:35:54 +07:00
squidfunk
a7c71101f9 Fixed relative images not being resolved for instant navigation 2024-02-03 17:48:12 +07:00
squidfunk
88004be010 Fixed regression with table of contents in last release 2024-02-03 09:27:39 +07:00
squidfunk
a65fd1ed9e Updated distribution files 2024-01-28 11:52:02 +07:00
squidfunk
335dd3addb Fixed Markdown formatted nodes in Mermaid.js 2024-01-28 11:48:36 +07:00
squidfunk
95ad78a478 Merge branch 'master' into fix/instant-loading-bugs 2024-01-24 10:46:02 +07:00
squidfunk
be95f4901a Fixed capturing of keyboard events for custom elements
Co-authored-by: vtsvetkov-splunk <142901247+vtsvetkov-splunk@users.noreply.github.com>
2024-01-24 10:38:32 +07:00
squidfunk
f3868a6f15 Updated Mermaid.js to 10.7.0 2024-01-24 08:20:41 +07:00
squidfunk
134800278a Documentation 2024-01-18 18:11:39 +07:00
squidfunk
575ff3583a Fixed linter errors 2024-01-18 17:35:19 +07:00
squidfunk
a6282931ef Fixed instant loading bugs 2024-01-18 17:29:20 +07:00
squidfunk
d87c20fafc Fixed change of palette configuration breaking site 2024-01-15 17:09:20 +07:00
squidfunk
7624e78744 Updated copyright year 2024-01-06 09:27:06 +07:00
squidfunk
f855a67384 Merged features tied to 'Goat's Horn' funding goal 2023-12-07 10:48:42 +01:00
squidfunk
baaac7c291 Prepare 9.4.13 release 2023-11-26 13:06:48 +01:00
squidfunk
494f5570de Fixed linter errors 2023-11-26 13:00:18 +01:00
Martin Donath
b5cf38f3d9 Merge branch 'master' into update-to-mermaid-10.6.0 2023-11-26 12:55:43 +01:00
squidfunk
1095a4e523 Updated distribution files 2023-11-17 11:20:53 +01:00
squidfunk
34d789bf82 Remove trailing whitespace when copying 2023-11-14 09:41:17 +01:00
squidfunk
b298194b23 Updated distribution files 2023-11-12 15:45:19 +01:00
Brian Campbell
441e05b5ee Upgrade to Mermaid 10.6.1
Bump the version of Mermaid up to 10.6.1. Per the release notes at
https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md the
render function is async now, so update to the new async render
function.

There's also apparently a change to use ESM, but I didn't seem to have
any trouble with just bumping the version and updating it to use async.
It looks like it's working without any change to how we load it, but I'm
not much of a frontend developer so I could be missing something.
2023-11-07 12:58:41 -05:00
squidfunk
87d69a95b8 Fixed invalid local address when using instant loading 2023-11-03 07:33:35 +01:00
squidfunk
494cae1e36 Fixed crash after navigation caused 404 when using instant loading 2023-11-02 11:50:45 +01:00