v0.31.0
·
329 commits
to develop
since this release
🚀 Features
- Hover icon on linked text
- PR: #288
- Expose table row and header to offer more configuration flexibility on tables
- PR: #290
- Refactor to use
withLinkintroduced in Compose 1.7 for links in the annotated string- PR: #294
- Introduce support for complex blockquotes
- PR: #309
- Improve accessibility for MarkdownHeader.
- PR: #318
- Update dependencies
- PR: #320
- Introduce support for task list items
- PR: #317
🐛 Fixes
- Add more configuration options for list paddings
- PR: #281
- Fix inline link might navigate wrong
- PR: #292
- Fix import not failing in local build
- PR: #295
- Adjust how HARD_LINE_BREAK is interpreted
- PR: #305
- Better handle BR and EOL occurrences
- PR: #307
- Fix AUTOLINK in LINK causing issues
- PR: #313
🧪 Tests
- Introduce new snapshot tests
- PR: #310
💬 Other
- Update dependencies
- PR: #282
- Update sample app icon
- PR: #291
- Include convention plugin from version-catalog
- PR: #293
- Enhance backwards compatiblity
- PR: #306
- Update to Coil 3.1.0
- PR: #308
- Retrieve
markdownComponentsviaLocalMarkdownComponents- PR: #312
- Include Binary Compatibility Validator
- PR: #314
- Setup m3 snapshot tests alongside m2 tests
- PR: #321