Skip to content

Releases: fram-x/react-native-styled-text

v1.1.2

07 Nov 11:05
Compare
Choose a tag to compare
  • Fixed unnecessary version locks, i.e. removed yarn.lock from repository

v1.1.1

30 Sep 16:17
Compare
Choose a tag to compare
  • Automated pull request fixing a security vulnerabilities.
  • Upgraded packages

v1.0.6

25 Apr 13:54
Compare
Choose a tag to compare
1.0.6

Release 1.0.1

09 Jun 14:19
090c5d5
Compare
Choose a tag to compare

Release notes:

  • Added online demo to doc

Release 1.0.0

09 Jun 13:00
61c6661
Compare
Choose a tag to compare

Release notes

  • Changed from using text property to "standard" children property.
  • Updated demo project to react 16.8.3 and react-native 0.59.9

Release 0.3.0

28 Nov 22:43
1eb5c0f
Compare
Choose a tag to compare

Features:

  • Made StyledText default export, allowing import StyledText from 'react-native-styled-text';
  • Added TypeScript definitions

Release 0.2.0

31 Oct 16:54
ec507bf
Compare
Choose a tag to compare

Feature

  • Support RN Text properties

Updated docs

Release 0.1.4

21 Oct 20:46
5e1cad7
Compare
Choose a tag to compare
  • Handle undefined/null 'text'
  • Documentation: improved examples

Release 0.1.3

21 Oct 18:24
8df1dfa
Compare
Choose a tag to compare
  • Added underline style in predefined styles
  • Added screenshot of example for android

Release 0.1.2

24 Sep 18:25
4aa500e
Compare
Choose a tag to compare

Fix doc publishing