Skip to content

chore(deps): update dependency mkdocs-materialx to v10.1.8#343

Open
red-hat-konflux[bot] wants to merge 1 commit into
osc-releasefrom
konflux/mintmaker/osc-release/mkdocs-materialx-10.x
Open

chore(deps): update dependency mkdocs-materialx to v10.1.8#343
red-hat-konflux[bot] wants to merge 1 commit into
osc-releasefrom
konflux/mintmaker/osc-release/mkdocs-materialx-10.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 18, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
mkdocs-materialx (changelog) ==10.0.9==10.1.8 age confidence

Release Notes

jaywhj/mkdocs-materialx (mkdocs-materialx)

v10.1.8: mkdocs-materialx-10.1.8

Compare Source

en
  • Enhanced reading time calculation for blog posts, see post_readtime
    • Supports calculation for various Markdown blocks, including tables, fenced blocks, math blocks, images and more
    • Supports all mainstream languages and mixed-language, including Space-delimited languages & CJK languages
    • Improved parsing performance for faster computation
    • Exposed API for reading time calculation, facilitating invocation and integration by other plugins and hooks, see analyze_markdown
  • Optimized styles for collapsible code blocks with compatibility for the result class style
zh
  • 增强了 blog 计算阅读时长功能,参见 post_readtime
    • 支持各种 Markdown 内容块的计算,如表格、栅栏块、数学块、图像等
    • 支持所有主流语言,支持混合语言,包括空格分隔型语言和 CJK 语言
    • 提升了解析性能,加快了计算速度
    • 对外开放了计算阅读时长的 API,方便其它插件和钩子调用和集成,参见 analyze_markdown
  • 优化了折叠代码块的样式,兼容 result 类样式

v10.1.7: mkdocs-materialx-10.1.7

Compare Source

en
  • Fixed the historical legacy bug where code highlighting failed to fully cover long lines
  • Fixed the historical legacy bug where annotation would not remount when a tabbed block is toggled from hidden to visible
  • Fixed the historical legacy issue where arrows in Mermaid sequence diagrams lacked visibility under dark themes
  • Refactored the implementation for collapsing long code blocks to improve robustness, and added compatibility with iOS 14
  • Changed the default collapse threshold for long code blocks from 12 to 15
  • Updated annotation default icon to info
zh
  • 修复了代码高亮对长代码行覆盖不全的问题(历史遗留 bug)
  • 修复了 Tabbed block 从隐藏切换为可见时 annotation 不会被重新挂载的 bug
  • 修复了 Mermaid 序列图中的箭头在深色主题下不突出的问题(历史遗留 bug)
  • 优化了折叠长代码块的实现,增强了鲁棒性,适配了 iOS 14
  • 将长代码块的默认折叠阈值从 12 调整为 15
  • 更新了 annotation 默认图标为 info

v10.1.6: mkdocs-materialx-10.1.6

Compare Source

en
  • Added automatic collapse for long code blocks, see: code-collapse-expand
    • Supports global configuration for the line‑count threshold to trigger collapse
    • Allows individual long code blocks to have custom collapse thresholds or disable collapsing entirely
  • Added co-author support for git authors
  • Updated date formatting tool to babel
  • Optimized color schemes
zh
  • 新增自动折叠长代码块功能,具体见:code-collapse-expand
    • 支持统一配置折叠触发阈值行数
    • 支持为某个长代码块单独设置折叠触发阈值或禁用折叠
  • 为 git authors 添加了 co-author 支持
  • 更新日期格式化工具为 babel
  • 优化了配色方案

v10.1.5: mkdocs-materialx-10.1.5

Compare Source

en
zh

v10.1.4: mkdocs-materialx-10.1.4

Compare Source

en

  • Added official Docker image, see installation with docker
  • Updated documentation workflow
  • Restored build workflow
  • Optimized the date loading mechanism of the blog plugin
    • Manual date configuration for each post is no longer required, and the date plugin no longer needs to be enabled
  • Fixed inconsistent icon rendering sizes across different icon families when customizing Admonitions
  • Fixed the issue where annotation tooltips inside admonitions were clipped
  • Fixed issues arising from incorrect mounting logic for Code Annotations
  • Significantly updated project documentation, including plugins, setup, admonitions and more

zh

  • 添加了官方 Docker 镜像,见 installation with docker
  • 更新了文档工作流
  • 恢复了构建工作流
  • 优化了 blog 插件的日期加载机制
    • 不再需要给每一篇博客手动配置日期,也不需要启用日期插件
  • 修复了自定义 Admonition 时不同图标族的图标渲染尺寸不一致的问题
  • 修复了在 Admonition 中的 Annotation Tooltip 被裁剪的问题
  • 修复了 Code Annotations 的挂载机制不对引起的问题
  • 大幅度更新了项目文档:pluginssetupadmonitions ...

v10.1.3: mkdocs-materialx-10.1.3

Compare Source

