1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00
Commit Graph

1239 Commits

Author SHA1 Message Date
squidfunk
201054e79d
Fixed instant loading causing jump for code annotations 2023-05-02 10:59:39 +02:00
squidfunk
986cadad29 Fixed display mode for light/dark mode images 2023-04-28 12:49:27 +02:00
squidfunk
1fcc4c62f4
Updated dependencies 2023-04-27 19:16:22 +02:00
squidfunk
97fd112fe7
Fixed Mermaid sequence diagram box colors 2023-04-07 13:28:46 +02:00
squidfunk
270129abcb
Updated dependencies 2023-04-03 09:46:52 +02:00
squidfunk
f4d894d53b
Fixed footer direction label being cut off 2023-03-29 13:01:30 +02:00
squidfunk
e1b150f926
Updated dependencies 2023-03-27 11:06:58 +02:00
squidfunk
6a4be6b723
Updated Mermaid.js to 9.4.3 2023-03-24 21:09:15 +01:00
squidfunk
183b0be124
Fixed anchor links in closed details when using instant loading 2023-03-24 12:31:23 +01:00
squidfunk
5f02d02dc4 Fixed inconsistency of code block sequence number in community edition and Insiders 2023-03-19 17:30:34 +01:00
squidfunk
c3ba161233 Fixed issue with non-percent encoded anchors in table of contents 2023-03-19 17:21:34 +01:00
squidfunk
63daaa4087 Removed unnecessary property on ellipsis class 2023-03-14 20:09:09 +01:00
squidfunk
9752ad2630 Fixed back-to-top button when using instant loading 2023-03-14 17:18:02 +01:00
squidfunk
5b7cf17cd8 Fixed Mermaid text boxes incorrectly computed (9.0.13 regression) 2023-03-09 20:20:59 +01:00
squidfunk
64ca8fefd4
Fixed table of contents following not working for percent-encoded URIs 2023-03-06 20:27:04 +01:00
Martin Donath
80d9603627
Refactored instant loading (#5032) 2023-03-05 17:32:21 +01:00
squidfunk
eb51f1c387
Updated distribution files 2023-03-02 09:35:27 +01:00
squidfunk
9b581ae19e Fixed occasional flickering of dismissed announcement bar 2023-02-26 19:00:56 +01:00
squidfunk
4d7291f25e Refactored tag modifier implementation 2023-02-26 15:28:47 +01:00
squidfunk
1663d84b02 Fixed rendering errors in Firefox 2023-02-22 19:08:38 +01:00
squidfunk
b257235717 Added support for hiding version warning in multiple versions
Co-authored-by: SaltyAimbOtter <40303883+SaltyAimbOtter@users.noreply.github.com>
2023-02-18 12:10:28 +01:00
squidfunk
981ee65498 Improved readability of version warning for slate color scheme 2023-02-18 11:39:33 +01:00
squidfunk
8796d90087 Improved table row hover color 2023-02-18 10:56:45 +01:00
squidfunk
5065bf9cd3 Fixed actors in sequence diagrams not adhering to color scheme 2023-02-18 10:39:39 +01:00
squidfunk
19bf371ff5 Updated dependencies 2023-02-13 09:42:41 +01:00
squidfunk
3f1ad39c64 Revert "Fixed instant loading not triggering when going back to initial page"
This reverts commit 329d26d34a.
2023-02-10 19:56:53 +01:00
squidfunk
f00cd81f89 Revert "Fixed instant loading jumping back to the top"
This reverts commit f480bb28a9.
2023-02-10 19:56:36 +01:00
squidfunk
f480bb28a9 Fixed instant loading jumping back to the top 2023-02-10 19:43:26 +01:00
squidfunk
329d26d34a Fixed instant loading not triggering when going back to initial page 2023-02-10 19:24:18 +01:00
squidfunk
ff99e19741 Fixed header title not reset on missing headline when using instant loading 2023-02-09 21:19:13 +01:00
squidfunk
f7598410cb Fixed attribute styles in entity-relationship diagrams 2023-02-07 18:40:42 +01:00
squidfunk
c5459af35f Fixed anchor following not bringing last items into view 2023-02-02 10:49:34 +01:00
squidfunk
c330a08bdc Improved accessibility of content tabs 2023-02-02 09:32:05 +01:00
squidfunk
b2cfad5e2b Updated distribution files 2023-01-29 13:21:42 +01:00
squidfunk
0f2294f144 Updated dependencies 2023-01-28 14:05:15 +01:00
squidfunk
a6436bd483 Fixed search when query contains colon after non-field 2023-01-28 14:01:02 +01:00
squidfunk
148c9fdba4 Improved accessibility of sidebar navigation 2023-01-28 12:54:19 +01:00
squidfunk
3cac37ef73 Updated dependencies 2023-01-14 20:34:29 +01:00
squidfunk
a200e7d63d Fixed accessibility issue with search result list 2023-01-14 19:59:30 +01:00
squidfunk
ce5e3531cf Fixed coloring of non-index top-level sections when using navigation tabs 2023-01-10 19:59:04 +01:00
squidfunk
024616f129 Fixed issue with contrast ratio 2023-01-10 19:36:32 +01:00
squidfunk
02637ef139 Removed greyish color from non-section links 2023-01-10 19:27:33 +01:00
squidfunk
35e6eed462 Updated dependencies 2023-01-08 12:54:39 +01:00
squidfunk
f8f44f5837 Improved accessibility of sidebar navigation 2023-01-08 12:48:46 +01:00
squidfunk
318903db58 Fixed anchor tracking not working for anchors in tables 2023-01-08 11:53:59 +01:00
squidfunk
8a812aed83 Fixed search not closing on same anchor selection 2023-01-08 10:53:48 +01:00
Martin Donath
eb5d318603
Merge pull request #4831 from jcouball/upgrade_mermaid
Upgraded to Mermaid v9.3.0
2023-01-05 22:50:30 +01:00
squidfunk
fc352ee44b Improved discernability of section index pages in navigation 2023-01-05 22:43:43 +01:00
James Couball
ce246275c0 Upgrade to Mermaid 9.3.0 2023-01-05 11:14:01 -08:00
squidfunk
157b4f2e46 Updated distribution files 2023-01-04 09:25:52 +01:00