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.
Starting from this release Decompose is published to Maven Central
Added experimental animations API (Breaking: the Children(..., animation, ...) argument's signature is changed, the callback now accepts the whole RouterState instead of just Child.Created) (#94)
Introduced StateKeeper, InstanceKeeper and BackPressedDispatcher builders for AndroidX, deprecated extensions SavedStateRegistry.toStateKeeper, ViewModelStore.toInstanceKeeper and OnBackPressedDispatcher.toBackPressedDispatcher (#87)
Added isSavingAllowed predicate to AndroidX StateKeeper builder (#88)
Breaking: extracted inner class RouterState.Entry as a top-level class Child, argument Children(..., content) now accepts Child instead of pair Component, Configuration (#91)
Relaxed Configuration generic types from Parcelable to Any where possible (#92)
Breaking: renamed property Child.Created.component to Child.Created.instance, renamed argument router(..., componentFactory) to router(..., childFactory) (#93)
Fixed default InstanceKeeper not being destroyed at the end of lifecycle (#90)
Fixed state not being saved in ChildStateKeeper (#95)