Skip to content

Releases: aurelia/i18n

2.2.0

08 May 22:47
Compare
Choose a tag to compare

aurelia-i18n 2.2.0

Bug Fixes

Features

  • relative-time: months and years to Arabic translation (0ae50d8)
  • relative-time: months and years to Japanese translation (af2ecce), closes #261
  • t-attribute: fallback on missing key (976157b)

2.1.2

24 Feb 06:39
Compare
Choose a tag to compare

aurelia-i18n 2.1.2

Bug Fixes

2.1.1

25 Jan 05:28
Compare
Choose a tag to compare

aurelia-i18n 2.1.1

Bug Fixes

  • t-attribute: convert to string (6d962d3)

2.1.0

15 Nov 04:49
Compare
Choose a tag to compare

aurelia-i18n 2.1.0

Bug Fixes

  • PAL: support for pal-nodejs (66412a8)
  • relative-time: error on missing lng (5deb4d2)
  • relative-time: fix japanese locale name (42ec461)
  • ts: workaround for allowSyntheticDefaultImports (ec6dbbe)

Features

  • relative-time: aurelia-relativetime-signal (cce3b09)

2.0.0

02 Oct 07:59
Compare
Choose a tag to compare

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

10 Jul 03:40
Compare
Choose a tag to compare

aurelia-i18n 1.6.2

Bug Fixes

  • Don't try to parse translation json if already parsed.

1.6.1

31 May 00:13
Compare
Choose a tag to compare

aurelia-i18n 1.6.1

Bug Fixes

1.6.0

27 Apr 04:17
Compare
Choose a tag to compare

aurelia-i18n 1.6.0

Bug Fixes

  • df: Number.isInteger helper (8bb1a87)

1.5.1

19 Apr 03:47
Compare
Choose a tag to compare

Documentation update.

1.5.0

10 Apr 03:34
Compare
Choose a tag to compare

aurelia0i18n 1.5.0

Bug Fixes

  • rt: default interpolation as fallback (9407c58)

Features

  • relative-time: relative time bindingbehavior (fdddded)