Releases: Neoteroi/mkdocs-plugins
Releases · Neoteroi/mkdocs-plugins
v1.1.0 🐢
- Improve the
cards
plugin to automatically use cards' titles for thealt
property of their images, whenalt
is not specified.
See #63, reported by @Valerie-ts.
v1.0.5
- Show event description in Gantt diagrams, by @changbowen
- Add possibility to configure months time format in Gantt diagrams, by @yasamoka
v1.0.4
- Unpins the dependencies on
mkdocs
andhttpx
, to fix #42.
Thanks to @joseale2310 for reporting the issue.
v1.0.3
v1.0.2
- 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
- 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 who worked outside of Git, for example when providing
-
- 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
- Adds the possibility to specify a
class
for the root HTML element ofcards
. - 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
withpyproject.toml
.
v0.1.2
- Corrects the pattern handling name and email for the
contribs
plugin - Adds tests for the
contribs
plugin
v0.1.1
- Applies a correction over
0.1.0
v0.1.0
- Corrects bug in the
contributors
plugin, causing failures in certain CI/CD
solutions and improves its safety and performance (removesshell=True
!) - Adds option to apply a class to specific contributors, for simpler styling
- Minor improvements to styles