Skip to content

Releases: maheshj01/searchfield

v1.0.0

21 Mar 01:17
Compare
Choose a tag to compare

What's Changed

  • ListView is always kept in state to maintain scroll offset by @maheshmnj in #130
  • Update README.md by @maheshmnj in #131
  • Tab key should navigate focus to suggestions when visible by @maheshmnj in #129

Full Changelog: v0.9.9...v1.0.0

v0.9.9

13 Mar 22:28
Compare
Choose a tag to compare

What's Changed

  • Update CHANGELOG.md by @maheshmnj in #115
  • Update CONTRIBUTING.md by @maheshmnj in #120
  • Expose onScroll event listener by @maheshmnj in #121
  • Add elevation and shadow color to SuggestionDecoration by @maheshmnj in #123
  • Fix: Incorrect search result passed to onSubmit by @maheshmnj in #128

Full Changelog: v0.9.6...v0.9.9

v0.9.6

06 Mar 17:34
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @maheshmnj in #108
  • Adds keyboard support by @maheshmnj in #111
  • Add hoverColor and selectionColor property to SuggestionDecoration. by @maheshmnj in #113

Full Changelog: v0.9.0...v0.9.6

v0.9.0

08 Dec 01:55
Compare
Choose a tag to compare

Whats New

  • Expose onTap callback to get the tap event on the searchfield
  • Add autoValidateMode property to SearchField

v0.8.9

23 Nov 16:58
d07fdfd
Compare
Choose a tag to compare

Whats New

  • Clip Suggsestions within Material, Fixes issue #44

Release v0.8.8

21 Nov 21:46
Compare
Choose a tag to compare

Whats New

  • adds onTapOutside callback to SearchField Issue #94
  • adds autofocus property to SearchField Issue #105

v0.8.6

20 Oct 01:54
f1f4a9f
Compare
Choose a tag to compare
  • Remove the default scrollbar from listview

v0.8.3

26 May 18:49
Compare
Choose a tag to compare

Fix Regressed Issue: #83

Release v0.7.8

02 May 22:45
Compare
Choose a tag to compare

[0.7.8] - May 02, 2023

  • Fix Issue 77 Add TextCapitalization property to SearchField.