Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 2.34 KB

This project adheres to Semantic Versioning.

Change Log

Version 0.1.3 (2019-12-27)

  • Fix: Indicator showing up under a search item currently in focus, allowing the item to be clicked. See commit: 67530a2
  • Fix: Event onItemSelected receiving a AppCompatEditText class name due to toString being called on view instead of text property. See commit: 886d13f
  • New: Replaced default animation duration with configurable styleable attribute. See commits: 6f98492 & 8f0ea77
  • Optimization: Remove redundant edit text view properties which are set programmatically at runtime. See commit: cbb1515

Version 0.1.2 (2019-12-27)

  • Fix: Call onItemSelected when a search item is removed and the selection is changed. See commit: e8a6441
  • Fix: Set selectedSearchItemTab reference to null when it is the only child item in the parent view. See commit: 552bace
  • Optimization: Remove EasingInterpolator library. See commit: 2c513dd
  • Optimization: Moved isSearchMode flag from MultiSearchContainer into MultiSearchPresenter, allowing usecase to update the state of the view. See commit: 310d369
  • Optimization: Removed unused SimpleAnimatorListener contract. See commit: 8b18015

Version 0.1.1 (2019-12-24)

Initial production release