« All deprecation guides

Deprecation Guide for Ember.changeProperties

until: 6.0.0
id: deprecate-import-change-properties-from-ember

Previously, changeProperties could be accessed via the Ember import:

import Ember from 'ember';

Ember.changeProperties

changeProperties is also private.

There is no replacement for this API.