Releases: software-mansion/react-native-enriched
Releases · software-mansion/react-native-enriched
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
Release 0.1.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: android - measurement improvements by @exploIF in #221
- fix: ios scrolling issues by @exploIF in #224
- fix: android - conflicting headings and bold by @exploIF in #245
- fix: parsing empty elements by @exploIF in #247
- feat: simplify iOS events emitting blocking by @szydlovsky in #250
- fix: setting up default values, initial events emitting by @exploIF in #252
- feat: iOS Html entities handling by @szydlovsky in #258
- fix: handle style conflicts during automatic links detection by @kacperzolkiewski in #257
- feat: add scrollEnabled prop by @IvanIhnatsiuk in #226
- fix: iOS links by @szydlovsky in #272
- feat: unify initial text/html iOS emitting with Android by @szydlovsky in #270
- feat: make tags with no href or empty href not treated as links by @szydlovsky in #260
- fix: android layout calculation delay by @exploIF in #269
New Contributors
- @kacperzolkiewski made their first contribution in #254
- @IvanIhnatsiuk made their first contribution in #226
Full Changelog: v0.1.5...v0.1.6
Release 0.1.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: ios layout issues by @exploIF in #209
- chore: upgrade example to 0.82.1 by @exploIF in #213
- fix: measuring component size for inline and code blocks by @exploIF in #214
- fix: toggling lists - android by @exploIF in #216
- fix: measuring layout for lists and blockquotes - android by @exploIF in #217
- fix: text break strategy - layout calculation - android by @exploIF in #218
- chore: improve marking operation as a transaction by @exploIF in #215
Full Changelog: v0.1.4...v0.1.5