SwiftlySearch Versions Save

A small, lightweight UISearchController wrapper for SwiftUI

v1.2.5

2 years ago

Changelog:

  • Deprecate SwiftlySearch on iOS 15+

v1.2.4

3 years ago

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

3 years ago

Changelog:

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

v1.2.2

3 years ago

Changelog:

  • Respect updates to placeholder and callbacks (#6)

v1.2.1

3 years ago

Changelog:

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

v1.2.0

3 years ago

Changelog:

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

v1.1.0

3 years ago

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

3 years ago

Changelog:

  • Fix 'modifying state during view update' warning

v1.0.1

3 years ago

Changelog:

  • Remove redundant modifier.

v1.0.0

3 years ago

Changelog:

  • Initial release!