Skip to content

Commit 975be7f

Browse files
Version Packages (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea4af1b commit 975be7f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/true-cobras-appear.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-native-youtube-bridge
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- ea4af1b: fix: add missing origin parameter for YouTube iframe API security
8+
- Pass webViewUrl as origin parameter to resolve iframe API restrictions
9+
- Fix embed access issues when enablejsapi=1 is used
10+
311
## 0.4.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-youtube-bridge",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)