Showing
2 changed files
with
6 additions
and
1 deletions
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | +## 5.9.3 | ||
4 | + | ||
5 | +- Add an option to shrinkwrap preview and set scrollablePhysics [Damian Bast] | ||
6 | +- Resolve driver compatibility issues on Windows [Alban] | ||
7 | + | ||
3 | ## 5.9.2 | 8 | ## 5.9.2 |
4 | 9 | ||
5 | - Added mounted check for setState in printing>preview>raster [Julius Alibrown] | 10 | - Added mounted check for setState in printing>preview>raster [Julius Alibrown] |
@@ -6,7 +6,7 @@ description: > | @@ -6,7 +6,7 @@ description: > | ||
6 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing | 6 | homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing |
7 | repository: https://github.com/DavBfr/dart_pdf | 7 | repository: https://github.com/DavBfr/dart_pdf |
8 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues | 8 | issue_tracker: https://github.com/DavBfr/dart_pdf/issues |
9 | -version: 5.9.2 | 9 | +version: 5.9.3 |
10 | 10 | ||
11 | environment: | 11 | environment: |
12 | sdk: ">=2.12.0 <3.0.0" | 12 | sdk: ">=2.12.0 <3.0.0" |
-
Please register or login to post a comment