v7.0.0-beta.1
版本发布时间: 2024-04-12 22:02:36
ember-intl/ember-intl最新发布版本:v7.0.6(2024-09-09 14:26:10)
Breaking changes
- Removed
ember generate translation
- Removed
@intl
and@t
macros - Removed the use of
@dependentKeyCompat
decorator
[!NOTE] See https://ember-intl.github.io/ember-intl/docs/migration/v7 for possible migration paths.
Bug fixes
- The removal of
@dependentKeyCompat
should have fixed the errorYou attempted to update _locale [...] in the same computation.
that you might have seen inember-intl@v6
. (thanks to @Windvis)
Features
None.