Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Releases: axvr/MdView

MdView v0.7 (2021-04-25)

25 Apr 19:29
Compare
Choose a tag to compare
  • Improved link handler.
  • Remove multiple links in single paragraph ActionSheet hack.

MdView v0.6 (2021-04-25)

25 Apr 16:08
Compare
Choose a tag to compare
Pre-release
  • Added all missing XML comments.
  • Shortened namespace to just MdView.
  • Send header level to header templates.
  • Updated NuGet package details and added package icon.

MdView v0.5 (2020-12-29)

29 Dec 14:12
Compare
Choose a tag to compare
Pre-release
  • Fixed customisation of the inner controls in the default MdView template controls.
  • Improved customisation options of many default template controls.
  • Improved list rendering to correctly align bullets and items.

MdView v0.4 (2020-11-29)

29 Dec 14:12
Compare
Choose a tag to compare
Pre-release

Enable full customisation of Spans used in the Paragraph and Header controls.

MdView v0.3 (2020-11-29)

29 Dec 14:12
Compare
Choose a tag to compare
Pre-release
  • Removed SVG rendering support and SkiaSharp dependency.
  • Add support for image titles.
  • Improved naming of data models and properties.
  • Cleaned up XML comments.
  • Abstract list construction code from the list controls.
  • Added support for optionally rendering text without inline formatting.
  • Enabled customisation of spacing between Markdown elements.
  • Fix double spacing issues caused when using mdt:Null (disabled Markdown elements).
  • Moved all BlockQuote rendering logic into the BlockQuote template control.
  • Fixed nested list rendering issue (extra bullets would be shown).

MdView v0.2.1 (2020-02-06)

29 Dec 14:11
Compare
Choose a tag to compare
Pre-release

Fix for local images not displaying on iOS.

MdView v0.2 (2020-02-04)

29 Dec 14:11
Compare
Choose a tag to compare
Pre-release
  • Added XML documentation comments.
  • Move image rendering to be template based.
  • Added mdt:Null template for disabling Markdown elements.

MdView v0.1 (2020-02-03)

29 Dec 14:10
Compare
Choose a tag to compare
Pre-release

Initial working alpha build.