« All deprecation guides

Deprecation Guide for Ember.HistoryLocation

until: 6.0.0
id: deprecate-import-history-location-from-ember

Previously, HistoryLocation could be accessed via the Ember import:

import Ember from 'ember';

Ember.HistoryLocation

If needed, HistoryLocation can be imported:

import HistoryLocation from '@ember/routing/history-location';