Releases: LonelyCpp/react-native-youtube-iframe
Releases · LonelyCpp/react-native-youtube-iframe
2.0.0
BREAKING
-
static HTML is uploaded onto github pages and the package then opens this to handle videos (by default).
- github pages link
- code
- use
useLocalHTML
prop to go back to the old behaviour
-
base URL is no longer
'about:blank'
if you've overriddenonShouldStartLoadWithRequest()
1.4.1
1.4.0
- add contentScale prop
- fix "seek" script to return true (removes warning from injected js)
(community contributions)
1.3.0
- add a fullscreen callback in android (thanks to work by @GomesLuis479 and @kubanac95)
- better typescript bindings (thanks to @JonEsparaz)
- better documentation with docusaurus 2 (https://lonelycpp.github.io/react-native-youtube-iframe/)
1.2.4
- fix typescript declarations (by @todorone)
- add webViewZoom toggle, documentation (by @dpwilhelmsen)
- fix minimist dependency vulnerability