react-country-region-selector
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -29,3 +29,3 @@ // Type definitions for react-country-region-selector 3.0.1 by | ||
*/ | ||
onChange: (val: string, e?: React.ChangeEvent<T>) => void; | ||
onChange: (val: string, e: React.ChangeEvent<T>) => void; | ||
@@ -39,3 +39,3 @@ /** | ||
*/ | ||
onBlur?: (val: string, e?: React.ChangeEvent<T>) => void; | ||
onBlur?: (val: string, e: React.ChangeEvent<T>) => void; | ||
@@ -157,3 +157,3 @@ /** | ||
*/ | ||
onChange: (val: string, e?: React.ChangeEvent<T>) => void; | ||
onChange: (val: string, e: React.ChangeEvent<T>) => void; | ||
@@ -167,3 +167,3 @@ /** | ||
*/ | ||
onBlur?: (val: string, e?: React.ChangeEvent<T>) => void; | ||
onBlur?: (val: string, e: React.ChangeEvent<T>) => void; | ||
@@ -170,0 +170,0 @@ /** |
{ | ||
"name": "react-country-region-selector", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "CountryDropdown and RegionDropdown React components for your forms.", | ||
@@ -40,3 +40,3 @@ "author": "country-regions", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"country-region-data": "^1.10.0", | ||
"country-region-data": "^1.11.0", | ||
"cross-env": "^5.1.4", | ||
@@ -43,0 +43,0 @@ "enzyme": "^3.6.0", |
@@ -179,2 +179,5 @@ # react-country-region-selector | ||
### Changelog | ||
- `3.4.0` - Oct 24, 2021 | ||
- Typings fix. | ||
- Upgrade country-region-data to 1.11.0. | ||
- `3.3.0` - Aug 17, 2021 | ||
@@ -181,0 +184,0 @@ - Upgrade country-region-data to 1.10.0. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
239121
1805
271