Skip to content

Releases: ubaldop/vue-country-flag

v2.3.2

23 Nov 09:56
3a9f5dc
Compare
Choose a tag to compare

v2.3.1

22 Nov 17:16
b41da5d
Compare
Choose a tag to compare

It solves:

#64
#69
#72
#74
#75
#85

v.2.2.0

12 Jul 21:18
b5c0308
Compare
Choose a tag to compare

Fixes #73

v2.1.1

02 May 09:35
b1ce41f
Compare
Choose a tag to compare

Solves #57.

v2.1.0

01 May 17:58
17c2664
Compare
Choose a tag to compare

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

08 Apr 18:10
Compare
Choose a tag to compare

This patch release makes the component usable on Vue3, fixing issue #48.

v2.0.3

23 Dec 10:44
9ea03a9
Compare
Choose a tag to compare

This patch version adds the Soviet Union flag (see #40). Thanks to @Qeenon for reporting it.

v2.0.2

01 Nov 17:00
Compare
Choose a tag to compare
Patch release

It introduces the improvement proposed in #37 (thanks @nikajorjika)

v2.0.1 - CSS issues fixed

01 May 07:30
8ea7880
Compare
Choose a tag to compare

This fixes:

  • Andorra flag not visible with AdBlock (see #27)
  • CSS base class renamed (see #28)

v2.0.0

11 Apr 20:02
19f8813
Compare
Choose a tag to compare
  • New prop added (i.e.: rounded) to show flag with border-radius
  • Missing flags added (#20)
  • .vue file removed from final npm bundle (#23)