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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
#122 - Breaking change: ChildEntry.ChildMode is removed, now nodes are always created when a nav model changes (previously default behaviour)
#99 – Breaking 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