Skip to content

Releases: react-native-text-input-mask/react-native-text-input-mask

Add Support for iOS static linking

31 Mar 18:05
Compare
Choose a tag to compare

#207 Now support static linking on iOS (use_frameworks! no longer required) thanks to @netmaxt3r for the PR

Fix android bug with changing value

31 Mar 00:09
Compare
Choose a tag to compare

Fixes a bug on android where changing value prop doesn't cause the field to update it's value

Fix initial value not set

26 Mar 23:14
Compare
Choose a tag to compare

Initial value was not set if using value instead of defaultValue

Fix android crash

26 Mar 23:13
Compare
Choose a tag to compare

Fix regression introduced by Kotlin code conversion

Expose masking options

26 Mar 20:46
Compare
Choose a tag to compare

Refactor to support more customization, the following options have been added:

  • rightToLeft
  • affinityCalculationStrategy
  • customNotations
  • affineFormats

They have not been tested extensively so there might be some bugs

Fix focus listeners

25 Mar 22:34
Compare
Choose a tag to compare
v3.0.4

v3.0.4

Fix auto linking on iOS and cleanup packaging

18 Mar 17:50
Compare
Choose a tag to compare

Packaging was including Pods directory and other development files

Fix packaging

17 Mar 19:11
Compare
Choose a tag to compare

Native resources were missing from npm package

Major Refactor

01 Mar 00:08
Compare
Choose a tag to compare

Version 3.0.0 contains major refactor from original code base, some of the changes include:

  • Move to Swift on iOS and remove forked code from input-mask-ios
  • Upgrade both android and iOS to latest versions of input-mask libraries
  • Now using Typescript!
  • Switched to React functional component and hooks
  • Other improvements namely the handling of value prop changes

v2.0.0

17 Jan 04:23
Compare
Choose a tag to compare

Added podspec support to use with RN 0.60 and above. (#140)