1.0.0
Finalized release 1.0.0
This release contains the following changes:
- new
navController
delegate for SavedStateHandle for easy NavController creation and restoration - now all ViewModels with SavedStateHandle properly reconnect their SavedStateHandle to a new SavedStateRegistry after activity recreation
Breaking changes:
- renamed
upToPredicate
parameter topredicate
forpopUpTo
andreplaceUpTo
methods