Commit Graph

97 Commits

Author SHA1 Message Date
squidfunk
d9c939a956 Updated dependencies 2024-01-23 09:54:19 +07:00
squidfunk
44982451f7 Prepare 9.5.4 release 2024-01-15 17:36:27 +07:00
squidfunk
e68e1330ab Fixed default tag icon overriding other icons 2024-01-15 17:19:47 +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
0202126c17 Updated dependencies 2023-12-27 12:17:54 +01:00
squidfunk
284264a37e Prepare 9.5.3 release 2023-12-23 21:12:18 +01:00
squidfunk
05596664a5 Updated dependencies 2023-12-18 16:08:14 +01:00
squidfunk
285c9cc6f5 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-12-15 22:45:58 +01:00
squidfunk
e8745daa60 Updated Macedonian translations
Co-authored-by: LordDeatHunter <26803198+LordDeatHunter@users.noreply.github.com>
2023-12-15 22:45:50 +01:00
Florian Haas
9b98c77725 Only show authors' email addresses if so configured in git-authors (#6494)
Honour the git-authors plugin's setting to render the authors' names
as links pointing to their email address:

* If the git-authors plugin is enabled and its show_email_address
  option is not set, or is set to true, render the author's name as a
  "mailto:" link.
* If the git-authors plugin is enabled and its show_email_address
  option is set to false, render the author's name in plain text with
  no link.
* If the git-authors plugin is not enabled (or not installed), don't
  show author information.
2023-12-12 17:35:20 +01:00
squidfunk
2ca5cf0ea0 Prepare 9.5.2 release 2023-12-11 16:21:03 +01:00
squidfunk
649db51429 Updated dependencies 2023-12-11 10:14:32 +01:00
squidfunk
00c5b0a94a Fixed horizontal scrollbars on MathJax containers 2023-12-09 11:35:54 +01:00
squidfunk
63683eb3c5 Prepare 9.5.1 release 2023-12-08 09:39:09 +01:00
squidfunk
8a7a6a7357 Updated Greek translations
Co-authored-by: RebelStreamers <82859945+RebelStreamers@users.noreply.github.com>
2023-12-07 17:02:47 +01:00
squidfunk
a8bd480c39 Prepare 9.5.0 release 2023-12-07 11:56:18 +01:00
squidfunk
aa62bcc4f6 Merge latests changes from Insiders 2023-12-07 11:46:44 +01:00
squidfunk
f855a67384 Merged features tied to 'Goat's Horn' funding goal 2023-12-07 10:48:42 +01:00
squidfunk
0b38323a31 Updated dependencies 2023-12-04 11:06:25 +01:00
squidfunk
c0aca21360 Prepare 9.4.14 release 2023-11-26 16:56:52 +01:00
squidfunk
28ebcbfb59 Added support for linking authors in blog posts
Co-authored-by: alexvoss <4134224+alexvoss@users.noreply.github.com>
2023-11-26 14:29:38 +01:00
squidfunk
9c01605149 Updated dependencies 2023-11-26 13:09:17 +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
c2da2d8279 Fixed blog broken pagination links to previous pages 2023-11-26 12:46:32 +01:00
squidfunk
bf6e66bddd Prepare 9.4.12 release 2023-11-24 10:47:24 +01:00
squidfunk
8053524ad8 Prepare 9.4.11 release 2023-11-23 12:12:19 +01:00
squidfunk
bafa78094d Updated dependencies 2023-11-19 11:33:02 +01:00
squidfunk
71a87f86b4 Prepare 9.4.10 release 2023-11-19 11:17:31 +01:00
squidfunk
c181a46f74 Added support to disable version selector in mike 2023-11-19 11:03:43 +01:00
squidfunk
dcc296e42e Fixed animation of expanded navigation items 2023-11-19 10:45:45 +01:00
squidfunk
a2a4dd928a Prepare 9.4.9 release 2023-11-17 12:19:55 +01:00
squidfunk
c0546f5686 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-11-17 11:22:53 +01:00
squidfunk
1095a4e523 Updated distribution files 2023-11-17 11:20:53 +01:00
Alexander Voss
8fb97e7132 Added md-ellipsis span to toc-item.html 2023-11-17 10:26:04 +01:00
squidfunk
34d789bf82 Remove trailing whitespace when copying 2023-11-14 09:41:17 +01:00
squidfunk
88470b38cd Added monochrome logo to icons 2023-11-14 09:37:59 +01:00
squidfunk
830011eb1c Updated dependencies 2023-11-12 16:18:13 +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
e509bd73e0 Updated dependencies 2023-11-06 10:40:02 +01:00
Sigurd Spieckermann
47e7c3e87d Fixed visible artifacts on rotation of details marker (Firefox) (#6268)
* Work around collapsible block icon rotation bug

* Minify link to upstream issue
2023-11-06 10:34:44 +01:00
squidfunk
c0755bf247 Prepare 9.4.8 release 2023-11-05 19:50:30 +01: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
squidfunk
ff76068e41 Prepare 9.4.7 release 2023-10-27 19:15:44 +02:00
squidfunk
997da1efc5 Updated dependencies 2023-10-24 11:37:50 +02:00
squidfunk
0341516fe5 Updated dependencies 2023-10-23 16:50:25 +02:00