React Country Region Selector Versions Save

Country-region dropdowns for your React forms

2.1.0

4 years ago

Dependencies update.

2.0.0

4 years ago
  • Typings fixes
  • Dependency updates

1.4.7

4 years ago
  • Typings file added.
  • Country region data updated.

1.4.5

4 years ago
  • country region data updated to 1.5.0
  • RegionDropdown component updated to refactor deprecated componentWillReceiveProps method
  • misc dependency updates

1.4.4

4 years ago

Country data update.

1.4.3

5 years ago
  • RegionDropdown converted to PureComponent; now updates on any prop change
  • country region data updated to 1.4.5

1.4.2

5 years ago
  • customOptions setting added for the Region dropdown.
  • priorityOptions option added to the CountryDropdown to allow placing countries at the top.

1.4.1

5 years ago

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

1.4.0

5 years ago
  • 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

6 years ago

Bug fix for invalid country; onBlur event added.