{document.title}
\n {teaser > 0 && document.text.length > 0 &&\n \n }\n {document.tags && document.tags.map(tag => (\n {tag}\n ))}\n {teaser > 0 && missing.length > 0 &&\n\n {translation(\"search.result.term.missing\")}: {...missing}\n
\n }\ndiff --git a/CHANGELOG b/CHANGELOG index 0ca21371a..f1d9a85cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +mkdocs-material-8.3.0 (2022-06-02) + + * Added support for custom admonition icons + * Added support for linking of content tabs + * Added support for boosting pages in search + * Added previous/next next indicators to content tabs + * Improved typeset link colors in light and dark modes + * Fixed #3954: add option to hide footer navigation + mkdocs-material-8.2.16+insiders-4.16.2 (2022-05-28) * Fixed #3961: Nested sections triggered build error for navigation tabs diff --git a/docs/assets/screenshots/admonition-fontawesome.png b/docs/assets/screenshots/admonition-fontawesome.png deleted file mode 100644 index d28390bfb..000000000 Binary files a/docs/assets/screenshots/admonition-fontawesome.png and /dev/null differ diff --git a/docs/assets/screenshots/admonition-octicons.png b/docs/assets/screenshots/admonition-octicons.png deleted file mode 100644 index 535933754..000000000 Binary files a/docs/assets/screenshots/admonition-octicons.png and /dev/null differ diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 98a703d84..482903867 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -6,6 +6,15 @@ template: overrides/main.html ## Material for MkDocs +### 8.3.0 _ June 2, 2022 { id="8.3.0" } + +- Added support for custom admonition icons +- Added support for linking of content tabs +- Added support for boosting pages in search +- Added previous/next next indicators to content tabs +- Fixed #3954: add option to hide footer navigation +- Improved typeset link colors in light and dark modes + ### 8.2.16 _ May 28, 2022 { id="8.2.16" } - Fixed #3957: Only animate code annotations when visible (save CPU cycles) diff --git a/docs/insiders/index.md b/docs/insiders/index.md index b8c5f2102..2a428bb1b 100644 --- a/docs/insiders/index.md +++ b/docs/insiders/index.md @@ -195,9 +195,6 @@ which are currently exclusively available to sponsors: - [x] [Excluding content from search] - [x] [Social cards] - [x] [Cookie consent] -- [x] [Linking content tabs] -- [x] [Boosting pages in search] -- [x] [Custom admonition icons] @@ -211,16 +208,6 @@ features prefixed with a checkmark symbol, denoting whether a feature is :octicons-check-circle-fill-24:{ style="color: var(--md-default-fg-color--lightest)" } planned, but not yet implemented. When the funding goal is hit, the features are released for general availability. -#### $ 6,000 – Trinidad Scorpion - -- [x] [Boosting pages in search] -- [x] [Custom admonition icons] -- [x] [Linking content tabs] - - [Boosting pages in search]: ../setup/setting-up-site-search.md#search-boosting - [Custom admonition icons]: ../reference/admonitions.md#admonition-icons - [Linking content tabs]: ../reference/content-tabs.md#linked-content-tabs - #### $ 7,000 – Royal Gold - [x] [Cookie consent] @@ -296,6 +283,16 @@ This section lists all funding goals that were previously completed, which means that those features were part of Insiders, but are now generally available and can be used by all users. +#### $ 6,000 – Trinidad Scorpion + +- [x] [Boosting pages in search] +- [x] [Custom admonition icons] +- [x] [Linking content tabs] + + [Boosting pages in search]: ../setup/setting-up-site-search.md#search-boosting + [Custom admonition icons]: ../reference/admonitions.md#admonition-icons + [Linking content tabs]: ../reference/content-tabs.md#linked-content-tabs + #### $ 5,000 – Aji Panca - [x] [Mermaid.js integration] diff --git a/docs/reference/admonitions.md b/docs/reference/admonitions.md index 34ad9a8d7..bf3330854 100644 --- a/docs/reference/admonitions.md +++ b/docs/reference/admonitions.md @@ -35,8 +35,8 @@ See additional configuration options: ### Admonition icons -[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } · -[:octicons-tag-24: insiders-2.4.0][Insiders] +[:octicons-tag-24: 8.3.0][icon support] · +:octicons-beaker-24: Experimental Each of the supported admonition types has a distinct icon, which can be changed to any icon bundled with the theme, or even a [custom icon]. Add the following @@ -82,12 +82,6 @@ theme: quote: octicons/quote-16 ``` -
\n {translation(\"search.result.term.missing\")}: {...missing}\n
\n }\n