File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.0 (2018-11-17)
4
+
5
+ ### New
6
+
7
+ * Added support for clickable SVGs (closes #17 ) [ Michele Tessaro]
8
+
9
+ Added two new output formats:
10
+ * ` svg_object ` : generated an ` object ` tag for displaing svg images
11
+ * ` svg_inline ` : embedded the svg source image directly in the document
12
+
13
+ ### Fix
14
+
15
+ * Fixed error when the output format is not recognized. [ Michele Tessaro]
16
+
17
+
3
18
## 1.2.6 (2018-11-04)
4
19
20
+ ### Changes
21
+
22
+ * Update documentation. [ Michele Tessaro]
23
+
5
24
### Fix
6
25
7
26
* Fixed wrong ` classes ` HTML attribute (fixes #16 ) [ Michele Tessaro]
Original file line number Diff line number Diff line change 15
15
16
16
setuptools .setup (
17
17
name = "plantuml-markdown" ,
18
- version = "1.2.6 " ,
18
+ version = "1.3.0 " ,
19
19
author = "Michele Tessaro" ,
20
20
21
21
description = "A PlantUML plugin for Markdown" ,
You can’t perform that action at this time.
0 commit comments