v5.0.0-pre-release.1
Pre-release
Pre-release
5.0.0-pre-release.1 (2023-08-23)
Bug Fixes
- update state on country change (266b5e9)
Features
- add CountrySelect component (2df22e1)
- provide convenient event listeners instead of onChange (eee54b4)
- simplify component props (49390c7)
BREAKING CHANGES
- package has been rewritten
- simplified event listeners
- value state is now controlled from inside the component
- no need to configure bundler for image imports anymore
- the select component is hidden if no country is
provided - a select is used instead of a button that opens a menu,
this results in better accessibility