Releases: OCTRI/ember-i18next
ember-i18next 5.0.0
Updates dependencies and adds the ability to catch errors thrown during initialization.
Breaking changes
ember-i18next 5.0.0 updates the i18next dependency to version 19, which contains breaking changes. Review the i18next migration guide carefully prior to upgrading.
New Features
This release adds the ability to customize the behavior when a promise rejects in initLibraryAsync
. Previously ember-i18next would only log the error to the console. For compatibility with previous versions, this is still the default behavior. However, you can now handle errors in a catch block if the rejectError
configuration property is truthy. See the README for details.
Thanks to @mpirio for implementing this new feature.
Changes Included
ember-i18next 4.0.0
Updates i18next and i18next-xhr-backend. No changes to ember-i18next API.
Breaking changes
ember-i18next 4.0.0 contains no changes to the ember-i18next API, but it updates the i18next dependency to version 15, which contains breaking changes. Review the i18next migration guide prior to upgrading.
Changes Included
ember-i18next 3.0.2
ember-i18next 3.0.1
Updates dependencies.
Changes Included
- PR #60: Update merge to fix prototype pollution vulnerability.
ember-i18next v3.0.0
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
ember-i18next v2.1.1
ember-i18next v2.1.0
Changes Included
This release updates dependencies and adds a new computed property macro that updates computed text on locale change. See the README for details on use.
ember-i18next v2.0.0
Breaking Changes
Updates the i18next dependency to version 10, which contains breaking changes. Review README.md and the i18next migration guide prior to upgrading.
Changes included
ember-i18next v2.0.0-beta.1
Breaking Changes
Updates the i18next dependency to version 3, which contains breaking changes. Review README.md and the i18next migration guide prior to upgrading.
Changes included
ember-i18next v1.1.1
Specify the version string to add to the bower.json when the addon is installed, preventing broken builds (see issue #25).