Releases: lecode-official/xaml-reporting
Release list
v0.3.0 Release
Added further support for async by adding the possibility to use Progress and CancellationTokens. Also added new ItemsControls to support data binding. Furthermore a PageRangeDocumentPaginator was added so that only certain page ranges can be rendered.
v0.2.2 Release
Fixed a bug in the HTML converter, which caused the wrong font size to be chosen for H3 and H6 elements (they were way too big).
v0.2.1 Release
Added the XML documentation, so that Intellisense provides more information to the user.
v0.2.0 Release
An experimental HTML converter was implemented, which converts a large subset of the HTML standard to flow document content.
v0.1.5 Release
Fixed a problem with the rendering, which caused the whitespaces in XAML files to be preserved, which messed up the layouting.
v0.1.4 Release
Fixed an encoding problem, which caused special characters in the XAML document to throw an exception during rendering. Now the Unicode encoding is used by default.
v0.1.3 Release
Made it possible to specify the view model directly when rendering from a XAML file. This is helpful because the view model resolution algorithm did not work on ASP.NET 5 and .NET portable libraries. Also fixed some threading problems.
v0.1.2 Release
Made it possible to render XAML documents from file instead of compiled XAML classes.
v0.1.1 Release
Changed the target .NET Framework from 4.5.2 to 4.5 to make it compatible with older projects.
Initial Release
This is the initial release of the XAML Reporting engine.