- Dropped explicit support for python `3.6`, added `3.10`. See [stop using python 3.6](https://pythonspeed.com/articles/stop-using-python-3.6/).
0.0.5
Fixed
- Bug where plugin would break if pymdownx.superfences was set but not a custom fence (31f120d5b1f29c333b45c4c60d89ad34f36ac71f)
Added
- Improved error message when missing javascript dependencies (cdc6e4c7de7dbccd487ed232d8aac8ed193a4ef6) - Refactor plugin event for [mkdocs-print-site-plugin](https://timvink.github.io/mkdocs-print-site-plugin/) compatibility (2cabf65818403646eb5f9d3332fcbbae6e3d7344)
0.0.4
Fixed
- Bug where URLs in 'schema.spec' field were not updated (37e3271f37e15ec9579965a5a10c9202c94964be) - Bug where URLs in `schema.transform.from` fields were not updated (5ffa8f26ba69cbc6788fb876c3c51ef8ac9c82eb)
Added
- Completed documentation including altair example and demo page (7 10)
0.0.3
Added
- Support for dark mode toggle (3)
0.0.2
Added
- Support for instant loading feature of mkdocs-material (5) - Add check for missing javascript dependencies and missing pymdownx setup
Changed
- Rename fence function from `fence_vegalite_custom` to `fence_vegalite` (backwards incompatible change, see setup instructions)