- Upgrade Mermaid to 11.2.0
- Add support for ELK diagrams
- Add support for name parameter
- Add passthrough of mermaid frontmatter
- Convert to native namespace package
- Drop support for Python 3.7
- Convert default placeholder from div to pre
- Fix for tempfile encoding when containing non ascii characters
- Fix for mermaid sequence config arguments
- Default to jsdelivr (previously unpkg) for JS asset CDN
See full set of changes.
- Implemented zoom on diagrams functionality. Contributed by Daniel Althviz Moré
- Fix a bug on empty diagram generations. Contributed by Kevin Deldycke.
- Upgrade default to Mermaid 10.2.0.
- Implement automatic releases from Github Actions when a tag is pushed
See full set of changes.
- Default to Mermaid 9.4.0 as 10.0 introduced incompatible changes. See the discussion.
- Moved CI to Github Actions
- Make the class diagram reproducible
- Allow the user to change the JS priority
- Drop support for Python 3.6
- Black formatting
See full set of changes.
- Update docs and tests for markdown support
- Add compatibility with Sphinx 4.0
- mermaid_init_js is now included in an standard way.
- Documented how to use in Markdown documents
- Make it compatible with recent Sphinx versions
- Add basic (real) tests (So I stop breaking it!)
- fix regression
- setup travis
- Fix a problem when called mermaid-cli
- Fix typos on documentation
- Improve internal code formatting (via black)
- Drop support for Python version older than 3.6.
- Allow to include javascript lib locally
- Initialization code is now customizable
- The default version included from the CDN is always the latest available.
- Added mermaid_cmd_shell. Useful for Windows user.
- Reimplement inheritance diagrams.
- Fix UnicodeEncodeError on Python 2
- Added mermaid_params
- Added config file option
- Improved latex integration
- Added the pdfcrop functionality
- Mermaid version is configurable
- Several cleanups in the code
- Support the new Mermaid CLI by Bastian Luettig
- several improves and bugfixes contributed by Alberto Berti
- Workaround for opacity issue with rtd's theme (thanks to Anton Koldaev)
- Python 3 support fix (thanks to Shakeeb Alireza)
- In-browser diagram generation
- Autoclasstree directive. (Thanks to Zulko)
- Better usage instructions
- Bugfix
- first public version