Skip to content

Releases: AppAndFlow/react-native-transformer-text-input

Release 0.4.1

Choose a tag to compare

@janicduplessis janicduplessis released this 19 Jun 05:25
5d09e56

0.4.1 (2026-06-19)

Bug Fixes

  • allow web transformer to run without a compiled worklet (#13) (f85bffb)

Release 0.4.0

Choose a tag to compare

@janicduplessis janicduplessis released this 19 Jun 03:34
c6594fe

0.4.0 (2026-06-19)

Bug Fixes

  • android: forward REACT_NATIVE_MINOR_VERSION to JNI build for RN >= 0.84 (#8) (cb778b1)

Features

  • add web support for TransformerTextInput (#12) (3697760)

Release 0.3.0

Choose a tag to compare

@janicduplessis janicduplessis released this 18 Jun 19:13
9717172

0.3.0 (2026-06-18)

Features

  • add international auto-detect mode to PhoneNumberTransformer (#11) (502653a)

Release 0.2.0

Choose a tag to compare

@janicduplessis janicduplessis released this 18 Jun 16:25
f66b456

0.2.0 (2026-06-18)

Features

  • handle national trunk prefix in PhoneNumberTransformer (#10) (ca7bed1)

Release 0.1.0

Choose a tag to compare

@janicduplessis janicduplessis released this 27 Apr 20:51
348a703

0.1.0 (2026-04-27)

Bug Fixes

  • android: make EditText accessible with display: contents (#6) (a5bb4ef)
  • fix CI test and iOS build failures (6653985)
  • pre-transform defaultValue for correct initial layout (f1ddd6d)
  • re-run transformer on transformerId prop change (#5) (156253a)
  • use defaultValue as previousValue in pre-transform (c1971fb)
  • use executeOnUIRuntimeSync for registry setup (4c63bba)

Features

  • add CurrencyTransformer formatter (#4) (17aec15)
  • add includeCallingCode option to PhoneNumberTransformer (b44bfca)
  • multi-country phone number formatting with crash fix (db5e9fb)

Release 0.1.0-alpha.0

Release 0.1.0-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@janicduplessis janicduplessis released this 01 Jan 02:43
568d53a

0.1.0-alpha.0 (2026-01-01)

Features

  • Initial release