« All deprecation guides

Deprecation Guide for Ember.FEATURES

until: 6.0.0
id: deprecate-import-features-from-ember

Previously, FEATURES could be accessed via the Ember import:

import Ember from 'ember';

Ember.FEATURES

If needed, FEATURES can be imported:

import { isEnabled, FEATURES } from '@ember/canary-features';