en

  • Feature: Bundled icons can now be used as favicon, see Favicon
  • Feature: Modularized Admonition for easier extensibility( #​28 #​14 )
    • Customizing a new admonition can now be done simply by configuring it in mkdocs.yml, see Customization
  • Fixed compatibility issue with the lastmod value in sitemap.xml
    • When used with the document-dates plugin, sitemap.xml can now generate the exact lastmod, see sitemap.xml
  • Optimized inline code block style
  • Fixed #​23 #​34

zh

  • 新功能:内置 icons 现支持用作网站 favicon,详见 Favicon
  • 新功能:提示框(Admonition)模块化改造,扩展性大幅提升 ( #​28 #​14 )
    • 现在定制一个新的 admonition 只需在 mkdocs.yml 中配置即可,详见 Customization
  • 修复了 sitemap.xml 中 lastmod 值的兼容性问题
    • 结合插件 document-dates, sitemap.xml 可生成准确的 lastmod,详见 sitemap.xml
  • 优化了行内代码块样式
  • 修复问题 #​23 #​34

v10.1.2: mkdocs-materialx-10.1.2

Compare Source

en

  • Fixed the robustness of the document-dates plugin when running with the blog plugin #​19
  • Fixed the border gap issue for admonitions & details #​17
  • Updated the usage documentation for the document-dates plugin, see Configuration
  • Updated project development setup #​18
  • Archived unnecessary docs and exclude them from the build, see Archives

zh

  • 修复了 document-dates 插件与 blog 插件一起运行时的稳定性 #​19
  • 修复了 admonitionsdetails 的边框间隙问题 #​17
  • 更新了 document-dates 插件的使用说明,见 Configuration
  • 更新了项目开发设置 #​18
  • 归档不需要的文档,并将其排除在构建之外,见 Archives

v10.1.1: mkdocs-materialx-10.1.1

Compare Source

en

  • Added support for ProperDocs
  • Date & time infrastructure (provided by the built-in plugin document-dates; remember to enable it in the plugins section)
    • Completely resolved date and time infrastructure issues, enabling the project to support automated date processing. Manual date configuration is no longer required for any feature, including: page date display, blog post dates, blog date archives, blog list sorting, sitemap.xml (lastmod - SEO improvements), RSS feeds, recently updated section, search ranking, and more
    • Added an override template for sitemap.xml that supports dynamically loading the exact lastmod to improve SEO, see sitemap.xml
    • Updated the processing logic for blog post dates, manual date specification is no longer required
    • These date values can be accessed via template variables in any template or plugin, see Template Variables
  • Recently updated list
    • Added high-performance readtime & summary parsers
    • Added readtime and tag rendering, for readtime calculation details see Reading-Time-Estimation
    • Added line count configuration for summary, see Summary-Line-Configuration
    • Improved layout styling for mixed text and image content
  • Tags
    • Fixed a bug in tag list parsing
    • Improved compatibility for sorting of the tags index list
    • Corrected the incorrect example for listings tags sorting
    • Moved tags display position from top to bottom
    • Enable icon for tags by default to lower usage barriers
  • Updated template variables and removed the _mx node
  • Fixed styling issues for admonition & button

zh

  • 新增了对 ProperDocs 的支持
  • 日期与时间基建(由内置插件 document-dates 提供,记得在 plugins 中启用它)
    • 彻底解决了日期与时间相关的基础架构问题,让项目有了自动化日期的能力,再也无需为任何功能手动设置日期,包括:页面日期展示、blog 日期展示、blog 日期分类、blog 列表排序、sitemap.xml (lastmod - SEO 增强)、RSS feed、最近更新模块、搜索排序等
    • 新增了 sitemap.xml 覆盖模板,支持动态加载精确的 lastmod 以提升 SEO 效果,详见 sitemap.xml
    • 更新了 blog 文章日期的处理逻辑,不再需要手动指定日期
    • 可在任意模板或插件中通过模板变量访问这些日期数据,详见 模板变量
  • 最近更新列表
    • 新增了高性能 readtimesummary 解析器
    • 新增了 readtimetag 渲染支持,阅读时长计算规则详见 阅读时长预估
    • 新增了 summary 的行数配置,详见 配置摘要行数
    • 优化了图文混排布局样式
  • 标签
    • 修复了标签列表解析的一个bug
    • 提升了标签索引页排序的兼容性
    • 修正了列表标签排序的错误示例
    • 将标签展示位置从顶部调整至底部
    • 默认启用标签图标,降低使用门槛
  • 更新了模板变量,移除 _mx 节点
  • 修复了提示框(admonition)与按钮的样式问题

v10.1.0: mkdocs-materialx-10.1.0

Compare Source

en

  • Fixed the version number matching bug for info plugin
  • Fixed that back-to-top was not centered on the blog page
  • Fixed blog page not showing return title in left sidebar on desktop
  • Optimized user experience:
    • Adjusted the scope of scroll penetration prevention for the scrollfix container to mobile devices only
    • Adjusted the top value of the admonition icon so that it is always aligned with the top line
    • Adjusted the color depth of the indentation guide
    • When the TOC is empty, do not hide the "Show TOC" button, instead, display a text prompt in the TOC sidebar
  • Adjusted the dependency configuration method: removed requirements.txt and migrated all dependency configurations to pyproject.toml
  • Optimized the build order in the Dockerfile to improve the utilization rate of Docker build cache, thereby enhancing build efficiency
  • Updated the template examples for date plugin

zh

  • 修复了 info 插件的版本号匹配 bug
  • 修复了 back-to-top 在 blog 页面不居中的问题
  • 修复了 blog 页面在桌面端左侧边栏不显示返回标题的问题
  • 优化了用户体验:
    • 将防止 scrollfix 容器滚动渗透的范围调整为仅限移动设备
    • 调整了 admonition 图标的 top 值,使其始终对齐 top line
    • 调整了缩进参考线的颜色深度
    • 当 TOC 为空时,不隐藏 "Show TOC" 按钮,而是在 TOC 侧边栏显示文字提示
  • 调整了依赖关系配置方法:去除了 requirements.txt,全部改为使用 pyproject.toml
  • 优化了 Dockerfile 中的构建顺序,提高了 Docker build cache 的利用率,从而提升构建效率
  • 更新了日期插件的模板示例

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/osc-release/mkdocs-materialx-10.x branch from 03ebfb0 to e9d42db Compare June 22, 2026 19:30
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency mkdocs-materialx to v10.1.7 chore(deps): update dependency mkdocs-materialx to v10.1.8 Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants