- FIX: Better deprecation warning.
- NEW: The final release.
mkdocs-material
(version 9.4) now has this library's logic built-in making this library obsolete. Users should migrate to usingmkdocs-material
'smaterial.extensions.emoji.twemoji
andmaterial.extensions.emoji.to_svg
in place of the respectivematerialx.emoji.twemoji
andmaterialx.emoji.to_svg
functions.
- NEW: Add official support for Python 3.11 and 3.12.
- NEW: Remove support for Python 3.7.
- FIX: Update to support latest Material.
- FIX: Properly handle special glob characters in path.
- NEW: Drop Python 3.6 and officially support 3.10.
- NEW: Cache emoji table to reduce build times.
- FIX: Remove version check which is not compatible with Material Insiders. Material will completely be responsible
for ensuring the correct version of
mkdocs-material-extensions
.
- FIX: No longer specify
mkdocs-material
as a dependency asmkdocs-material
specifies these extensions as a dependency. This created a circular dependency. Whilepip
has no issues with such scenarios, this created issues for some versioning packages.mkdocs-material
(the only package this works with) will now manage which version ofmkdocs-material-extensions
it needs.
- FIX: Ensure we don't modify the original icon path setting.
- NEW: First stable release.