1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-14 09:22:34 +01:00

2542 Commits

Author SHA1 Message Date
squidfunk
8a576105fd
Fixed blog post content sometimes not stretching 2025-02-09 08:01:33 +07:00
squidfunk
99ef0b9e90
Prepare 9.6.3 release 2025-02-07 12:21:06 +07:00
squidfunk
aaabbfe99e
Reverting group plugin fix 2025-02-07 12:07:03 +07:00
squidfunk
d4203f65bb
Fixed group plugin crashing on ENV vars for enabled setting 2025-02-07 10:42:17 +07:00
squidfunk
3ec684c0fe
Added distribution files 2025-02-06 10:30:59 +07:00
squidfunk
4861c7d405
Fixed tags plugin crashing on numeric title 2025-02-05 21:15:53 +07:00
squidfunk
1648d56302
Prepare 9.6.2 release 2025-02-03 21:40:51 +07:00
Martin Donath
cf46186589
Fixed side effect of scope on outdated banner (#7959) 2025-02-03 21:18:21 +07:00
Niclas Heinz
66f1fc668d
Added demo repository badge (#7915)
* docs(shortcodes): Add example repository badge

* docs(shortcodes): Update description for 'Example Repository'

* docs(relations): link example repos in docs pages

* docs(shortcodes): Fix permanent link for convention page

* docs(shortcodes): Revert to commit 365dc24

* docs(shortcodes): Rename md:example to md:demonstration

* docs(shortcodes): Fix examples url

* docs(shortcodes): Add demo badge

* docs(shortcodes): Add badges for demo repositories

* docs(shortcodes): Replace md:demonstration with md:example

* docs(shortcodes): Replace demonstration with example

* docs(shortcodes): Replace demonstration with example

* docs(shortcodes): Build new theme

* docs(shortcodes): Build with pymdownx
2025-02-02 15:47:21 +07:00
squidfunk
2c52fa28e8
Fixed word breaks for excessively long words 2025-02-02 11:44:00 +07:00
squidfunk
454af62a45
Prepare 9.6.1 release 2025-01-31 13:13:56 +07:00
squidfunk
2d147c72c0
Fixed crashing tags plugin 2025-01-31 13:10:59 +07:00
squidfunk
4ca5214ebf
Corrected position of related links in blog post 2025-01-31 11:27:54 +07:00
squidfunk
49daf573f0
Updated dependencies 2025-01-31 11:05:58 +07:00
squidfunk
1416697c6b
Prepare 9.6.0 release 2025-01-31 11:02:40 +07:00
squidfunk
fefdd42c96
Merged features tied to 'Chipotle' funding goal 2025-01-31 10:31:48 +07:00
squidfunk
07a434b465
Fixed instant navigation anchor scoll restoration issue 2025-01-21 11:37:20 +07:00
squidfunk
5586178ac7
Prepare 9.5.50 release 2025-01-18 10:57:58 +07:00
squidfunk
6d1ef25146
Switched social plugin to other hook 2025-01-18 09:14:17 +07:00
squidfunk
6530cb57b2
Updated dependencies 2025-01-14 11:05:04 +07:00
squidfunk
365dc24062
Updated copyright year 2025-01-04 10:27:13 +01:00
squidfunk
e11c79fbdb
Updated dependencies 2024-12-30 11:04:33 +01:00
squidfunk
34ec8b4e71
Updated dependencies 2024-12-23 11:59:43 +01:00
squidfunk
f947bbe64a
Prepare 9.5.49 release 2024-12-16 11:22:30 +01:00
squidfunk
968fbe1ae2
Fixed privacy plugin interop with generated files 2024-12-16 11:16:16 +01:00
squidfunk
c97270c8f1
Updated dependencies 2024-12-16 11:16:16 +01:00
squidfunk
b368cee13f
Fixed diagram title not switching color in dark mode 2024-12-10 11:52:18 +01:00
squidfunk
622bf7a691
Prepare 9.5.48 release 2024-12-08 16:41:59 +01:00
squidfunk
bedd3fb2c8
Updated dependencies 2024-12-08 13:52:40 +01:00
squidfunk
a7dc57c239
Fixed disabling of social cards 2024-12-06 21:13:18 +01:00
squidfunk
8ff76b0327
Updated dependencies 2024-12-02 10:58:58 +01:00
squidfunk
f6b67b1b77
Prepare 9.5.47 release 2024-12-01 08:46:15 +01:00
squidfunk
d468344751
Fixed numeric tags breaking search 2024-11-25 18:24:01 +01:00
perpil
6288b26b90
Fixed timezone when draft_if_future_date: true (#7749)
* Set timezone to UTC when draft_if_future_date: true Fixes #7748

* Use more compact form of setting timezone
2024-11-25 18:13:00 +01:00
squidfunk
b88d1f0eb9
Prepare 9.5.46 release 2024-11-25 11:56:40 +01:00
squidfunk
b3f1eb27fe
Fixed uppercasing of code blocks in H5 headlines 2024-11-25 11:51:10 +01:00
squidfunk
226321e48b
Updated dependencies 2024-11-25 11:43:23 +01:00
Nejc Habjan
6a0a790e8f
Added preload hints in privacy plugin replacements (#7733) 2024-11-22 14:24:58 +01:00
perpil
eee4934efd
Fixed blog plugin crashing on missing timezone (regression) (#7730)
* Default timezone to UTC for blog plugin created date

Fix for https://github.com/squidfunk/mkdocs-material/issues/7725

* Fix variable name

* Run build
2024-11-20 18:22:48 +01:00
squidfunk
0947f73db3
Prepare 9.5.45 release 2024-11-20 09:14:34 +01:00
perpil
a08809a0f3
Fixed blog plugin crashing on dates with timezones (#7708)
* Normalize datetime values to UTC in blog plugin

Fixes #7705

Normalize datetime values to UTC in blog plugin to handle offset-naive and offset-aware datetimes correctly.

* Import `timezone` from `datetime` in `material/plugins/blog/structure/options.py`.
* Modify `pre_validation` method to set `tzinfo=timezone.utc` for datetime values.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/squidfunk/mkdocs-material/issues/7705?shareId=XXXX-XXXX-XXXX-XXXX).

* Normalize datetime values to UTC in blog plugin

Fixes #7705

+ Move changes to src directory
2024-11-19 13:39:37 +01:00
squidfunk
51c9f9acb0
Updated dependencies 2024-11-18 11:01:13 +01:00
squidfunk
aa4ef560f0
Prepare 9.5.44 release 2024-11-05 19:22:39 +01:00
squidfunk
ac3315fd3e
Updated dependencies 2024-11-04 12:57:37 +01:00
squidfunk
8a60b49328
Prepare 9.5.43 release 2024-10-31 12:19:38 +01:00
Nejc Habjan
4918a10d8f
Added support for quoted external CSS URLs in privacy plugin (#7651) 2024-10-30 15:22:06 +01:00
Nejc Habjan
7dc96f1e13
Added support for downloading external images in SVG for privacy plugin (#7650) 2024-10-30 13:54:31 +01:00
squidfunk
1357cd26af
Updated dependencies 2024-10-28 10:47:12 +01:00
squidfunk
9aebe1498e
Updated dependencies 2024-10-20 10:42:30 +02:00
squidfunk
f3a390e070
Prepare 9.5.42 release 2024-10-20 10:26:02 +02:00