You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IHasNavigationName deleted, NavigationName moved to IScreen.
IHasNavigationParams deleted, get navigationParams() is now directly in ScreenBase. You can handle incoming params in navigate() function (move your logic from applyNavigationParams()).
Added INavigationParent.
Current screens and conductors updated according to the changes above.
@frui.ts/Views
[BREAKING] Ordering of the generic parameters of BindingComponent changed to conform with other components: BindingComponent<TProps, TTarget> changed to BindingComponent<TTarget, TProps>.