Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@kkuegler kkuegler released this 20 Aug 21:17

Version 5.0 changes the way we augment Vue types for the global $t and $i18next variables. This is a breaking change for some setups.

There are no new features, just this change and updated dependencies.

Migration from v4.x

(Re-phrasing the Vue Router changelog for an analogous change):

This release replaces declare module '@vue/runtime-core' with declare module 'vue' like it's supposed to be. If you (or packages you use) are also augmenting @vue/runtime-core, you will likely have to change it to vue. It is also recommended to use an up-to-date TypeScript version (>=5.4) and "moduleResolution": "Bundler" in your tsconfig.json.

No other changes/migration necessary.

Migration from v3.x

See the updated documentation for the exact breaking changes and upgrade information.

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0