Skip to content

Tags: akinncar/react-native-mask-text

Tags

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent the use of onChangeText on the initial render (#256)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: autocapitalize prop (#224)

* add autocapitalize prop to react native textinput

* update snapshots

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add yarn.lock (#225)

v0.13.2

Toggle v0.13.2's commit message

Verified

This commit was signed with the committer’s verified signature.
akinncar Akinn Rosa
chore: bump node to v18 in workflows

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use raw value instead of unmasked (#101)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow usage without a mask (#99)

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change path for typescript folder on package (#93)

Fix: compiled code not working with typescript on the latest version

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add bold, italic, underline (#86)

* chore: changing jest file config

* refactor: organizing type imports

* feat: add bold/italic/underline text

* test: add bold/italic/underline text

* fix: fix eslint errors

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add auto capitalize option (#63)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: type intellisense for mask type prop

* fix: add jsx support for ts compiler

* feat: Type intellisense for mask type prop