SHSearchBar Versions Save

The search bar that doesn't suck.

2.1.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Blackjacx/SHSearchBar/compare/2.0.0...2.1.0

2.0.0

3 years ago

TL;DR

This version is all about making SHSearchBar compatible with SPM and Swift 5.3.

Details

I had to say goodbye to Cocoapods and Carthage. Since Apple recommends to not make assumptions about resource locations I have to use Bundle.module (read more about it here and here) which is not auto-generated by Carthage or Cocoapods at the moment. Apart from that I cannot detect the dependency manager at runtime and therefore would have to fallback to my own resource location algorithm. I don't know if this was intended by Apple 🤷...

Closed PRs

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago
  • #38: Make String Extension localized Internal To Avoid Naming Conflicts - @blackjacx.

1.4.1

6 years ago
  • #33: Fix Pod Try To Quick Try Pod Example - @blackjacx.
  • Add example for search bar in UINavigationBar - @blackjacx.

1.4.0

6 years ago

Changed

Fixed

1.3.0

6 years ago

Changed

  • #28: Make it possible to avoid internal cancel button - @blackjacx.