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

2505 Commits

Author SHA1 Message Date
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
squidfunk
cc1508f1dc
Fixed encoding of boolean attributes in privacy plugin 2024-10-16 14:09:40 +02:00
squidfunk
e2c621f1d9
Fixed regression in privacy plugin 2024-10-15 22:52:36 +02:00
squidfunk
5eef815858
Prepare 9.5.41 release 2024-10-15 17:06:13 +02:00
squidfunk
2d2e0415d6
Updated dependencies 2024-10-15 17:02:39 +02:00
squidfunk
649abd2ff8
Fixed tooltip on logo lost on instant navigation 2024-10-15 09:55:44 +02:00
squidfunk
e29e124e42
Fixed feedback visible on print 2024-10-14 15:06:57 +02:00
squidfunk
92089c67f1
Fixed race condition in privacy plugin 2024-10-14 14:41:35 +02:00
squidfunk
39d14d5c19
Fixed comment section appearing in print view 2024-10-14 14:13:35 +02:00
squidfunk
6f703c1ef6
Updated dependencies 2024-10-13 10:18:56 +02:00
squidfunk
921e522a51
Prepare 9.5.40 release 2024-10-10 10:11:07 +02:00
Pekka Klärck
829d1c8db2
Fixed social cards not using site name on homepage (#7608)
Use `config.site_name` instead of `page.title`.
2024-10-10 10:06:56 +02:00
squidfunk
25b2107b53
Updated dependencies 2024-10-07 12:55:16 +02:00
squidfunk
92bb867949
Updated Latvian translations
Co-authored-by: klejejs <24546950+klejejs@users.noreply.github.com>
2024-10-01 11:02:55 +02:00
Angaddeep Singh
1c742ef51a
Updated Twitter links to X (#7573) 2024-10-01 10:27:08 +02:00
squidfunk
70db88f414
Prepare 9.5.39 release 2024-09-29 09:54:20 +02:00
squidfunk
187705e3b8
Updated dependencies 2024-09-29 09:48:48 +02:00
squidfunk
117250a462
Prepare 9.5.38 release 2024-09-26 09:48:41 +02:00
squidfunk
74ca2341ac
Added Albanian translations
Co-authored-by: gerardkraja <60074729+gerardkraja@users.noreply.github.com>
2024-09-25 16:32:15 +02:00
squidfunk
84ddbba7ef
Prepare 9.5.37 release 2024-09-25 09:49:45 +02:00
squidfunk
06fe18af7e
Fixed rendering of tags in search 2024-09-22 12:10:08 +02:00
squidfunk
43a22b6150
Fixed ordered list markers 2024-09-21 19:54:13 +02:00
squidfunk
71b64f4f04
Prepare 9.5.36 release 2024-09-21 10:12:28 +02:00
squidfunk
68b675854f
Added support for setting custom list styles 2024-09-20 10:14:00 +02:00
squidfunk
85d609183e
Added support for setting custom list styles 2024-09-20 09:48:53 +02:00
squidfunk
22ff858174
Removed unused import 2024-09-20 09:46:19 +02:00
squidfunk
b655e07805
Fixed HTML entities not escaped in social cards 2024-09-20 09:44:29 +02:00
squidfunk
c589327476
Prepare 9.5.35 release 2024-09-18 09:35:08 +02:00
squidfunk
8925cae63a
Fixed Vietnamese search not working due to Lunr.js error 2024-09-17 16:00:26 +02:00
squidfunk
7faa464e36
Updated dependencies 2024-09-16 10:32:47 +02:00
squidfunk
8df393d111
Updated dependencies 2024-09-09 10:00:21 +02:00
squidfunk
d95e0e62de
Updated dependencies 2024-09-02 10:37:45 +02:00
squidfunk
7d6096ae00
Prepare 9.5.34 release 2024-08-31 19:31:56 +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
80ae56023b
Unpinned svgo dependency 2024-08-23 12:17:37 +02:00
squidfunk
a91ee70faf
Prepare 9.5.33 release 2024-08-23 11:49:53 +02:00