GuidesAPI ReferenceRelease Notes
HomeLog InHome
Release Notes

0.2.5 - Web

Features

  1. Data Source
    1. Added DataSourceBuilder to the BlazeSDK interface for creating data sources based on labels and IDs.
    2. Added a new method in IWidgetView interface called updateDataSource to update the widget's data (after updating the data source, you need to call the reload method)
  2. Play Story
    1. Added a new method to the BlazeSDK interface that allows playing a single story using a story ID and player style through the playStory function.
    2. Added another method to the BlazeSDK interface that enables playing multiple stories with a data source and player style using the playStories function.

Bugs

  1. Fixed a bug where swiping left or right failed to trigger the appropriate events for both story page exit and story exit. This ensures that the events are now fired when navigating between stories.