Releases: react-native-bridges/react-native-youtube-bridge
Releases · react-native-bridges/react-native-youtube-bridge
@react-native-youtube-bridge/[email protected]
Patch Changes
- d2b1b03: fix: migrate from bun to pnpm to resolve workspace dependency resolution issues
- Bun changeset publish fails to resolve workspace dependencies
- Migrated from bun to pnpm for stable monorepo workflow
- Updated CI/CD configurations for pnpm compatibility
- Updated dependencies [d2b1b03]
- @react-native-youtube-bridge/[email protected]
@react-native-youtube-bridge/[email protected]
Patch Changes
- 3a3112d: fix: remove private flag to enable npm publishing
- Updated dependencies [3a3112d]
- @react-native-youtube-bridge/[email protected]
@react-native-youtube-bridge/[email protected]
Patch Changes
- d2b1b03: fix: migrate from bun to pnpm to resolve workspace dependency resolution issues
- Bun changeset publish fails to resolve workspace dependencies
- Migrated from bun to pnpm for stable monorepo workflow
- Updated CI/CD configurations for pnpm compatibility
@react-native-youtube-bridge/[email protected]
Patch Changes
- 3a3112d: fix: remove private flag to enable npm publishing
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Minor Changes
- 6ed4d00: feat: add flexible rendering modes with webViewUrl configuration
- Add webViewUrl prop for custom source URL configuration
- Support baseUrl setting for inline HTML mode to resolve embed restrictions
- Support URI override for WebView mode with custom player pages
- Update documentation with rendering configuration guide
v0.3.1
v0.3.0
Minor Changes
-
4925df0: feat: add flexible source prop to support videoId and URL
[!note]
❗ BREAKING CHANGE: videoId prop replaced with source prop- source accepts string (videoId/URL) or object {videoId} | {url}
- Add useYouTubeVideoId hook for internal parsing
- Support multiple YouTube URL formats