Skip to content

Latest commit

 

History

History
179 lines (78 loc) · 7.59 KB

File metadata and controls

179 lines (78 loc) · 7.59 KB

1.5.0 (2026-01-13)

Bug Fixes

  • Adds alert blocks and code copy feature (c0dbb77)

Features

  • added full theming support (a07011c)

1.4.0 (2026-01-10)

Bug Fixes

  • resolve issue with dark mode text colors and update sample (93fa2c9)

Features

  • added dark mode support for some backgrounds and text and update sample app (68f695c)

1.3.18 (2025-12-08)

Bug Fixes

  • removed emoji support of markdig (d3ad951)

1.3.17 (2025-11-28)

Bug Fixes

1.3.16 (2025-11-17)

Bug Fixes

  • introduced now properties for default image size (55ea588)

1.3.15 (2025-11-17)

Bug Fixes

  • horizontal / vertical image options and spacing issue (a34be4a)

1.3.14 (2025-11-11)

Bug Fixes

1.3.13 (2025-09-11)

Bug Fixes

  • replace Unicode replacement character with proper bullet for unordered lists (4a9025e)

1.3.12 (2025-08-03)

Bug Fixes

  • Adds image aspect ratio support (ad23e47)
  • Removes unused Image declaration (b9ea85c)

1.3.11 (2025-08-03)

Bug Fixes

  • Adds image sizing support to MarkdownView (ea6a346)
  • correctly handle data URL images in LoadImageAsync method (620ad74)

1.3.10 (2025-07-30)

Bug Fixes

  • Updates Maui dependencies and target versions (252fb21)

1.3.9 (2025-06-30)

Bug Fixes

  • Updates Maui and Markdig package versions (32bb3f7)

1.3.8 (2025-06-11)

Bug Fixes

  • #38 Improves markdown rendering and error handling (71de69f)

1.3.7 (2025-06-03)

Bug Fixes

  • Updates package versions (ad4544c)

1.3.6 (2025-05-21)

Bug Fixes

  • Improves table and list rendering in MarkdownView (1974a63)

1.3.5 (2025-05-10)

Bug Fixes

  • Table and list rendering issues (f5654a2)

1.3.4 (2025-05-02)

Bug Fixes

  • Improves text wrapping in Markdown view (cfdc533)

1.3.3 (2025-04-17)

Bug Fixes

  • refactored to use Markdig Parser (5a12bfb)

1.3.2 (2025-03-09)

Bug Fixes

  • migration to skiasharp 3.x (f17541f)

1.3.1 (2025-03-03)

Bug Fixes

  • Index out of range exception in tables (9e02abc)

1.3.0 (2025-02-14)

Features

1.2.1 (2025-01-28)

Bug Fixes

1.2.0 (2025-01-07)

Features

  • Add intended code line in code block. Since the lines are trimmed when adding to code block, this will make the added line more formatted or indented inside the code block. (44e0641)

1.1.0 (2024-11-21)

Features

  • #16: add support for email link handling (ec3982f), closes #16