v0.2.0
What's Changed
- chore: simplify CMake by @exploIF in #58
- fix(ios): apply paragraph marginBottom for document-level paragraphs by @magrinj in #62
- fix: return actual markdown content width by @hryhoriiK97 in #59
- fix: disable scroll indicators by @hryhoriiK97 in #57
- feat: implement strikethrough rendering by @hryhoriiK97 in #48
- feat: add text align support for headings and paragraphs by @hryhoriiK97 in #61
- feat: add underline support in Markdown rendering by @hryhoriiK97 in #64
- feat: add marginTop support for block elements in Markdown rendering by @hryhoriiK97 in #65
- feat: add font scaling support by @hryhoriiK97 in #66
- feat: add screen reader support by @hryhoriiK97 in #67
- fix(ios): rename image attachment to avoid duplicate symbol by @hryhoriiK97 in #71
- feat: add allowTrailingMargin prop by @hryhoriiK97 in #73
- feat: onLinkLongPress in EnrichedMarkdownText by @hryhoriiK97 in #75
Breaking changes
- isSelectable has been renamed to selectable.
New Contributors
Full Changelog: v0.1.1...0.2.0