- simplify promise typing, to better represent how the promise is used - just to know when the plugin has finished initialising
- fix: error when using strictMode when utils not loaded
- fix: add types field to ./data and ./utils exports for moduleResolution: bundler
- for country array options, ignore individual invalid entries rather than the whole array
- fix null pointer exception
- fix types for destroy method setting null everywhere
- improve dropdown type-to-search when countrySearch disabled e.g. match Réunion
- pass the new country data to the countrychange event handler
- fix(TypeError): guard selectedCountry before toggling disabled
- fix Enter key selecting country during IME composition.