|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2020.3.0 - May 20, 2019 |
| 4 | +- added new type of QR code, Swiss QR Code |
| 5 | +- added property MatrixObject.PrintIfEmpty, which allows displaying the matrix even if it is empty |
| 6 | +- added property Page.LastPageSource, which allows to configure the printer tray for printing the last page of the report |
| 7 | +- added VisibleExpression, PrintableExpression, and ExportableExpression properties (these properties allow to set the value of the Visible, Printable, and Exportable properties, depending on the fulfillment of the specified condition) |
| 8 | +- fixed a bug with text object visibility when Highlight.Visible parameter is enabled |
| 9 | +- fixed a bug with work of property PrintableExpression |
| 10 | +- optimized saving of embedded fonts in PDF-export. File size has decreased significantly. |
| 11 | +- fixed a bug with resource loading in WebReport |
| 12 | +- fixed a bug with image scaling in WebReport |
| 13 | +- fixed a bug with timeout exception while saving a report in the Online Designer |
| 14 | +- fixed a bug with calls of WebReport.ExportPdf, WebReport.ExportCsv, WebReport.ExportRtf, etc. |
| 15 | +- fixed compilation error on Unix-systems (because of net40 in targetFrameworks) |
| 16 | +- fixed some API errors in report code, available in System.Drawing.Primitives |
| 17 | + |
| 18 | +## 2020.1.0 - Dec 2, 2019 |
| 19 | +- added an ability to change decimal digits for Number, Currency and Percent formats when UseLocale property is true |
| 20 | +- added a property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same vaues are joined. If True - rows are split (like TableObject) |
| 21 | +- added an ability to change export settings. To do this, you need to subscribe to the ExportParameters event in WebReport.Report |
| 22 | +- fixed a bug with trying to convert DBNull in empty string when ConvertNulls is disabled |
| 23 | +- fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page |
| 24 | +- fixed view of background on BarcodeObject at Html export |
| 25 | +- fixed incorrect width and height for reports with mixed page orientation (Landscape & Portrait) |
| 26 | +- fixed incorrect view of background in ShapeObject |
| 27 | +- fixed lack of non-standard fill (Hatch, LinearGradient, etc.) on ShapeObject |
| 28 | +- fixed a bug with SQLite plugin if database includes null-values |
| 29 | +- known issue: Save button in Preview does not respond to click. |
| 30 | + |
| 31 | +## 2019.4.0 - Sep 10, 2019 |
| 32 | +- graphics dependency changed from CoreCompat.System.Drawing to System.Drawing.Common |
| 33 | +- added a new Json data connection integrated into the engine |
| 34 | +- added RepeatBandNTimes property for bands |
| 35 | +- added Bezier curve for polygons |
| 36 | +- added a new time format minutes:seconds [mm:ss] |
| 37 | +- fixed TypeConverter on the TextObject.ParagraphFormat property |
| 38 | +- fixed a bug with breaking ManualBuild table with CanBreak = false |
| 39 | +- fixed a bug with changing the GroupHeaderBand hierarchy if it had a child GroupHeaderBand |
| 40 | +- fixed a bug when font changed in parent report were not changed in inherited report |
| 41 | +- fixed image size calculation when AutoSize is enabled in the preparation stage |
| 42 | +- fixed a bug with display on the penultimate page with PageFooter PrintOn = LastPage |
| 43 | + |
| 44 | +## 2019.3.0 - May 15, 2019 |
| 45 | +- added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing |
| 46 | +- added ImageAlign property for image alignment inside PictureObject; by default, alignment is disabled |
| 47 | +- fixed a bug when in some cases the TypeConverter`s were not loaded correctly |
| 48 | +- fixed a bug with infinite loop in AdvancedTextRenderer when WordWrap is true and width of object less than width of one character |
| 49 | +- fixed a bug causing memory leak in HtmlTextRenderer |
| 50 | +- added links for images to HTML-export |
| 51 | + |
| 52 | +## 2019.2.7 - Mar 28, 2019 |
| 53 | +- added links for images to HTML-export |
| 54 | +- fixed a bug when in some cases the TypeConverter`s were not loaded correctly |
| 55 | +- fixed bug with infinite loop in AdvancedTextRenderer when WordWrap is true and width of object less than width of one character |
| 56 | +- added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing |
| 57 | + |
| 58 | +## 2019.2.0 - Mar 5, 2019 |
| 59 | +- sync with FastReport .NET 2019.2 |
| 60 | + |
| 61 | +## 2019.1.0 - Dec 19, 2018 |
| 62 | +- sync with FastReport .NET 2019.1 |
| 63 | + |
| 64 | +## 2018.4.16 - Nov 30, 2018 |
| 65 | +- Changed the build method, now the packages are assembled with all the necessary native libraries |
| 66 | + |
| 67 | +## 2018.4.15 - Nov 27, 2018 |
| 68 | +- fixed bug with Roslyn wrapper, when a warning is raised as error |
| 69 | + |
| 70 | +## 2018.4.14 - Nov 26, 2018 |
| 71 | +- In this release we have added the main connectors |
| 72 | + |
| 73 | +## 2018.4.9 - Nov 2, 2018 |
| 74 | +- sync with FastReport 2018.4.9 changes |
| 75 | +- disabled "new dialog page" button |
| 76 | +- added script for packing on linux systems |
| 77 | +- updated license in nuget packages |
| 78 | +- added PostgreSQL connector |
| 79 | + |
3 | 80 | ## 2018.4.7 - Oct 25, 2018
|
4 | 81 | - Initial Release
|
0 commit comments