Skip to content

Releases: thislooksfun/SwiftlySearch

v1.2.5

08 Jun 00:10
a718441
Compare
Choose a tag to compare

Changelog:

  • Deprecate SwiftlySearch on iOS 15+

v1.2.4

01 Mar 04:09
7741806
Compare
Choose a tag to compare

Changelog:

  • Fixes an issue where ObservableObjects would update continuously (and send the cpu to 100%) when there was text in the search box (#10, #11)

v1.2.3

25 Nov 04:22
3a20859
Compare
Choose a tag to compare

Changelog:

  • Fixed an update loop when using ObservableObjects (#10)

v1.2.2

06 Nov 03:27
e23cc7e
Compare
Choose a tag to compare

Changelog:

  • Respect updates to placeholder and callbacks (#6)

v1.2.1

09 Aug 16:48
a9a9101
Compare
Choose a tag to compare

Changelog:

  • Fix text binding not propagating changes to the searcher (#5)

v1.2.0

02 Aug 22:03
234ff08
Compare
Choose a tag to compare

Changelog:

  • Add optional searchClicked callback.
  • Add optional cancelClicked callback.

v1.1.0

16 Jul 22:56
020890e
Compare
Choose a tag to compare

Changelog:

  • Add placeholder support
  • Add ability to configure hidesNavigationBarDuringPresentation
  • Add ability to configure hidesSearchBarWhenScrolling
  • Add ability to have an independent search results display view

v1.0.2

13 Jul 03:44
0e88590
Compare
Choose a tag to compare

Changelog:

  • Fix 'modifying state during view update' warning

v1.0.1

13 Jun 19:22
02a46e6
Compare
Choose a tag to compare

Changelog:

  • Remove redundant modifier.

v1.0.0

13 Jun 17:22
b561f48
Compare
Choose a tag to compare

Changelog:

  • Initial release!