Showing
2 changed files
with
3 additions
and
5 deletions
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | -## 3.10.6 | ||
4 | - | ||
5 | -- Throw multi page error explicitly. | ||
6 | - | ||
7 | ## 3.10.5 | 3 | ## 3.10.5 |
8 | 4 | ||
9 | - Improve TTF writer with multi-compound characters | 5 | - Improve TTF writer with multi-compound characters |
10 | - Partially revert underline on spans changes | 6 | - Partially revert underline on spans changes |
11 | - Add RTL support [Milad-Akarie] | 7 | - Add RTL support [Milad-Akarie] |
8 | +- Fix Arabic fonts missing isolated form [Milad-Akarie] | ||
9 | +- Throw multi page error explicitly [Marcin Jeleński] | ||
12 | 10 | ||
13 | ## 3.10.4 | 11 | ## 3.10.4 |
14 | 12 |
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues | @@ -6,7 +6,7 @@ issue_tracker: https://github.com/DavBfr/dart_pdf/issues | ||
6 | screenshots: | 6 | screenshots: |
7 | - description: 'Example of a generated document' | 7 | - description: 'Example of a generated document' |
8 | path: example.jpg | 8 | path: example.jpg |
9 | -version: 3.10.6 | 9 | +version: 3.10.5 |
10 | 10 | ||
11 | environment: | 11 | environment: |
12 | sdk: ">=2.18.0 <4.0.0" | 12 | sdk: ">=2.18.0 <4.0.0" |
-
Please register or login to post a comment