Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

44 lines (31 loc) · 1.42 KB

[2.2.4] - 18/7/2024

  • Updates for app dependencies
  • Updates for Android gradle & build tools
  • Updates for Android native libraries

[2.2.3] - 20/4/2022

Fix for autoListing

[2.2.2] - 20/4/2022

Added a new parameter [autoListing] which allows the user to display the initial results directly without having to search (in this case it shall display an items <= [maxElementsToDisplay])

[2.2.1] - 20/4/2022

Fix for searchItemsWidget implementation + adding it into example code to show how it should be passed

[2.2.0] - 20/4/2022

  • Added a new parameter [searchItemsWidget] which allows the user to add a custom widget for results listing instead of the default one.
  • Now onSearchClear and maxElementsToDisplay are Optional.

[2.1.0] - 11/3/2022

Handled some cases with lost widget state

[2.0.0] - 30/7/2021

Added Null Safety Support

[1.0.6] - 22/7/2020

Updated documentation related to the new onItemTap functionality

[1.0.5] - 22/7/2020

Added the functionality to add custom onTap logic when one of the search results is tapped

[1.0.4] - 19/7/2020

Updated README.

[1.0.3] - 19/7/2020

Fixed a bug where you were not able to search if a search term had a same letter multiple times

[1.0.2] - 12/7/2020

Edited description in README to fit Pub's specification

[1.0.1] - 12/7/2020

Added more documentation to the README.MD

[1.0.0] - 12/7/2020

Added some more fine grain controls to the AutoSearchInput