GuidesAPI ReferenceRelease Notes
HomeLog InHome
Release Notes

1.4.4 - React Native

ChangeLog

Added

  • Added support for more widget presets. This is a breaking change. To migrate the existing preset to the new presets please change values for the widget's presetWidgetLayout property to:
    • For Story Widget Row -> from 'widgetCircle' to 'StoriesWidget.Row.circles'.
    • For Story Widget Row -> from 'widgetRectangle' to 'StoriesWidget.Row.verticalRectangles'.
    • For Story Widget Grid -> from 'twoColumnsTheme' to 'StoriesWidget.Grid.twoColumnsVerticalRectangles'.
    • For Story Widget Grid -> from 'threeColumnsTheme' to 'StoriesWidget.Grid.threeColumnsVerticalRectangles'.
    • For Moments Widget Row -> 'widgetCircle' is not supported anymore officially.
    • For Moments Widget Row -> from 'widgetRectangle' to 'MomentsWidget.Row.verticalRectangles'.
    • For Moments Widget Grid -> from 'twoColumnsTheme' to 'MomentsWidget.Grid.twoColumnsVerticalRectangles'.
    • or Moments Widget Grid -> from 'threeColumnsTheme' to 'MomentsWidget.Grid.threeColumnsVerticalRectangles'.

  • Added videos widgets BlazeVideosGridView and BlazeVideosRowView.
  • Added new methods to BlazeIMADelegate and BlazeGAMDelegate to provide more extra parameters for the ad requests.

Breaking changes

  • Renamed blazeMomentsPlayerStyle and blazeStoryPlayerStyle to playerStyle in order to align naming.