Skip to content

ember-i18next v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@heathharrelson heathharrelson released this 07 Jul 22:03
· 309 commits to master since this release

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

  • PR #32: Update to use i18next 3. Thanks to @john-coffey for implementing this.
  • PR #33: Return a safe string from the {{t}} helper, allowing translations to contain markup.
  • Miscellaneous code and documentation cleanup: #28, #29, #31, #36.