Skip to content

Releases: gonzalezreal/swift-markdown-ui

MarkdownUI 0.3.0

08 Jan 17:33
Compare
Choose a tag to compare
  • Scale images to fit the Markdown view
  • Fix build for Mac Catalyst environment
  • Update AttributedText dependency to 0.2.1. This fixes the layout issues in macOS.
  • Add support for relative URLs in markdown images, using the markdownBaseURL view modifier.
  • Add initializers to create a Document with the content of the file at a given path.

MarkdownUI 0.2.0

03 Jan 18:29
Compare
Choose a tag to compare
  • Use AttributedText 0.2.0, which improves how the view height adapt to its contents
  • Add Markdown snapshot tests, replacing the renderer tests (and thus fixing #20)

MarkdownUI 0.1.1

31 Dec 09:27
Compare
Choose a tag to compare
  • Use a version-based requirement for cmark dependency to fix package resolution
  • Use AttributedText 0.1.6

MarkdownUI 0.1.0

29 Dec 11:37
Compare
Choose a tag to compare
Update README