Releases: jump-sdk/jetpack_compose_country_code_picker_emoji
Releases · jump-sdk/jetpack_compose_country_code_picker_emoji
2.2.8
What's Changed
- auto-detect code from a number phone by @omarsanchezv, now we can receive a number with the country code on it and it will identify the country
2.2.7
-general update of the dependencies
-Compose bumps up to 1.60
2.2.6
- Improvements for no error and background colors (thanks for your first commit @PierreNicol !)
- Upgrades Kotlin to 1.9.20
2.2.5
2.2.4
- Improves accessibility for rows in country picker dialog (thanks @ankur2136 )
- Keyboard customization options with
keyboardOptions
andkeyboardActions
(thanks @tanany365 ) - Other accessibility and internal improvements
2.2.3
Thanks @ankur2136 for several contributions!
- Prevent auto focus crash introduced in previous release
- Fix hint for Indian phone number
- Fix some country name translations in Dutch and French
2.2.2
Thanks to @ankur2136 for his first several contributions! 🎉
- Fixes for autofill formatting and callback
- Fix for default text style color
- Enhanced touch target for search field accessibility
- Auto focus search field when opening country dialog
- Fix for cursor position in search field hint
- Auto hide keyboard and free focus and number autofill
2.2.1
2.2.0
- Adds ability to pass in initial phone country and number (i.e. for editing), thanks @tanany365 !
- Publicly expose
CountryDialog
andCountryData
for other uses. (Note: this is an early release and the CountryDialog API may change.) - Fixed country codes for Guadeloupe and Samoa
- Added some missing number hints
- Upgrade to Compose 1.5.2