Skip to content

v4.0.0

Compare
Choose a tag to compare
@mydea mydea released this 28 Oct 10:26
· 69 commits to master since this release

This release removes the dependency on ember-cli-ifa.

Updating from 3.x

If you only had ember-cli-ifa installed for this addon, you can safely remove it from the list of your dependencies, as well as all configuration for it.

How does fingerprinting work now?

It works as before, only that we automatically pick up if it should be fingerprinted based on the ember-cli-build.js settings - no need to configure anything else. You only need to make sure that .json files are fingerprinted - we also warn (at build time) when that is not the case.

Are there any other major changes?

Mostly, this should be a drop-in update. The only breaking change is that jsonPath on the l10n service does not work anymore. Instead, you can configure that in the config/environment.js now (if necessary).