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
#214 – Breaking change: AppyxViewTestRule stops supporting automatic launching activity. Activities should be started explicitly in tests.
#197 – Breaking change: ParentNodeView does not implement plugin anymore. Node instance is retrieved via LocalComposition. AppyxParentViewTestRule and AbstractParentNodeView have been removed.
#196 – Breaking change: InteropBuilder now should be supplied with Appyx IntegrationPointProvider to attach it at the same time Appyx Node is created.
#185 – Breaking change: Activity must implement IntegrationPointProvider and create IntegrationPoint manually. Weak references usage has been removed.
#173 – Breaking change: ActivityStarter and PermissionRequester now exposes coroutine based API instead of minimal.reactive.
#200 – Breaking change: Reordered the parameters for ParentNode<NavTarget>.Child and fun <N : Node> NodeHost to meet Compose guidelines.
#43 – Updated: Jetpack Compose to 1.2.1 and Kotlin to 1.7.10.