Skip to content

1.0.0-rc01

Compare
Choose a tag to compare
@zsoltk zsoltk released this 13 Oct 08:58
· 378 commits to 1.x since this release
  • #214Breaking change: AppyxViewTestRule stops supporting automatic launching activity. Activities should be started explicitly in tests.
  • #197Breaking change: ParentNodeView does not implement plugin anymore. Node instance is retrieved via LocalComposition. AppyxParentViewTestRule and AbstractParentNodeView have been removed.
  • #196Breaking change: InteropBuilder now should be supplied with Appyx IntegrationPointProvider to attach it at the same time Appyx Node is created.
  • #185Breaking change: Activity must implement IntegrationPointProvider and create IntegrationPoint manually. Weak references usage has been removed.
  • #173Breaking change: ActivityStarter and PermissionRequester now exposes coroutine based API instead of minimal.reactive.
  • #200Breaking change: Reordered the parameters for ParentNode<NavTarget>.Child and fun <N : Node> NodeHost to meet Compose guidelines.
  • #43Updated: Jetpack Compose to 1.2.1 and Kotlin to 1.7.10.
  • #168Updated: Kotlin coroutines to 1.6.4.
  • #171Updated: RIBs to 0.36.1.
  • #212Updated: Node parent property is now public instead of private.
  • #174Fixed: IntegrationPointExample does not work with "do not keep activities"
  • #180Added: Ensure that super.onSaveInstanceState() was called to restore Node's state correctly