Skip to content

Releases: Neoteroi/mkdocs-plugins

v1.1.0 🐢

10 Aug 14:46
7a5df89
Compare
Choose a tag to compare
  • Improve the cards plugin to automatically use cards' titles for the alt property of their images, when alt is not specified.
    See #63, reported by @Valerie-ts.

v1.0.5

01 Feb 18:42
1bda7c7
Compare
Choose a tag to compare
  • Show event description in Gantt diagrams, by @changbowen
  • Add possibility to configure months time format in Gantt diagrams, by @yasamoka

v1.0.4

28 Jul 10:46
d196ab6
Compare
Choose a tag to compare
  • Unpins the dependencies on mkdocs and httpx, to fix #42.

Thanks to @joseale2310 for reporting the issue.

v1.0.3

18 Jul 18:28
6224ac1
Compare
Choose a tag to compare
  • Adds support for icons in cards, by @Andy2003.
  • Adds support for anchors with target="_blank" in cards.

v1.0.2

26 Apr 09:08
e031b25
Compare
Choose a tag to compare
  • Fixes detail in the contribs plugin: when the name is specified for a
    contributor by email address, it is used.
  • Improves pyproject.toml.
  • Adds py.typed files.

v1.0.1

26 Apr 06:01
8c75306
Compare
Choose a tag to compare
  • Improves the contribs plugin, adding the possibility to document
    contributors for a page also using .txt files close to .md files. This
    can be useful in several cases:
    • To document contributors who worked outside of Git, for example when providing
      pictures for the page, or written content provided to someone who is
      adding content to the MkDocs site.
    • To document contributors following a Git history re-write
  • Improves the contribs plugin, adding the possibility to exclude files by
    glob patterns (fix #33).
  • Improves the contribs plugin, adding the possibility to merge contributors
    by name, for scenarios when the same person commits using different names
    (Git reports different contributors in such cases) and it is preferred
    displaying information aggregated as single contributor.

v1.0.0

20 Dec 21:57
a7a6a76
Compare
Choose a tag to compare
  • Adds the possibility to specify a class for the root HTML element of cards.
  • Fixes a bug in the contribs plugin (adds a carriage return before the contribution fragment).
  • Modifies the packages to group all extensions under neoteroi.mkdocs namespace.
  • Replaces setup.py with pyproject.toml.

v0.1.2

04 Oct 20:12
ebeec63
Compare
Choose a tag to compare
  • Corrects the pattern handling name and email for the contribs plugin
  • Adds tests for the contribs plugin

v0.1.1

04 Oct 06:05
Compare
Choose a tag to compare
  • Applies a correction over 0.1.0

v0.1.0

03 Oct 19:12
e85cd0e
Compare
Choose a tag to compare
  • Corrects bug in the contributors plugin, causing failures in certain CI/CD
    solutions and improves its safety and performance (removes shell=True!)
  • Adds option to apply a class to specific contributors, for simpler styling
  • Minor improvements to styles