Skip to content

v0.3.0

Latest

Choose a tag to compare

@junyan72 junyan72 released this 01 Jul 00:18
acbdca1

Highlight

v0.3.0 has introduced MacOS support! Note that MacOS support is in beta as it's not as widely tested as iOS. Please try it out and share your feedbacks!

What's Changed

  • Use SwiftUI.Color for all public color types in MarkdownRenderConfig by @junyan72 in #94
  • Introduce MDFont typealias for cross-platform font API by @junyan72 in #96
  • Migrate internal UIFont references to MDFont by @junyan72 in #98
  • Add MDColor typealias and migrate shared files to cross-platform color usage by @junyan72 in #100
  • Add macOS 14+ platform support to Package.swift by @junyan72 in #102
  • Add macOS BlockMathView using NSViewRepresentable with iosMath by @junyan72 in #103
  • Remove unused InlineCitationViewProvider by @junyan72 in #105
  • Switch iosMath dependency to kostub/iosMath v2.3.1 by @junyan72 in #108
  • Update README binary size with measured download and install sizes by @junyan72 in #109
  • Add AppKit paragraph rendering layer with full iOS parity by @junyan72 in #106
  • Fix snapshot tests and add macOS CI validation by @junyan72 in #113
  • Add workflow to record macOS snapshots from CI by @junyan72 in #115
  • Update macOS snapshots from CI runner by @junyan72 in #116

Full Changelog: v0.2.0...v0.3.0