react-native v0.0.1-alpha.13
over 2 years ago by ReadMe API
What's New?
- few disruptive changes as part of renaming component and enums.
- renamed internal used core widget container component from
LLWidgettoLLCoreWidgetwhere its responsible for loading widget details and rendering widget UI - renamed internal component
LLTimelineWidgetto more cohesive name asLLWidgetwhich is used byLLWidgets. - renamed
LLWidgetscomponentTimelineWidgetComponentprop name toWidgetComponent. - renamed
WidgetTimelineModeenum toWidgetMode. - renamed enum value from
WidgetMode.INTERACTIVEtoWidgetMode.INTERACTIVE_TIMELINE. - added
interactiveTimeoutandonInteractiveTimeoutprops to followup based widgets.
Fixes:
- fix prediction followup UI when rendered in
LLWidgetswith popup mode. - fix auto hiding prediction and its followup widget when interactive time is elapsed as part of
LLWidgetsin popup mode.
