Showing
1 changed file
with
92 additions
and
92 deletions
| @@ -2,182 +2,182 @@ | @@ -2,182 +2,182 @@ | ||
| 2 | 2 | ||
| 3 | ## 1.3.17 | 3 | ## 1.3.17 |
| 4 | 4 | ||
| 5 | -* Fix MultiPage with multiple save() calls | 5 | +- Fix MultiPage with multiple save() calls |
| 6 | 6 | ||
| 7 | ## 1.3.16 | 7 | ## 1.3.16 |
| 8 | 8 | ||
| 9 | -* Add better debugPaint on Align Widget | ||
| 10 | -* Fix Transform placement when Alignment and Origin are Null | ||
| 11 | -* Add Transform.rotateBox constructor | ||
| 12 | -* Add Wrap Widget | 9 | +- Add better debugPaint on Align Widget |
| 10 | +- Fix Transform placement when Alignment and Origin are Null | ||
| 11 | +- Add Transform.rotateBox constructor | ||
| 12 | +- Add Wrap Widget | ||
| 13 | 13 | ||
| 14 | ## 1.3.15 | 14 | ## 1.3.15 |
| 15 | 15 | ||
| 16 | -* Fix Image shape inside BoxDecoration | 16 | +- Fix Image shape inside BoxDecoration |
| 17 | 17 | ||
| 18 | ## 1.3.14 | 18 | ## 1.3.14 |
| 19 | 19 | ||
| 20 | -* Add Document ID | ||
| 21 | -* Add encryption support | ||
| 22 | -* Increase PDF version to 1.7 | ||
| 23 | -* Add document signature support | ||
| 24 | -* Default compress output if available | 20 | +- Add Document ID |
| 21 | +- Add encryption support | ||
| 22 | +- Increase PDF version to 1.7 | ||
| 23 | +- Add document signature support | ||
| 24 | +- Default compress output if available | ||
| 25 | 25 | ||
| 26 | ## 1.3.13 | 26 | ## 1.3.13 |
| 27 | 27 | ||
| 28 | -* Do not modify the TTF font streams | 28 | +- Do not modify the TTF font streams |
| 29 | 29 | ||
| 30 | ## 1.3.12 | 30 | ## 1.3.12 |
| 31 | 31 | ||
| 32 | -* Fix TextStyle constructor | 32 | +- Fix TextStyle constructor |
| 33 | 33 | ||
| 34 | ## 1.3.11 | 34 | ## 1.3.11 |
| 35 | 35 | ||
| 36 | -* Update Readme | 36 | +- Update Readme |
| 37 | 37 | ||
| 38 | ## 1.3.10 | 38 | ## 1.3.10 |
| 39 | 39 | ||
| 40 | -* Deprecate the document argument in Printing.sharePdf() | ||
| 41 | -* Add default value to alpha in PdfColor variants | ||
| 42 | -* Fix Table Widget | ||
| 43 | -* Add Flexible and Spacer Widgets | 40 | +- Deprecate the document argument in Printing.sharePdf() |
| 41 | +- Add default value to alpha in PdfColor variants | ||
| 42 | +- Fix Table Widget | ||
| 43 | +- Add Flexible and Spacer Widgets | ||
| 44 | 44 | ||
| 45 | ## 1.3.9 | 45 | ## 1.3.9 |
| 46 | 46 | ||
| 47 | -* Fix Transform Widget alignment | ||
| 48 | -* Fix CustomPaint Widget size | ||
| 49 | -* Add DecorationImage to BoxDecoration | ||
| 50 | -* Add default values to ClipRRect | 47 | +- Fix Transform Widget alignment |
| 48 | +- Fix CustomPaint Widget size | ||
| 49 | +- Add DecorationImage to BoxDecoration | ||
| 50 | +- Add default values to ClipRRect | ||
| 51 | 51 | ||
| 52 | ## 1.3.8 | 52 | ## 1.3.8 |
| 53 | 53 | ||
| 54 | -* Add jpeg image loading function | ||
| 55 | -* Add Theme::copyFrom() method | ||
| 56 | -* Allow Annotations in TextSpan | ||
| 57 | -* Add SizedBox Widget | ||
| 58 | -* Fix RichText Widget word spacing | ||
| 59 | -* Improve Theme and TextStyle | ||
| 60 | -* Implement properly RichText.softWrap | ||
| 61 | -* Set a proper value to context.pagesCount | 54 | +- Add jpeg image loading function |
| 55 | +- Add Theme::copyFrom() method | ||
| 56 | +- Allow Annotations in TextSpan | ||
| 57 | +- Add SizedBox Widget | ||
| 58 | +- Fix RichText Widget word spacing | ||
| 59 | +- Improve Theme and TextStyle | ||
| 60 | +- Implement properly RichText.softWrap | ||
| 61 | +- Set a proper value to context.pagesCount | ||
| 62 | 62 | ||
| 63 | ## 1.3.7 | 63 | ## 1.3.7 |
| 64 | 64 | ||
| 65 | -* Add Pdf Creation date | ||
| 66 | -* Support 64k glyphs per TTF font | 65 | +- Add Pdf Creation date |
| 66 | +- Support 64k glyphs per TTF font | ||
| 67 | 67 | ||
| 68 | ## 1.3.6 | 68 | ## 1.3.6 |
| 69 | 69 | ||
| 70 | -* Fix TTF Font SubSetting | 70 | +- Fix TTF Font SubSetting |
| 71 | 71 | ||
| 72 | ## 1.3.5 | 72 | ## 1.3.5 |
| 73 | 73 | ||
| 74 | -* Add some color functions | ||
| 75 | -* Remove color constants from PdfColor, use PdfColors | ||
| 76 | -* Add TTF Font SubSetting | ||
| 77 | -* Add Unicode support for TTF Fonts | ||
| 78 | -* Add Circular Progress Indicator | 74 | +- Add some color functions |
| 75 | +- Remove color constants from PdfColor, use PdfColors | ||
| 76 | +- Add TTF Font SubSetting | ||
| 77 | +- Add Unicode support for TTF Fonts | ||
| 78 | +- Add Circular Progress Indicator | ||
| 79 | 79 | ||
| 80 | ## 1.3.4 | 80 | ## 1.3.4 |
| 81 | 81 | ||
| 82 | -* Add available dimensions for PdfPageFormat | ||
| 83 | -* Add Document properties | ||
| 84 | -* Add Page.orientation to force landscape or portrait | ||
| 85 | -* Improve MultiPage Widget | ||
| 86 | -* Convert GridView to a SpanningWidget | ||
| 87 | -* Add all Material Colors | ||
| 88 | -* Add Hyperlink widgets | 82 | +- Add available dimensions for PdfPageFormat |
| 83 | +- Add Document properties | ||
| 84 | +- Add Page.orientation to force landscape or portrait | ||
| 85 | +- Improve MultiPage Widget | ||
| 86 | +- Convert GridView to a SpanningWidget | ||
| 87 | +- Add all Material Colors | ||
| 88 | +- Add Hyperlink widgets | ||
| 89 | 89 | ||
| 90 | ## 1.3.3 | 90 | ## 1.3.3 |
| 91 | 91 | ||
| 92 | -* Fix a bug with the RichText Widget | ||
| 93 | -* Update code to Dart 2.1.0 | ||
| 94 | -* Add Document.save() method | 92 | +- Fix a bug with the RichText Widget |
| 93 | +- Update code to Dart 2.1.0 | ||
| 94 | +- Add Document.save() method | ||
| 95 | 95 | ||
| 96 | ## 1.3.2 | 96 | ## 1.3.2 |
| 97 | 97 | ||
| 98 | -* Fix dart lint warnings | ||
| 99 | -* Improve font bounds calculation | ||
| 100 | -* Add RichText Widget | ||
| 101 | -* Fix MultiPage max height | ||
| 102 | -* Add Stack Widget | ||
| 103 | -* Update Readme | 98 | +- Fix dart lint warnings |
| 99 | +- Improve font bounds calculation | ||
| 100 | +- Add RichText Widget | ||
| 101 | +- Fix MultiPage max height | ||
| 102 | +- Add Stack Widget | ||
| 103 | +- Update Readme | ||
| 104 | 104 | ||
| 105 | ## 1.3.1 | 105 | ## 1.3.1 |
| 106 | 106 | ||
| 107 | -* Fix pana linting notices | 107 | +- Fix pana linting notices |
| 108 | 108 | ||
| 109 | ## 1.3.0 | 109 | ## 1.3.0 |
| 110 | 110 | ||
| 111 | -* Add a Flutter like widget system | 111 | +- Add a Flutter like widget system |
| 112 | 112 | ||
| 113 | ## 1.2.0 | 113 | ## 1.2.0 |
| 114 | 114 | ||
| 115 | -* Change license to Apache 2.0 | ||
| 116 | -* Improve PdfRect | ||
| 117 | -* Add support for CMYK, HSL anf HSV colors | ||
| 118 | -* Implement rounded rect | 115 | +- Change license to Apache 2.0 |
| 116 | +- Improve PdfRect | ||
| 117 | +- Add support for CMYK, HSL anf HSV colors | ||
| 118 | +- Implement rounded rect | ||
| 119 | 119 | ||
| 120 | ## 1.1.1 | 120 | ## 1.1.1 |
| 121 | 121 | ||
| 122 | -* Improve PdfPoint and PdfRect | ||
| 123 | -* Change PdfColor.fromInt to const constructor | ||
| 124 | -* Fix drawShape Bézier curves | ||
| 125 | -* Add arcs to SVG drawShape | ||
| 126 | -* Add default page margins | ||
| 127 | -* Change license to Apache 2.0 | 122 | +- Improve PdfPoint and PdfRect |
| 123 | +- Change PdfColor.fromInt to const constructor | ||
| 124 | +- Fix drawShape Bézier curves | ||
| 125 | +- Add arcs to SVG drawShape | ||
| 126 | +- Add default page margins | ||
| 127 | +- Change license to Apache 2.0 | ||
| 128 | 128 | ||
| 129 | ## 1.1.0 | 129 | ## 1.1.0 |
| 130 | 130 | ||
| 131 | -* Rename classes to satisfy Dart conventions | ||
| 132 | -* Remove useless new and const keywords | ||
| 133 | -* Mark some internal functions as protected | ||
| 134 | -* Fix annotations | ||
| 135 | -* Implement default fonts bounding box | ||
| 136 | -* Add Bézier Curve primitive | ||
| 137 | -* Implement drawShape | ||
| 138 | -* Add support for Jpeg images | ||
| 139 | -* Fix numeric conversions in graphic operations | ||
| 140 | -* Add unicode support for annotations and info block | ||
| 141 | -* Add Flutter example | 131 | +- Rename classes to satisfy Dart conventions |
| 132 | +- Remove useless new and const keywords | ||
| 133 | +- Mark some internal functions as protected | ||
| 134 | +- Fix annotations | ||
| 135 | +- Implement default fonts bounding box | ||
| 136 | +- Add Bézier Curve primitive | ||
| 137 | +- Implement drawShape | ||
| 138 | +- Add support for Jpeg images | ||
| 139 | +- Fix numeric conversions in graphic operations | ||
| 140 | +- Add unicode support for annotations and info block | ||
| 141 | +- Add Flutter example | ||
| 142 | 142 | ||
| 143 | ## 1.0.8 | 143 | ## 1.0.8 |
| 144 | 144 | ||
| 145 | -* Fix monospace TTF font loading | ||
| 146 | -* Add PDFPageFormat::toString | 145 | +- Fix monospace TTF font loading |
| 146 | +- Add PDFPageFormat::toString | ||
| 147 | 147 | ||
| 148 | ## 1.0.7 | 148 | ## 1.0.7 |
| 149 | 149 | ||
| 150 | -* Use lowercase page dimension constants | 150 | +- Use lowercase page dimension constants |
| 151 | 151 | ||
| 152 | ## 1.0.6 | 152 | ## 1.0.6 |
| 153 | 153 | ||
| 154 | -* Fix TTF font name lookup | 154 | +- Fix TTF font name lookup |
| 155 | 155 | ||
| 156 | ## 1.0.5 | 156 | ## 1.0.5 |
| 157 | 157 | ||
| 158 | -* Remove dependency to dart:io | ||
| 159 | -* Add Contributing | 158 | +- Remove dependency to dart:io |
| 159 | +- Add Contributing | ||
| 160 | 160 | ||
| 161 | ## 1.0.4 | 161 | ## 1.0.4 |
| 162 | 162 | ||
| 163 | -* Updated homepage | ||
| 164 | -* Update source formatting | ||
| 165 | -* Update README | 163 | +- Updated homepage |
| 164 | +- Update source formatting | ||
| 165 | +- Update README | ||
| 166 | 166 | ||
| 167 | ## 1.0.3 | 167 | ## 1.0.3 |
| 168 | 168 | ||
| 169 | -* Remove dependency to ttf_parser | 169 | +- Remove dependency to ttf_parser |
| 170 | 170 | ||
| 171 | ## 1.0.2 | 171 | ## 1.0.2 |
| 172 | 172 | ||
| 173 | -* Update sdk support for 2.0.0 | 173 | +- Update sdk support for 2.0.0 |
| 174 | 174 | ||
| 175 | ## 1.0.1 | 175 | ## 1.0.1 |
| 176 | 176 | ||
| 177 | -* Add example | ||
| 178 | -* Lower vector_math dependency version | ||
| 179 | -* Uses better page format object | 177 | +- Add example |
| 178 | +- Lower vector_math dependency version | ||
| 179 | +- Uses better page format object | ||
| 180 | 180 | ||
| 181 | ## 1.0.0 | 181 | ## 1.0.0 |
| 182 | 182 | ||
| 183 | -* Initial version | 183 | +- Initial version |
-
Please register or login to post a comment