0.2.5 - Web
September 12th, 2024
Features
- Data Source
- Added DataSourceBuilder to the
BlazeSDKinterface for creating data sources based on labels and IDs. - Added a new method in
IWidgetViewinterface called updateDataSource to update the widget's data (after updating the data source, you need to call the reload method)
- Added DataSourceBuilder to the
- Play Story
- 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.
- Added another method to the BlazeSDK interface that enables playing multiple stories with a data source and player style using the playStories function.
Bugs
- 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.
