Skip to content

v2.0.1

Latest

Choose a tag to compare

@aullman aullman released this 03 Nov 04:10
· 7 commits to master since this release

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.