8.0.0
Breaking Changes
- The countries provided in
priority_countries
will now be sorted by country name, to have a uniform behaviour with theonly
list. To preserve the order of the provided list, add thesort_provided: false
option as shown in https://github.com/countries/country_select#usage
What's Changed
- Update countries gem to 5.1.0 by @pmor in #205
- Add deprecation warning for old priority country syntax by @pmor in #203
- Allow option to preserve the sort order as inputted in the
only
array of countries by @pmor in #202
Full Changelog: v7.0.0...v8.0.0