You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 3.2.0
4
+
5
+
- Add new public API to allow parsing into Header and Footer. Some API methods as been flagged as obsolete with a clear message of what to use instead.
6
+
This is not a breaking changes as it keep existing behaviour.
7
+
- Add support for `SVG` format (either from img src or the SVG node tag)
8
+
- Automatically create the `_top` bookmark if needed
9
+
- Fix a crash when a hyperlink contains both `img` and `figcation`
10
+
- Fix a crash when `li` is empty #151
11
+
3
12
## 3.1.1
4
13
5
14
- Fix respecting layout with `div`/`p` ending with line break #158
0 commit comments