Skip to content

Latest commit

 

History

History
130 lines (85 loc) · 3.09 KB

CHANGELOG.rst

File metadata and controls

130 lines (85 loc) · 3.09 KB

Changelog

0.9.2 (May 28, 2023)

  • 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.

0.8.1 (Feb 25, 2023)

  • Default to Mermaid 9.4.0 as 10.0 introduced incompatible changes. See the discussion.

0.8 (Feb 9, 2023)

  • 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.

0.7.1 (July 17, 2021)

  • Update docs and tests for markdown support

0.7 (May 31, 2021)

  • Add compatibility with Sphinx 4.0
  • mermaid_init_js is now included in an standard way.
  • Documented how to use in Markdown documents

0.6.3 (February 21, 2021)

  • Make it compatible with recent Sphinx versions
  • Add basic (real) tests (So I stop breaking it!)

0.6.2 (February 18, 2021)

  • fix regression
  • setup travis

0.6.1 (February 8, 2021)

  • Fix a problem when called mermaid-cli
  • Fix typos on documentation
  • Improve internal code formatting (via black)

0.6.0 (January 31, 2021)

  • 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.

0.5.0 (September 24, 2020)

  • Added mermaid_cmd_shell. Useful for Windows user.
  • Reimplement inheritance diagrams.
  • Fix UnicodeEncodeError on Python 2

0.4.0 (April 9, 2020)

  • Added mermaid_params
  • Added config file option
  • Improved latex integration
  • Added the pdfcrop functionality
  • Mermaid version is configurable
  • Several cleanups in the code

0.3.1 (Nov 22, 2017)

0.3 (Oct 4, 2017)

0.2.1 (Jun 4, 2017)

  • Workaround for opacity issue with rtd's theme (thanks to Anton Koldaev)

0.2 (Jun 4, 2017)

  • Python 3 support fix (thanks to Shakeeb Alireza)
  • In-browser diagram generation
  • Autoclasstree directive. (Thanks to Zulko)

0.1.1 (Jun 4, 2017)

  • Better usage instructions
  • Bugfix

0.1 (Jul 18, 2016)

  • first public version