* Added: a test framework with MkDocs-Test and pytest * Changed: migrated from `setup.py` to `pyproject.toml`
1.1.2
* Changed: If the `javascript` parameter starts with http(s) and no Internet access is available, a WARNING is now issued (mkdocs no longer fails with an exception).
1.1.1
* Fixed: Bug with local javascript library
1.1.0
* Added: Parameter `javascript` in config file for optionally specifying the URL or path of the Mermaid javascript library.
* Changed: Parameter `extra_javascript` in config file is DEPRECATED, for optionally specifying the URL or path of the Mermaid javascript library
* Changed: Updated documentation.
1.0.8
* Fixed: Arguments of config file not taken into consideration, for mermaid.js version > 10 (82)
1.0.5
* Added: A new [doc website is available on Read The Docs](https://mkdocs-mermaid2.readthedocs.io/en/latest/).