Skip to content

0.13.0

Compare
Choose a tag to compare
@n4kz n4kz released this 12 Oct 11:31
· 78 commits to master since this release

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