Skip to content

Releases: kizitonwose/CountryPickerView

3.3.0

02 Oct 16:00
Compare
Choose a tag to compare

3.2.0

27 Mar 11:54
Compare
Choose a tag to compare
  • Improve RTL support (thanks @zfoltin)
  • Update Tokelau's flag (thanks @zfoltin)
  • Bump deployment target to iOS 9.0

3.1.3

02 Aug 15:51
Compare
Choose a tag to compare
  • Add method func excludedCountries(in countryPickerView: CountryPickerView) -> [Country] to CountryPickerViewDataSource.

3.1.2

18 Apr 14:49
Compare
Choose a tag to compare
  • Notify the delegate when the selected country is set programmatically.

3.1.1

05 Apr 05:53
Compare
Choose a tag to compare
  • Add country - Curacao (thanks @zfoltin)

3.1.0

01 Mar 18:16
Compare
Choose a tag to compare
  • Sort countries using their localized names if available (thanks @remy-shopopop)

3.0.9

22 Feb 14:13
Compare
Choose a tag to compare
  • Allow showing the country name on the view (thanks @itsniper)

3.0.8

12 Feb 18:35
Compare
Choose a tag to compare

Fix UISearchController crash.

3.0.7

06 Jan 12:07
Compare
Choose a tag to compare
  • Remove country - Netherlands Antilles
  • Add country - Sint Maarten

3.0.6

15 Dec 12:58
Compare
Choose a tag to compare
  • Make countries property public in CountryPickerView class.