Skip to content

Releases: aullman/OpenTok-Angular

v2.0.1

03 Nov 04:10
Compare
Choose a tag to compare

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.

Support for common js modules

16 May 01:32
Compare
Choose a tag to compare

Added support for common js modules so that you can use npm to require it and then use your module bundler of choice.