Sling.js 11.0.0 has been released and comes with a number of improvements.
- Fix bug where structural directive on one Element would prevent
correct application of structural directive on another Element during
change detection cycle. - Fix bug where lifecycle hooks would not be called for nested consumed
class. - Fix bug where trying to render a nested consumed class would throw an
exception in Sling Core. - Add automated test to cover nested consumed class lifecycle hook calls.
- Add automated test to cover slonlyself directive.
- Add automated test to cover nested consumed class rendering.