Skip to content

v7.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ijlee2 ijlee2 released this 13 May 17:00
· 14 commits to main since this release
18be69b

Breaking changes

  • The test helpers setupIntl() and addTranslations() now require specifying the locale.
  • The test helpers API has been minimized. (This change is unlikely to impact your projects.)

Note

See https://ember-intl.github.io/ember-intl/docs/migration/v7 for possible migration paths.

Bug fixes

  • The intl service no longer calls setLocale() in the constructor. (In technical terms, locales no longer lists 'en-us' by default. In layman's terms, ember-intl no longer assumes that all projects support 'en-us'.)
  • Used assert() correctly in test helpers.

Dependencies

  • Removed broccoli-stew (unused).
  • Removed extend.
  • Removed fast-memoize (unused).