Releases: software-mansion/react-native-enriched
Releases Β· software-mansion/react-native-enriched
Release 0.6.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(android): drawing async image on physical device by @kacperzolkiewski in #538
- fix(iOS): remove unused RCTTextInputUtils.h import by @kacperzolkiewski in #540
- fix(android): parsing empty lists by @exploIF in #542
- fix(android): mentions handling by @exploIF in #541
Full Changelog: v0.6.0...v0.6.1
Release 0.6.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: content is clipped when lineHeight is set by @kacperzolkiewski in #473
- fix(iOS): body tag handling crash by @szydlovsky in #480
- fix(iOS): redundant check in headings parsing by @aljs in #479
- feat: add returnKeyType, submitBehavior, onSubmitEditing, returnKeyLabel props by @IslamRustamov in #379
- fix: extending paragraph style on paste by @kacperzolkiewski in #472
- fix(android): block mention events when cursor is inside a finalized mention span by @Jianlong-Nie in #489
- fix(android): link turns into plain text by @kacperzolkiewski in #502
- feat(iOS): attributes remake by @szydlovsky in #481
- fix(iOS): empty html blocks parsing by @kacperzolkiewski in #504
- docs: add supported tags, conflicting/blocking logic by @kacperzolkiewski in #507
- fix(iOS): correct animated WebP frame timing on iOS by @fendent in #509
- fix(iOS): memory leak caused by retain cycle in layout manager and input parser by @IvanIhnatsiuk in #513
- fix(iOS): preserve image orientation by @kacperzolkiewski in #521
- fix(iOS): add error handling in html parsing by @kacperzolkiewski in #508
- fix: handling of zero-width space (ZWS) offset inside parser by @kacperzolkiewski in #500
New Contributors
- @aljs made their first contribution in #479
- @Jianlong-Nie made their first contribution in #489
- @fendent made their first contribution in #509
Full Changelog: v0.5.2...v0.6.0
Release 0.5.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- test: add e2e tests setup by @pkaramon in #447
- fix(android): parsing initial html by @exploIF in #462
- fix(android): selection calculations by @exploIF in #463
- fix(iOS): updating font size by @exploIF in #466
- fix(iOS): default value scroll by @exploIF in #465
New Contributors
Full Changelog: v0.5.1...v0.5.2
Release 0.5.1
Immutable
release. Only release title and notes can be modified.
Release 0.5.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(iOS): add support for lineHeight by @kacperzolkiewski in #420
- feat(Android): line height by @exploIF in #431
- feat(iOS): add support for adding custom context menu items by @kacperzolkiewski in #422
- feat(iOS): normalizing html by @kacperzolkiewski in #435
- chore: drop RN 0.79 and RN 0.80 support by @exploIF in #390
- chore: remove onChangeStateDeprecated by @exploIF in #438
- feat(Android): context menu items by @exploIF in #433
- feat: android html normalizer by @exploIF in #442
- feat: add removeLink method by @kacperzolkiewski in #441
- fix(iOS): nil
NSParagraphStylecrashes by @szydlovsky in #450
Major changes
onChangeStateDeprecatedhas been removed- support for React Native
0.79and0.80has been dropped
Full Changelog: v0.4.1...v0.5.0
Release 0.4.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(iOS): drawing image in proper place by @kacperzolkiewski in #424
- fix(iOS): prevent extending link styles by @kacperzolkiewski in #421
- fix(android): merging and splitting paragraph styles by @exploIF in #428
- fix(Android): removing paragraph styles by @exploIF in #430
Full Changelog: v0.4.0...v0.4.1
Release 0.4.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: checkbox list - android by @exploIF in #363
- feat(iOS): Add checkbox list by @kacperzolkiewski in #366
- fix: focus events types by @exploIF in #389
- fix(Android): newline insertion in lists by @kacperzolkiewski in #401
- fix(ios): mention parsing by @kacperzolkiewski in #405
- fix: remove unnecessary native onChangeStateDeprecated code by @kacperzolkiewski in #406
- fix: remove applying typing attr when toggling checkbox by @kacperzolkiewski in #410
- feat: Font size independent iOS headings by @szydlovsky in #413
- feat: add support for pasting images by @kacperzolkiewski in #384
- chore: RN 0.84 by @exploIF in #414
Full Changelog: v0.3.0...v0.4.0
Release 0.3.0
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
Release 0.2.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: applying styles when setting default value by @kacperzolkiewski in #308
- feat: add clang-format by @IvanIhnatsiuk in #232
- chore: clang setup by @exploIF in #316
- fix: emitting onEndMention event - android by @exploIF in #317
- chore: upgrade example app to use RN 0.83 by @exploIF in #320
- fix: handle conflicts between paragraphs by @kacperzolkiewski in #306
- feat: get HTML value imperatively by @qoobes in #310
- chore: update docs - getHtml by @exploIF in #327
- fix(Android): recalculating layout after changing html styles by @IvanIhnatsiuk in #233
- fix:
parsing inside codeblock and blockquote by @kacperzolkiewski in #319 - fix(iOS): remove unnecessary spaces during html preparation by @kacperzolkiewski in #321
- fix: merging conflicting paragrah styles by @kacperzolkiewski in #330
- fix(iOS): draw elements only in visible area by @IvanIhnatsiuk in #325
- fix(iOS): do not set the selection on the link when applying the initial styles by @IvanIhnatsiuk in #314
- feat(iOS): async image loading by @IvanIhnatsiuk in #318
New Contributors
Full Changelog: v0.2.0...v0.2.1
Release 0.2.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: iOS nested tags by @szydlovsky in #274
- fix: iOS startMention check range by @szydlovsky in #278
- feat: proper iOS first renders measurements by @szydlovsky in #277
- feat: add support for codeblock on iOS by @kacperzolkiewski in #253
- feat: add support for inline image on iOS by @kacperzolkiewski in #271
- fix: styles merging logic by @exploIF in #281
- fix: parsing empty elements by @exploIF in #284
- feat: make iOS mentions work with a single space by @szydlovsky in #289
- feat: remake first measure logic to not use a static member by @szydlovsky in #288
- feat: add dimensions to images by @kacperzolkiewski in #285
- fix: removing all characters from a line logic on iOS by @szydlovsky in #296
- feat: mentions with space - android by @exploIF in #286
- fix: codeblock radius on Android by @kacperzolkiewski in #294
- fix: ios scrolling issues by @exploIF in #299
- feat: add support for remote images on Android by @kacperzolkiewski in #301
- fix: merging adjacent continuous paragraph styles on Android by @kacperzolkiewski in #302
- feat: do not parse spannable if it's not needed - Android by @exploIF in #307
- fix: merging codeblocks when deleting first character by @kacperzolkiewski in #309
- docs: update codeblock and inline image docs by @kacperzolkiewski in #300
- fix: toggling inline styles - Android by @exploIF in #313
Full Changelog: v0.1.6...v0.2.0