v7.0.0-beta.6
版本发布时间: 2024-05-20 18:15:42
ember-intl/ember-intl最新发布版本:v7.0.6(2024-09-09 14:26:10)
Breaking changes
- Provided native types for the
intl
service. (This may cause TypeScript and Glint to produce new linting errors.) - Minimized API of the
intl
service. - Minimized API of the helpers.
[!NOTE]
Use your text editor's Find feature with the pattern
this.intl(?!\.t)
, to check if you might have used an API of theintl
service that no longer exists or is now private.The options
allowEmpty
,default
, andresilient
, once associated with theformat*()
andt()
methods, have no effect and can be removed.See https://ember-intl.github.io/ember-intl/docs/migration/v7 for possible migration paths.
Features
- The
intl
service lets end-developers specify what to do when a translation is missing - The
intl
service lets end-developers specify what to do when@formatjs/intl
errors