Skip to content

Releases: country-regions/react-country-region-selector

2.1.0

28 Mar 23:46
Compare
Choose a tag to compare

Dependencies update.

2.0.0

21 Mar 17:56
Compare
Choose a tag to compare
  • Typings fixes
  • Dependency updates

1.4.7

25 Dec 04:34
Compare
Choose a tag to compare
  • Typings file added.
  • Country region data updated.

1.4.5

10 Oct 04:57
Compare
Choose a tag to compare
  • country region data updated to 1.5.0
  • RegionDropdown component updated to refactor deprecated componentWillReceiveProps method
  • misc dependency updates

1.4.4

10 Oct 03:33
Compare
Choose a tag to compare

Country data update.

1.4.3

02 Dec 19:07
Compare
Choose a tag to compare
  • RegionDropdown converted to PureComponent; now updates on any prop change
  • country region data updated to 1.4.5

1.4.2

18 Nov 18:55
f12b1d7
Compare
Choose a tag to compare
  • customOptions setting added for the Region dropdown.
  • priorityOptions option added to the CountryDropdown to allow placing countries at the top.

1.4.1

09 Sep 17:12
Compare
Choose a tag to compare

Bug fix for invalid data source JSON parsing (region dropdowns were showing both shortcode and region names).

1.4.0

09 Sep 17:11
Compare
Choose a tag to compare
  • Breaking change: the library is no longer exported in UMD format. Now only exported in es6 (dist/rcrs.es.js) and commonJS (dist/rcrs.js) format. This library is intended for use in React applications.
  • Breaking change: no longer available via Bower. I don't recall ANY react component used via Bower, so if I'm mistaken here, open a github issue to explain you use case and I can re-add it. If you need UMD, check out the []plain vanilla version](https://github.com/country-regions/country-region-selector).
    country-region-data updated to latest version (1.4.4)
  • You can now pass arbitrary attributes to the components (e.g. style={{ color: 'red' }} and have them output in the markup)
  • the old gulp build process updated to use rollup.
  • this component library, the source data set and the plain vanilla JS version are now all grouped under a single github organization.

Milestone: https://github.com/country-regions/react-country-region-selector/milestone/1?closed=1

1.3.0

12 Apr 05:31
Compare
Choose a tag to compare

Bug fix for invalid country; onBlur event added.