Allowing you to update the props for the layout container. So now if you eg. want to change from fixedRatio=false to fixedRatio=true you can do that. The downside is I had to create a new scope for the layout container which means you now need to $broadcast('otLayout') instead of $emit('otLayout') to get the layout container to update. This is why I bumped the major version.