Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

67 lines (50 loc) · 3.92 KB

Change Log

[Unreleased]

[2.1.0] - 2023-08-08Z

[2.0.0] - 2020-09-18

[1.7.0] - 2019-05-05

[1.6.0] - 2018-12-18

[1.5.0] - 2018-09-25

[1.4.3] - 2018-07-12

[1.4.2] - 2018-07-12

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

[1.4.1] - 2018-02-16

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

[1.4.0] - 2017-11-22

Changed

Fixed

[1.3.0] - 2017-10-26

Changed

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

[1.2.1] - 2017-10-16

Changed

  • Update podspec by removing non-source from sources - @blackjacx.

[1.2.0] - 2017-09-29

Added

  • #15: Translations for DE EN ES FR IT JA ZHHANS and RU - @blackjacx.
  • First responder handling by forwarding related calls directly to the textfield - @blackjacx.

Changed

  • #26: Conversion to Swift 4 - @blackjacx.
  • #2: Improves code documentation - @blackjacx.
  • #14: Adopts swift 3 naming conventions - @blackjacx.
  • Replaces non-swifty implementation of optional SHSearchBarDelegate methods by a default implementation of each method on a protocol extension - @blackjacx.
  • Resigns and resets the textField per default when pressing cancel button - @blackjacx.
  • Left and right view is now property of the config object - @blackjacx.
  • Replaces textColor and textBackgroundColor with textAttributes in config - @blackjacx.

Fixed

Removed

  • Boxed type from specs since Swift3 uses Any for dictionary values that includes structs - @blackjacx.