Update dependency mkdocs-table-reader-plugin to v3 #51
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.2.2
->==3.1.0
Release Notes
timvink/mkdocs-table-reader-plugin (mkdocs-table-reader-plugin)
v3.1.0
: table-reader v3.1.0Compare Source
pd_<reader_name>
macros (overview on the readers page), available whenmkdocs-macros-plugin
is enabled. This enables new options like filtering tables, see the examples on the compatibility with mkdocs-macros-pluginFull Changelog: timvink/mkdocs-table-reader-plugin@v3.0.1...v3.1.0
v3.0.1
: table-reader v3.0.1Compare Source
What's Changed
mkdocs-macros-plugin
with indented content like tabs. See the how to on using jinja2. by @timvink in https://github.com/timvink/mkdocs-table-reader-plugin/pull/69Full Changelog: timvink/mkdocs-table-reader-plugin@v3.0.0...v3.0.1
v3.0.0
: table-reader v3.0.0Compare Source
What's Changed
table-reader
is now compatible withmkdocs-macros-plugin
, which means you can dynamically insert tables using jinja2 syntax.base_path
option has now been deprecated (and will log a warning when used). Now by default, the config_dir (path to yourmkdocs.yml
file) and docs_dir (path to yourdocs/
dir) will always be searched when looking for a table file pathsearch_page_directory
option has now been deprecated (and will log a warning when used). The markdown page's source file directory will always be searched when looking for a table file.Breaking changes / upgrading guide
base_path
andsearch_page_directory
from yourmkdocs.yml
options.mkdocs.yml
file, themacros
plugin should be defined before thetable-reader
plugin (previously this was after)Full Changelog: timvink/mkdocs-table-reader-plugin@v2.2.2...v3.0.0
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.
This PR was generated by Mend Renovate. View the repository job log.