Releases: aurelia/i18n
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
aurelia-i18n 2.0.0
With this new major release of the aurelia-i18n plugin, we catch up with the fast iterating library i18next. We're upgrading from 3.4.1 to 9.0.0 to enable all the recent feature improvements. Although this big leap didn't introduce any issues with our current tests, we'd like to point out that support for the deprecated options to i18next v1 is dropped, as of this release, by our base dependency. This explains why we're bumping the aurelia-i18n major version as well, in order to give you time to catch up and try out any potential edge cases.
If you experience any issues related to i18next, please make use of the official issue ticker, all plugin-related issues are as always welcome in our repository. As an additional note, we'd like to ask, as stated in the issue template, please always include a minimal reproducible example of your issue, so that analyzing and fixing your problem gets done as fast as possible.
Bug Fixes
- attribute: check parent node on remove (375a745)
- relative-time: updated translations for french locale (fa922db)
Features
- i18next: update to v9.0.0 (fa64f3e)
BREAKING CHANGES
- i18next: all tests passed, this might introduce some compatibility issues due to dropping support for i18next options of type v1. See details in i18next changelog; fixes #199
1.6.2
1.6.1
aurelia-i18n 1.6.1
Bug Fixes
- t-attribute: warning when using reserved word (a5b833f), closes /github.com/aurelia/i18n/issues/218#issuecomment-304611266
- uf: properly escape dot in RegExp (0ee7dbb)
- uf(): remove all thousand separators (5741270)
- uf(): remove all thousand seperators (40f549d)
1.6.0
1.5.1
Documentation update.
1.5.0
aurelia0i18n 1.5.0
Bug Fixes
- rt: default interpolation as fallback (9407c58)
Features
- relative-time: relative time bindingbehavior (fdddded)