Release 0.3.0
·
52 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: cursor position when inserting image by @kacperzolkiewski in #337
- feat: add setSelection method by @IslamRustamov in #311
- chore: avoid double text copy in selection change - iOS by @IvanIhnatsiuk in #349
- fix: selecting text - recycled android view by @exploIF in #343
- fix: scrolling when height is not provided - android by @exploIF in #342
- feat: add heading styles by @IvanIhnatsiuk in #236
- feat: do not emit text when onChangeText is not set by @IvanIhnatsiuk in #348
- fix: add images offset when parsing html by @kacperzolkiewski in #340
- feat: improve new lines handling performance in inline code styles by @IvanIhnatsiuk in #350
- fix: android span watcher by @exploIF in #359
- fix: resetting styles when deleting newline by @kacperzolkiewski in #333
- fix: ordering in ordered list by @kacperzolkiewski in #362
- feat: link detection regex by @exploIF in #353
- feat: change onChangeState event API by @kacperzolkiewski in #344
- fix: font scaling when changing font size from system settings by @kacperzolkiewski in #352
- feat: add onKeyPress callback by @IvanIhnatsiuk in #242
- fix: reapplying spans by @exploIF in #370
- fix: android links detection by @exploIF in #375
- fix: android links detection after pasting text by @exploIF in #376
- fix: building RN 0.79 and RN 0.80 - android by @exploIF in #377
Breaking changes
onChangeStatehas been renamed toonChangeStateDeprecated. From now on we recommend usingonChangeState,onChangeStateDeprecatedwill be removed in future releases.
New Contributors
- @maksymilianrojek made their first contribution in #326
- @IslamRustamov made their first contribution in #311
Full Changelog: v0.2.1...v0.3.0