Release 0.7.0
·
38 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Highlights
EnrichedText Component: Introducing a powerful new component for html rendering.
Experimental Web Support: This release includes initial, experimental support for web platform
Breaking changes
Style Type Update: The style prop type has been updated from ViewStyle | TextStyle to EnrichedInputStyle.
What's Changed
- feat(web): add headings, blockquotes and codeblocks by @pkaramon in #549
- fix(iOS): pasting copied screenshots by @jstarner in #558
- fix(iOS): formatting stripped when autocorrect applied by @kacperzolkiewski in #551
- fix(iOS):
onLinkDetectedfires multiple times with partial ranges for multi-word links by @kacperzolkiewski in #555 - feat(android): EnrichedText by @exploIF in #400
- feat(iOS): EnrichedText by @kacperzolkiewski in #532
- feat(web): unordered and ordered lists by @pkaramon in #560
- feat(web): links by @pkaramon in #561
- fix(android): image parsing inside lists by @kacperzolkiewski in #569
- feat(web): onLinkDetected by @pkaramon in #565
- feat(web): removeLink by @pkaramon in #573
- fix(iOS):
onKeyPressnot fired forBackspaceon emptyEnrichedTextInputby @amillez in #574 - fix(iOS): typo on UIKit imports by @altsanz in #578
- fix(android): parsing empty lines to html by @kacperzolkiewski in #579
- feat(web): checkbox list by @pkaramon in #575
- fix(android): inline styles line overlapping by @kacperzolkiewski in #580
- chore: switch style to EnrichedInputStyle by @pkaramon in #581
- docs: enriched text docs by @exploIF in #590
- docs: create web docs by @pkaramon in #588
New Contributors
- @jstarner made their first contribution in #558
- @amillez made their first contribution in #574
- @altsanz made their first contribution in #578
Full Changelog: v0.6.1...v0.7.0