Releases: ubaldop/vue-country-flag
Releases · ubaldop/vue-country-flag
v2.1.0
This fixes #26 through the removal of the encoded flags images as a base64 string in the component CSS.
From this version onward, the component loads the flag images as a separate file. Because of this, now its footprint is improved (~700kb less, see #30).
v2.0.4
This patch release makes the component usable on Vue3, fixing issue #48.
v2.0.3
This patch version adds the Soviet Union flag (see #40). Thanks to @Qeenon for reporting it.
v2.0.2
Patch release
It introduces the improvement proposed in #37 (thanks @nikajorjika)
v2.0.1 - CSS issues fixed
This fixes:
- Andorra flag not visible with AdBlock (see #27)
- CSS base class renamed (see #28)
v2.0.0
- New prop added (i.e.: rounded) to show flag with border-radius
- Missing flags added (#20)
- .vue file removed from final npm bundle (#23)