Skip to content

Releases: Polyconseil/vue-gettext

v2.0.4

09 Dec 16:59
Compare
Choose a tag to compare

Fixed a "bug" in the dist files introduced in v2.0.3.

The problem was caused by using both named and default exports in index.js.

However, Rollup (which we use to build the dist files) has a drawback when using named and
default exports together, see:

If we had kept named and default exports in index.js, a user would have to
do something like this to access the default export: GetTextPlugin['default'].

v2.0.3

09 Dec 15:28
Compare
Choose a tag to compare

Fixed a bug to ensure to always use the same Vue instance.

v2.0.2

15 Nov 18:14
Compare
Choose a tag to compare

Added a release script to automate the publish process and avoid errors whith version numbers.

v2.0.1

15 Nov 18:13
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

Failed release.

I messed up with the package number.

The npm package has been unpublished.

2.0.0

15 Nov 18:13
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

Failed release.

I messed up with the branch 2.x merge and the dist contained the wrong files.

The npm package has been unpublished.