Skip to content

Releases: n4kz/react-native-material-textfield

0.16.0

24 Oct 20:53
Compare
Choose a tag to compare

Added

  • left and right keys for contentInset prop
  • labelOffset prop
  • FilledTextField component
  • OutlinedTextField component

Changed

  • Accessory view positioning

0.15.0

17 Oct 18:09
Compare
Choose a tag to compare

Added

  • contentInset prop

Changed

  • Refactored helper layout for consistent line height
  • Improved RTL support for helper
  • Improved label animation
  • label prop was made optional

Removed

  • titleFontSize prop
  • labelHeight prop
  • labelPadding prop
  • inputContainerPadding prop

0.14.1

15 Oct 15:21
Compare
Choose a tag to compare

Fixed

  • Collapsing layout outside of ScrollView
  • Visible sideline on some Android versions

0.14.0

14 Oct 20:57
Compare
Choose a tag to compare

Added

  • lineType prop
  • formatText prop for masked input support
  • isPlaceholderVisible() method

Changed

  • Refactored componentDidUpdate and improved animation

Fixed

  • Label and Helper text color in disabled state
  • Multiline title and error messages
  • Multiline layout on iOS

0.13.0

12 Oct 11:31
Compare
Choose a tag to compare

Added

  • renderLeftAccessory prop
  • renderRightAccessory prop
  • .isDefaultVisible() method
  • .isErrored() method
  • .setValue() method

Changed

  • defaultValue prop becomes current value on focus
  • value prop provides only initial value
  • TextField refactored to improve internal layout
  • TextField refactored to be fully uncontrolled component
  • Line refactored to render all types of underlines
  • Focus and label animations refactored for better performance

Removed

  • renderAccessory prop

Fixed

  • Crash on null value for value prop
  • Deprecation warnings for React component lifecycle methods
  • Text position for Label and Affix on Android

0.12.0

12 Oct 11:32
Compare
Choose a tag to compare

Added

  • RTL support

Fixed

  • Multiline input on Web platform

0.11.0

12 Oct 11:32
Compare
Choose a tag to compare

Added

  • lineWidth prop
  • activeLineWidth prop
  • disabledLineWidth prop

Fixed

  • Normalized clearTextOnFocus behaviour
  • Disabled underline on Android

0.10.0

12 Oct 11:33
Compare
Choose a tag to compare

Added

  • inputContainerPadding prop
  • inputContainerStyle prop
  • disabledLineType prop