Skip to content

Commit cea29cc

Browse files
committed
Bump to version 1.2.0
1 parent f53eca2 commit cea29cc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

4+
1.2.0 (November 23, 2025)
5+
+++++++++++++++++++++
6+
7+
- Normalize javascript across various configuration options
8+
- Make graph full width and avoid unused margins in graph image
9+
- Rename fullscreen container class from `mermaid-fullscreen-content` to `mermaid-container-fullscreen`
10+
411
1.1.0 (November 19, 2025)
512
+++++++++++++++++++++
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "Martín Gaitán", email = "[email protected]"}]
88
description="Mermaid diagrams in yours Sphinx powered docs"
99
readme = "docs/readme_pypa.md"
1010
license = { text = "BSD" }
11-
version = "1.1.0"
11+
version = "1.2.0"
1212
requires-python = ">=3.8"
1313
keywords = ["sphinx", "mermaid", "diagrams", "documentation"]
1414

0 commit comments

Comments
 (0)