Skip to content

Releases: Polyconseil/vue-gettext

v2.0.24

11 Oct 09:26
Compare
Choose a tag to compare

Add support for Object.assign in IE < Edge - See #52 Thanx @tokyoincode and @tabe1hands

v2.0.23

11 Aug 07:05
Compare
Choose a tag to compare

Bug Fix: Don't use window which causes errors with server side rendering - See #44 and #45 Thanx @karudo

v2.0.22

03 Aug 07:16
Compare
Choose a tag to compare

Bug Fix: Fix Number.isNaN not supported in IE 11 - See #41 Thanx @trainiac

v2.0.21

26 Jul 06:59
Compare
Choose a tag to compare

Bug Fix: fix newlines in v-translate directive - See #15 and #38 Thanx @tabun-matadorov

v2.0.20

25 Jul 16:14
Compare
Choose a tag to compare

Support custom params in both component and directive. Add a workaround for v-for as well.

Thanx @hworld for the suggestion, see #17
Thanx @kennyki for the implementation, see #36

v2.0.19

13 Jul 06:11
Compare
Choose a tag to compare

Ensure that pluralization is right in English when there are no English translations - See #33 Thanx @trainiac

v2.0.18

11 Jul 16:29
Compare
Choose a tag to compare

Bug Fix: avoid a crash when a msgid exists with and without a context - See #32 Thanx @narrowtux

v2.0.17

30 Jun 06:54
Compare
Choose a tag to compare

Display a warning in the console when the mustache syntax is used with vue-gettext - See #31 Thanx @kennyki

v2.0.16

28 Jun 16:10
Compare
Choose a tag to compare

Bug Fix: fix problems with v-if - See #29 and #6 Thanx @kennyki

v2.0.15

01 Jun 14:58
Compare
Choose a tag to compare

Bug Fix: fix broken recursion - See #24 and 29c5673#commitcomment-22242469