1.6.1 - React Native
March 12th, 2026
Changelog
Android
Breaking Changes
- Replaced
ctaVisibility({ type: "alwaysVisible" }/{ type: "visibleAfterOverlayHidden", duration }) with a simpleisVisible?: booleanonBlazeVideosPlayerCtaStyle
Added
- Added Chromecast support for Videos player —
castingfield inBlazeVideosPlayerButtonsStyle,stopActiveCastingSession()method, andsetCastingDelegate()for casting state change events - Added Picture-in-Picture support for Videos player —
pictureInPicturefield inBlazeVideosPlayerButtonsStyle,BlazePipConfigurationwithenterPipOnAppBackground,stopActivePiPSession()/isPiPActive()methods, andsetPipDelegate()for PiP state change events - Added Moments auto-advance —
BlazeMomentsPlaybackConfigurationwithloopBehavior(infiniteLoop/loopAndAdvance) prop on Moments widgets, plussetDefaultMomentsPlaybackConfiguration()/getDefaultMomentsPlaybackConfiguration()methods - Added
showSearchScreen(options?)method with optionalsuggestionsDataSource - Added
searchbutton toBlazeMomentsPlayerButtonsStyle - Added
seekForward/seekBackwardbuttons toBlazeMomentsPlayerButtonsStyleandBlazeVideosPlayerButtonsStyle - Added
setPreferredLanguage()/getPreferredLanguage()methods for content language preference - Added
BlazeDataSourceType.Searchfor free-text content search - Added
disableAnalyticsmethod to stop analytics collection while keeping event callbacks and content delivery - Added
promotedLabelstoBlazeRecommendationsType.ForYou - Added
appendMomentsToPlayer()method to append content to an already-open moments player - Added
playbackModificationHandlercallback to modify the playback URL before video starts - Added
isVisiblefield to CTA style for Stories and Moments players - Added
captionsbutton toBlazeVideosPlayerButtonsStyle - Added
forceRotationbutton toBlazeVideosPlayerButtonsStyle - Added
entryContentIdparameter to entry point methods (playVideos,playVideo, etc.) - Added
BlazeVideosPlaybackConfigurationfor video widgets and playback methods - Added
setDefaultVideosPlaybackConfiguration()/getDefaultVideosPlaybackConfiguration()methods - Added
followEntitytoBlazeMomentsPlayerStyle - Added
visibilityConditionfor custom action buttons — show/hide based on content metadata conditions (exists,equals,in,range,and/or/not) - Added
BlazeExtraInfoKeyPresetenum for accessing content metadata keys
Improvements
- Added accessibility support
- Improved video caching performance
iOS
Breaking Changes
- Raised minimum iOS deployment target to 15.0
- Replaced
ctaVisibility({ type: "alwaysVisible" }/{ type: "visibleAfterOverlayHidden", duration }) with a simpleisVisible?: booleanonBlazeVideosPlayerCtaStyle
Added
- Added AirPlay support for Videos player —
castingfield inBlazeVideosPlayerButtonsStyle,stopActiveCastingSession()method, andsetCastingDelegate()for casting state change events - Added Picture-in-Picture support for Videos player —
pictureInPicturefield inBlazeVideosPlayerButtonsStyle,BlazePipConfigurationwithenterPipOnAppBackground,stopActivePiPSession()/isPiPActive()methods, andsetPipDelegate()for PiP state change events - Added Moments auto-advance —
BlazeMomentsPlaybackConfigurationwithloopBehavior(infiniteLoop/loopAndAdvance) prop on Moments widgets, plussetDefaultMomentsPlaybackConfiguration()/getDefaultMomentsPlaybackConfiguration()methods - Added
showSearchScreen(options?)method with optionalsuggestionsDataSource - Added
searchbutton toBlazeMomentsPlayerButtonsStyle - Added
seekForward/seekBackwardbuttons toBlazeMomentsPlayerButtonsStyleandBlazeVideosPlayerButtonsStyle - Added
setPreferredLanguage()/getPreferredLanguage()methods for content language preference - Added
BlazeDataSourceType.Searchfor free-text content search - Added
disableAnalyticsmethod to stop analytics collection while keeping event callbacks and content delivery - Added
promotedLabelstoBlazeRecommendationsType.ForYou - Added
appendMomentsToPlayer()method to append content to an already-open moments player - Added
playbackModificationHandlercallback to modify the playback URL before video starts - Added
isVisiblefield to CTA style for Stories and Moments players - Added
captionsbutton toBlazeVideosPlayerButtonsStyle - Added
forceRotationbutton toBlazeVideosPlayerButtonsStyle - Added
entryContentIdparameter to entry point methods (playVideos,playVideo, etc.) - Added
BlazeVideosPlaybackConfigurationfor video widgets and playback methods - Added
setDefaultVideosPlaybackConfiguration()/getDefaultVideosPlaybackConfiguration()methods - Added
followEntitytoBlazeMomentsPlayerStyle - Added
visibilityConditionfor custom action buttons — show/hide based on content metadata conditions (exists,equals,in,range,and/or/not) - Added
BlazeExtraInfoKeyPresetenum for accessing content metadata keys
Improvements
- Added accessibility support
- Improved content and HLS prefetching performance
- Improved video caching performance
