Releases: countries/country_select
Releases · countries/country_select
10.0.0
9.0.0
8.0.3
What's Changed
- Fix when country name is nil. by @zerobearing2 in #222
New Contributors
- @zerobearing2 made their first contribution in #222
Full Changelog: v8.0.2...v8.0.3
8.0.2
8.0.1
What's Changed
- Update README.md by @ron-shinall in #211
- Update installation instructions by @henrik in #208
- Fix deprecated File.exists? on ruby 3.2.0 by @JNajera in #212
- Fix priority country sorting bug by @pmor in #213
- Update countries gem to 5.3 by @pmor in #214
New Contributors
- @ron-shinall made their first contribution in #211
- @henrik made their first contribution in #208
- @JNajera made their first contribution in #212
Full Changelog: v8.0.0...v8.0.1
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
7.0.0
Breaking Changes
- Please note that
countries
5.0.0 has breaking changes. If you use thecountries
gem directly, please refer to https://github.com/countries/countries#upgrading-to-42-and-5x for more information - Removed support for Ruby 2.5 (EOL 2021-03-01) and 2.6 (EOL 2022-03-31)
What's Changed
- Update README.md - Update Org-name by @stefanpenner in #198
- Update gemspec metadata with new urls by @pmor in #199
- Drop support for EOLd Ruby 2.5 and 2.6 by @pmor in #200
- Upgrade countries gem to 5.0.0 by @pmor in #201
New Contributors
- @stefanpenner made their first contribution in #198
Full Changelog: v6.1.1...v7.0.0
Fix Deprecation
- #195 - Fix deprecation warning on ISO3166::Country.find_by_name (@filipemendespi)
Upgrade to countries 4.2
This also adds Rails 7 and Ruby 3.1 to the build.