chrisfarber / ember-breadcrumbs

An Ember.js component for adding breadcrumbs to your app.
MIT License
79 stars 34 forks source link

Ember 2.13.2 Ember.Router.router deprecation #56

Closed adaml881 closed 6 years ago

adaml881 commented 7 years ago

Using ember-breadcrumbs 0.1.9 shows the following deprecation https://emberjs.com/deprecations/v2.x/#toc_ember-router-router-renamed-to-ember-router-_routermicrolib

I'm not using 0.1.10 as there is another issue with that which prevents it working entirely

thijsnado commented 6 years ago

I think this is fixed in this commit: https://github.com/chrisfarber/ember-breadcrumbs/commit/fda5ad52fff398afabebc457a22bf2f61c5891b6 but a new version has not been released yet.

adaml881 commented 6 years ago

@moger777 yes this fixed it thank you.