How to use new version ember addon with old version ember app?

How to use new version ember addon with old version ember app ?

If the addon doesn’t support the app version, then you’ll have to use older versions of the addon that does support the app version (if available). The only other possibility is if polyfills bring support to the older app version that the addon uses, but typically the addons include those to maximize backwards compatibility.