Mkdocs-charts-plugin

Latest version: v0.0.12

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.12

What's Changed

This release has better support light/dark modes. You can specify the vegalite theme to use for light, and/or dark mode. In addition, you can specify which `mkdocs-material` themes qualify as light and which as dark. This way, the charts will properly change light/dark mode, even when using custom mkdocs-material themes.

The `vegalite_theme` option has been replaced with the `vegalite_theme_light` option. A new `integrations` option section lets you specify the mkdocs-material theme(s) that correspond with light and dark. Here are the new default settings:

yaml
mkdocs.yml
plugins:
- charts:
vega_theme_light: default
vega_theme_dark: dark
integrations:
mkdocs_material:
themes_light:
- default
themes_dark:
- slate



Pull requests:

* Add support for custom light/dark schemes by sisp in https://github.com/timvink/mkdocs-charts-plugin/pull/23
* Add new option vega_theme_light by timvink in https://github.com/timvink/mkdocs-charts-plugin/pull/25

New Contributors

* sisp made their first contribution in https://github.com/timvink/mkdocs-charts-plugin/pull/23


**Full Changelog**: https://github.com/timvink/mkdocs-charts-plugin/compare/v0.0.11...v0.0.12

0.0.11

- Fixed edge-case where links with indexs would break charts (24) via 276cd2ac0df774a50e0a4632171e150550919002

**Full Changelog**: https://github.com/timvink/mkdocs-charts-plugin/compare/v0.0.10...v0.0.11

0.0.10

What's Changed

* Compatibility with MkDocs 1.5 change to extra_javascript by oprypin in https://github.com/timvink/mkdocs-charts-plugin/pull/18

New Contributors
* oprypin made their first contribution in https://github.com/timvink/mkdocs-charts-plugin/pull/18

**Full Changelog**: https://github.com/timvink/mkdocs-charts-plugin/compare/v0.0.9...v0.0.10

0.0.9

What's Changed

* Fix non-standard homepage location by ewellinger in https://github.com/timvink/mkdocs-charts-plugin/pull/15

New Contributors
* ewellinger made their first contribution in https://github.com/timvink/mkdocs-charts-plugin/pull/15

**Full Changelog**: https://github.com/timvink/mkdocs-charts-plugin/compare/v0.0.8...v0.0.9

0.0.8

Added

- [Support README.md as index page](https://github.com/timvink/mkdocs-charts-plugin/commit/a7461b8811fbfda4cbd25dd57c1460a5b83e8ebc) (#11)

0.0.7

Changed

- Invalid JSON schema will now raise a SuperFencesException instead of silently failing

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.