Skip to content
This repository was archived by the owner on Sep 12, 2020. It is now read-only.

Releases: lecode-official/xaml-reporting

v0.3.0 Release

Choose a tag to compare

@lecode-official lecode-official released this 10 Jan 17:01

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

Choose a tag to compare

@lecode-official lecode-official released this 23 May 12:58

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

Choose a tag to compare

@lecode-official lecode-official released this 20 Apr 09:59

Added the XML documentation, so that Intellisense provides more information to the user.

v0.2.0 Release

Choose a tag to compare

@lecode-official lecode-official released this 21 Mar 23:06

An experimental HTML converter was implemented, which converts a large subset of the HTML standard to flow document content.

v0.1.5 Release

Choose a tag to compare

@lecode-official lecode-official released this 04 Mar 16:14

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

Choose a tag to compare

@lecode-official lecode-official released this 04 Mar 15:37

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

Choose a tag to compare

@lecode-official lecode-official released this 04 Mar 14:57

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

Choose a tag to compare

@lecode-official lecode-official released this 03 Mar 13:40

Made it possible to render XAML documents from file instead of compiled XAML classes.

v0.1.1 Release

Choose a tag to compare

@lecode-official lecode-official released this 01 Mar 15:33

Changed the target .NET Framework from 4.5.2 to 4.5 to make it compatible with older projects.

Initial Release

Choose a tag to compare

@lecode-official lecode-official released this 17 Feb 01:21

This is the initial release of the XAML Reporting engine.