Releases: AstrOOnauta/react-native-country-select
Releases · AstrOOnauta/react-native-country-select
v0.3.8
v0.3.7
- Removed postinstall script and clean up package dependencies;
- Updated lib documentation.
v0.3.6
- Postinstall script for react-native-safe-area-context installation;
- Updated lib documentation.
v0.3.5
v0.3.4
v0.3.3
- Added customFlag prop to component;
- Updated library documentation.
v0.3.2
- Added allowFontScaling prop to component;
- Updated library documentation.
v0.3.1
- Fixed bottomsheet modal behavior;
- Updated lib documentation.
v0.3.0
✨ Features ✨
- Multi-Select for Countries: The engine to select multiple countries is now available, providing greater flexibility for forms and data filters;
- Alphabetic Filter: Quickly navigate long country lists using the new alphabetical filter directly within the modal;
- Updated countries search in the CountrySelect component to prevent errors with trailing whitespace.
Refinements:
- Codebase Cleanup: The internal code has been reorganized for better maintainability and clarity;
- Improved docs: Updated library documentation for better clarity.
v0.2.6
- Fixed styles in CountrySelect component.