Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 852 Bytes

changelog.md

File metadata and controls

26 lines (16 loc) · 852 Bytes

Changelog

1.1.0

  • NEW: Drop Python 3.6 and officially support 3.10.
  • NEW: Cache emoji table to reduce build times.

1.0.3

  • 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.

1.0.2

  • FIX: No longer specify mkdocs-material as a dependency as mkdocs-material specifies these extensions as a dependency. This created a circular dependency. While pip 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 of mkdocs-material-extensions it needs.

1.0.1

  • FIX: Ensure we don't modify the original icon path setting.

1.0

  • NEW: First stable release.