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

6421 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
Yulong Ming
d4f0b6693f
Added Caption extension to JSON schema (#7718) 2024-11-19 13:35:13 +01:00
squidfunk
51c9f9acb0
Updated dependencies 2024-11-18 11:01:13 +01:00
bubbletroubles
596aeea30a Updated link for Material Design Icons 2024-11-16 23:02:58 +01:00
squidfunk
5c9ee60ab8
Revert "Temporarily pin hatchling to fix build"
This reverts commit d56a9dd34a.
2024-11-13 08:51:34 +01:00
squidfunk
c4edbbca00
Updated README 2024-11-12 16:42:08 +01:00
squidfunk
d56a9dd34a
Temporarily pin hatchling to fix build 2024-11-11 19:15:20 +01:00
Alina Derkach
1cec53f34d
Documentation (#7693)
Update basic.md
2024-11-11 15:04:40 +01:00
squidfunk
01585d17a1
Updated dependencies 2024-11-11 09:52:05 +01:00
François Capon
9ec2ee094c
Reduced image size of Docker image (#7675) 2024-11-08 14:13:21 +01:00
Peter Barber
117e35d1a5
Documentation (#7679)
Should publish new blog post not public new blog post
2024-11-08 14:10:50 +01:00
squidfunk
7994bbfe92
Documentation 2024-11-05 19:26:55 +01:00
squidfunk
aa4ef560f0
Prepare 9.5.44 release 2024-11-05 19:22:39 +01:00
Nejc Habjan
eb63b608e2
Fixed file save regression in privacy plugin (#7673) 2024-11-05 19:17:10 +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
Joan Puigcerver
f82a345f3a
Documentation
* Updated images documentation to include pymdownx.blocks.caption extension

* put back HTML figure in image caption docs

* fix typo in image captions
2024-10-30 15:23:28 +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
Bentley Cook
198a6801fc
Documentation (#7633)
Minor spelling fix.
2024-10-21 10:08:22 +02: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
Jan Knobloch
ade227cbbb
Updated README.md (#7631)
* Add more Projects using Material for Mkdocs to README.md

* Remove PySimpleGUI no longer open source
2024-10-19 15:06:58 +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
Matthias Schoettle
790b0e80ca
JSON schema (#7622) 2024-10-15 15:11:37 +02:00
squidfunk
649abd2ff8
Fixed tooltip on logo lost on instant navigation 2024-10-15 09:55:44 +02:00
Jan Knobloch
0418a22a5a
Updated README.md (#7618) 2024-10-15 08:49:45 +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
Jan Knobloch
622194e2ae
Documentation (#7613) 2024-10-12 14:41:02 +02:00
squidfunk
47fc7d5a61
Documentation 2024-10-10 10:29:50 +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
cf2b39d1c2
Documentation 2024-10-09 10:09:44 +02:00
Marius Maryniak
10177cc275
Documentation (#7604) 2024-10-09 10:02:32 +02:00
François Capon
f0c99d89da
Documentation (#7602) 2024-10-08 14:35:43 +02:00
squidfunk
a9be02645b
Fixed file watching for Chokidar 4 2024-10-08 12:32:48 +02:00
squidfunk
2014b634e8
Fixed file watching for Chokidar 4 2024-10-08 12:19:15 +02:00
squidfunk
25b2107b53
Updated dependencies 2024-10-07 12:55:16 +02:00
nerda-codes
a83d44a7c8
Updated publishing guide (#7584) 2024-10-04 17:50:25 +02:00
Martin Donath
ffcabcaa15
Merge pull request #7582 from yanyongyu/schema/validation-anchors
Added `anchors` to `validation` in JSON schema
2024-10-03 10:39:01 +02:00