Why they remove component events from Api...?

I cant find didInsertElement, willInsertElement… etc in ember Api docs 2.2.0… where they are?

Definitely a bug in the documentation. The lifecycle hooks are still supported.

https://github.com/emberjs/ember.js/blob/d38cadd99aa1fbeea5b603b4eff2b94fb3fe74ec/packages/ember-views/lib/mixins/view_support.js#L476-L505

1 Like