Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

54 lines (41 loc) · 1.45 KB

Change Log

Version 1.4.2 (2020-05-23)

  • Fix: Perform click method not triggering spinner.
  • Fix: Set ime options to never show keyboard.
  • Fix: Use default box stroke color for unfocused color.

Version 1.4.1 (2019-12-27)

  • Fix: Issue where toString was not invoked for null items.
  • Fix: Dismiss popup when view is detached from window.
  • Fix: Crash when using null handler.

Version 1.4.0 (2019-08-13)

  • Feature: Add support for onFocusChangeListener callback.

Version 1.3.3 (2019-08-13)

  • Fix: Save and restore instance state.

Version 1.3.2 (2019-07-13)

  • Fix: Align drawable with hint for new Material 1.1.0-alphaXX.

Version 1.3.1 (2019-06-29)

  • Fix: Added fix for error view incorrect position in pre API 18.

Version 1.3.0 (2019-06-28)

  • New: Added RTL support.

Version 1.2.0 (2019-06-27)

  • New: Added support for custom drawables.
  • New: Added support for text color customization.
  • New: Added support for text size customization.

Version 1.1.0 (2019-06-17)

  • New: Add bottom sheet spinner mode.

Version 1.0.1 (2019-06-17)

  • Fix: Add support for Material 1.1.0-alphaXX.

Version 1.0.0 (2019-06-13)

  • Initial release.