MarkdownUI 2.3.0
What's Changed
- Added: Mac Catalyst support (#287)
- Added:
FontWidth
, a text style that adjusts the font width (thanks @kirkbig #266) - Changed: Use
#if canImport(...)
instead of#if os(...)
(thanks @MojtabaHs #268) - Fixed: Mac Catalyst build failures (thanks @kirkbig #283)
- Changed: Use
assertSnapshot(of:...)
instead of the deprecatedassertSnapshot(matching:...)
(thanks @kirkbig #284)
Full Changelog: 2.2.0...2.3.0