Skip to content

Releases: michaldivis/dark-html-viewer

v1.0.4

20 Feb 13:46
a1ff49a
Compare
Choose a tag to compare

News

  • added support for net7.0
  • added nullable support

Changes

Breaking Changes

  • removed support for net5.0
  • removed IsEnabled property from VirtualHostNameToFolderMappingSettings
  • changed VirtualHostNameToFolderMappingSettingsException to use a Dictionary<string, string> to store error messages

v1.0.3

14 Oct 12:37
5bb4bdb
Compare
Choose a tag to compare

Fixes

  • fixed missing save scroll position functionality (SaveScrollPositionForNextLoadCommand, SaveScrollPositionForNextLoadAsync())

v1.0.2

14 Oct 12:24
5bb4bdb
Compare
Choose a tag to compare

News

  • the default background color of the underlying WebView can now be configured via the static HtmlViewer.ConfigureDefaultBackgroundColor(Color defaultBackgroundColor)

v1.0.1

14 Jul 07:26
Compare
Choose a tag to compare

News

  • new feature: save scroll position (SaveScrollPositionForNextLoadCommand, SaveScrollPositionForNextLoadAsync())

v1.0.0

13 Jul 14:21
Compare
Choose a tag to compare

Breaking changes

  • the DarkHtmlViewer control has been renamed to HtmlViewer

Changes

v0.1.4-alpha

14 Jun 10:54
2b5286a
Compare
Choose a tag to compare
v0.1.4-alpha Pre-release
Pre-release

Changes

  • added Zoom functionality
  • Exposed command methods to the public API:
    LoadCommand => void Load(string html)
    ScrollCommand => Task ScrollAsync(string elementId)
    ScrollOnNextLoadCommand => void ScrollOnNextLoad(string elementId)
    SearchCommand => Task SearchAsync(string text)
    SearchOnNextLoadCommand => void SearchOnNextLoad(string text)
    PrintCommand => Task PrintAsync()
    ZoomCommand => void Zoom(double zoom)

v0.1.3-alpha

24 Feb 13:40
52ce85d
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

Changes

  • bug fixes
  • added search functionality
  • added virtual host name to folder path mapping support
  • added logging support
  • target framework changes - removed netcoreapp3.1

v0.1.2-alpha

09 Dec 08:08
4451b8f
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Changes

  • more functionality and some tweaks
  • more target frameworks (net6.0, netcoreapp3.1)

v0.1.1-alpha

12 May 17:18
b0b2ff3
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

News

  • print command

v0.1.0-alpha

12 May 14:38
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

This is the initial alpha release

News

  • Basic DarkHtmlViewer control
  • Demo project