ember-a11y / a11y-announcer

An accessible ember route change announcer
http://ember-a11y.github.io/a11y-announcer
MIT License
44 stars 6 forks source link

Incompatible with ember 3.7 due to 'ember-cli-document-title' addon dependency #11

Open ATurn312 opened 5 years ago

ATurn312 commented 5 years ago

The ember-cli-document-title addon used by this addon is calling 'self.router', which has been deprecated/removed in ember, causing error.

See ember-cli-document-title issue #83

acorncom commented 12 months ago

This has been handled and can be closed