Skip to content

Commit ae1c63d

Browse files
committed
Updated Insiders changelog
1 parent 284264a commit ae1c63d

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

Diff for: CHANGELOG

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
mkdocs-material-9.5.3+insiders-4.48.0 (2023-12-23)
2+
3+
* Rewrite of tags plugin, now much more powerful
4+
* Added support for nested tags (tag hierarchies, e.g. foo/bar)
5+
* Added support for shadow tags (by list, prefix or suffix)
6+
* Added support for custom tag layouts and templates
7+
* Added support for configurable inline tag listings
8+
* Added support for hiding tags in table of contents
9+
* Added support for automatically linking to closest tag listing
10+
* Added support for multiple instances of tags plugin
11+
* Added support for changing front matter property and template variable
12+
* Added support for tag slugification format strings
13+
* Fixed #6510: Projects plugin out of memory on Linux (4.47.1 regression)
14+
* Fixed projects plugin not notifying plugins about serve mode
15+
* Fixed projects plugin skipping projects on prefix match
16+
* Deprecated tags_file and tags_extra_files settings
17+
* Modernized tags plugin code base
18+
119
mkdocs-material-9.5.3 (2023-12-23)
220

321
* Limited version range of MkDocs to < 1.6

Diff for: docs/insiders/changelog/index.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.48.0 <small>December 23, 2023</small> { id="4.48.0" }
6+
7+
- Rewrite of tags plugin, now much more powerful
8+
- Added support for nested tags (tag hierarchies, e.g. foo/bar)
9+
- Added support for shadow tags (by list, prefix or suffix)
10+
- Added support for custom tag layouts and templates
11+
- Added support for configurable inline tag listings
12+
- Added support for hiding tags in table of contents
13+
- Added support for automatically linking to closest tag listing
14+
- Added support for multiple instances of tags plugin
15+
- Added support for changing front matter property and template variable
16+
- Added support for tag slugification format strings
17+
- Fixed #6510: Projects plugin out of memory on Linux (4.47.1 regression)
18+
- Fixed projects plugin not notifying plugins about serve mode
19+
- Fixed projects plugin skipping projects on prefix match
20+
- Deprecated tags_file and tags_extra_files settings
21+
- Modernized tags plugin code base
22+
523
### 4.47.1 <small>December 11, 2023</small> { id="4.47.1" }
624

725
- Improved editing experience for projects plugin

Diff for: docs/insiders/index.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,17 @@ a handful of them, [thanks to our awesome sponsors]!
8888
## What's in it for me?
8989

9090
The moment you [become a sponsor][how to become a sponsor], you'll get __immediate
91-
access to 20 additional features__ that you can __start using now__, and
91+
access to 23 additional features__ that you can __start using now__, and
9292
which are currently exclusively available to sponsors:
9393

9494
<div class="mdx-columns" markdown>
9595

96+
- [x] [Tags plugin: advanced settings] :material-alert-decagram:{ .mdx-pulse title="Added on December 23, 2023" }
97+
- [x] [Tags plugin: nested tags] :material-alert-decagram:{ .mdx-pulse title="Added on December 23, 2023" }
98+
- [x] [Tags plugin: shadow tags] :material-alert-decagram:{ .mdx-pulse title="Added on December 23, 2023" }
9699
- [x] [Stay on page when switching languages] :material-alert-decagram:{ .mdx-pulse title="Added on December 8, 2023" }
97100
- [x] [Blog plugin: author profiles] :material-alert-decagram:{ .mdx-pulse title="Added on November 26, 2023" }
98-
- [x] [Blog plugin: advanced settings] :material-alert-decagram:{ .mdx-pulse title="Added on November 23, 2023" }
101+
- [x] [Blog plugin: advanced settings]
99102
- [x] [Projects plugin]
100103
- [x] [Instant prefetching]
101104
- [x] [Social plugin: custom layouts]
@@ -310,14 +313,23 @@ are released for general availability.
310313
- [x] [Code range selection]
311314
- [x] [Code annotations: custom selectors]
312315
- [x] [Stay on page when switching languages]
313-
- [ ] more to come...
316+
- [x] [Tags plugin: nested tags]
317+
- [x] [Tags plugin: shadow tags]
314318

315319
[Projects plugin]: ../plugins/projects.md
316320
[Social plugin: custom layouts]: ../setup/setting-up-social-cards.md#customization
317321
[Social plugin: background images]: ../setup/setting-up-social-cards.md#+social.cards_layout_params.background_image
318322
[Code range selection]: ../reference/code-blocks.md#code-selection-button
319323
[Code annotations: custom selectors]: ../reference/code-blocks.md#custom-selectors
320324
[Stay on page when switching languages]: ../setup/changing-the-language.md#stay-on-page
325+
[Tags plugin: nested tags]: ../plugins/tags.md#config.tags_hierarchy
326+
[Tags plugin: shadow tags]: ../plugins/tags.md#config.shadow
327+
328+
#### $ 28,000 – Lemon Drop
329+
330+
- [x] [Tags plugin: advanced settings]
331+
332+
[Tags plugin: advanced settings]: ../setup/setting-up-tags.md#advanced-settings
321333

322334
### Goals completed
323335

0 commit comments

Comments
 (0)