Skip to content

Releases: Qeepsake/react-native-smart-text

v0.3.4

04 Jun 09:15
Compare
Choose a tag to compare

0.3.4 (2021-06-04)

Bug Fixes

  • tooling: fixed various issues with release automation (7893ce7)

v0.3.3

02 Jun 19:50
Compare
Choose a tag to compare

0.3.3 (2021-06-02)

Bug Fixes

  • tooling: added release automation and pre-commit hooks (7eab994)

Pre-release Fixes

30 Sep 14:21
Compare
Choose a tag to compare
Pre-release Fixes Pre-release
Pre-release
  • Fixed asterisk bold and italics markdown parsing (SmartText feature 2.) and added pre-commit hooks 39c8ba5

v0.3.1...vpatch

0.1.0

27 Sep 13:32
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

The <SmartText /> component contains a number of abilities:

  1. Emoji 😄🥶🤯 it uses node-emoji under the hood
  2. Markdown support for italics and bold (breaks nesting and will be fixed in next version)
  3. Nested text support e.g. <SmartText size={12} color='black'>My nested <SmartText bold>test!</SmartText> where parent props will be inherited by children.