Skip to content

v0.4.0

Choose a tag to compare

@hryhoriiK97 hryhoriiK97 released this 10 Mar 14:18
· 146 commits to main since this release
8a6bf62

What's Changed

New Features

  • feat: add support for LaTeX math rendering in markdown by @hryhoriiK97 in #119
  • feat: add horizontal scroll to math blocks when content overflows by @hryhoriiK97 in #135
  • feat: make iosMath and AndroidMath dependencies optional via build-time flags by @hryhoriiK97 in #136
  • feat: implement image caching on Android and iOS by @hryhoriiK97 in #138
  • feat: add streaming animation support for newly appended content by @hryhoriiK97 in #139

Fixes & Improvements

  • fix(android): preserve nested renderer block style context by @longseespace in #115
  • refactor(android): remove unused StyleConfig parameter from ListConte… by @hryhoriiK97 in #117
  • fix(ios): solve block image aspect ratio issue by @hryhoriiK97 in #118
  • fix(ios): update line height configuration in ListItemRenderer to use the same approach as paragraph by @hryhoriiK97 in #122
  • fix(android): prevent crash when rendering LaTeX in tables on background thread by @hryhoriiK97 in #125
  • fix(android): apply table fontSize to cell content instead of paragraph fontSize by @hryhoriiK97 in #126
  • docs: enhance README with LaTeX math rendering details and usage notes by @hryhoriiK97 in #127
  • fix(android): honor emphasisFontStyle normal without custom font family by @hryhoriiK97 in #128
  • fix(android): exclude link color from preserve list when it matches paragraph color by @hryhoriiK97 in #129
  • perf(ios): add measurement cache and reduce per-cell layout overhead by @hryhoriiK97 in #132
  • fix(android): render table correctly when lineHeight is not specified by @hryhoriiK97 in #134
  • fix(ios): prevent stale measurement when view content is out of sync by @hryhoriiK97 in #137
  • fix: update display link frame rate to use maximum display refresh rate by @hryhoriiK97 in #141
  • fix: prevent parent Pressable from firing onPress on link/task tap by @hryhoriiK97 in #143
  • chore: update baseline profile with new spans and utilities by @hryhoriiK97 in #144
  • fix: add ProGuard keep rules for AndroidMath and FreeType JNI classes by @hryhoriiK97 in #145
  • chore: release 0.4.0 by @hryhoriiK97 in #146

New Contributors

Full Changelog: 0.3.0...0.4.0