Releases: mojoaxel/bootstrap-select-country
Releases · mojoaxel/bootstrap-select-country
v4.2.0
- feat: Add the ability to search by "country name" when flags are activated [cfaf44f]
- fix: Remove useless code code which causes displaying double flag in the button [495ccd3]
- chore: Update project dependencies [43dc37c]
Thx to @dali-rajab
v4.1.0
- feat: select countries; fixes #4
- chore(docs): add minimal usage example to README; fixes #3
v4.0.0
- seperated css from js
- added "Fork me on GitHub" rippon
v3.1.0
- Allow multible default values.
- Renamed source folder from "js" to "src".
v3.0.0
- Use inline world-flags-sprite instead on flag images.
- Code cleanup.
ES6 and rollup
- Build library with rollup.
- Use i18n-iso-countries instead of hard-coded countries.
- ES6 Support