Skip to content

ember-i18next v3.0.0

Compare
Choose a tag to compare
@heathharrelson heathharrelson released this 09 Nov 19:02
· 251 commits to master since this release

Updates dependencies and migrates to use the new Ember testing APIs.

Breaking changes

ember-i18next 3.0.0 drops support for Ember 1.13. The addon has been tested with Ember 2.16 LTS, 2.18 LTS and Ember 3.x, but it should work down to version 2.3.

Version 3.0.0 also updates the i18next dependency to version 11, which contains breaking changes. Review the i18next migration guide prior to upgrading.

Changes Included

  • PR #56: Use the new Ember testing API.
  • PR #57: Update addon dependency to Ember 3.4.
  • PR #58: Update to the latest i18next and i18next-xhr-backend.