Skip to content

1.0-alpha07

Compare
Choose a tag to compare
@zsoltk zsoltk released this 09 Sep 19:16
43a1c97
  • #122 - Breaking change: ChildEntry.ChildMode is removed, now nodes are always created when a nav model changes (previously default behaviour)
  • #99Breaking change: Removed IntegrationPointAppyxProvider and made ActivityIntegrationPoint's constructor private. Use ActivityIntegrationPoint.createIntegrationPoint. This uses a weak reference to keep track of the integration points, and will not introduce memory leaks.
  • #122 - Added: New ChildEntry.KeepMode that allows to destroy nodes that are currently not visible on the screen
  • #132 - Added: New NodeComponentActivity to extend when wanting to work with ComponentActivity as your base activity, eg when migrating from a project built from the Jetpack Compose template
  • #119 - Fixed: Lifecycle observers are invoked in incorrect order (child before parent)
  • #62 - Fixed: Node is marked with stable annotation making some of the composable functions skippable
  • #129 - Updated: Removed sealed interface from operations to allow client to define their own
  • #133 - Updated: NodeView interface and ParentNode marked as stable improving amount of skippable composables