Version 1
Info
Version 1.*
is a kotlin multiplatform rewrite, that's why some fundamantal changes needed to be done!
Changes#
com.michaelflisar.composepreferences.core.hierarchy.PreferenceScope
=>com.michaelflisar.composepreferences.core.scopes.PreferenceScope
com.michaelflisar.composepreferences.core.classes.PreferenceStyleDefaults
=>com.michaelflisar.composepreferences.core.styles.PreferenceStyleDefaults
MutableState<*>.asPreferenceData()
was removed => use theMutableState
directly now instead
Structural changes#
-
I had to change all
title
andsubtitle
parameters fromComposables
tostring
because otherwise I could not have added the new filtering feature. -
PreferenceSectionHeader
was renamed toPreferenceSection
and does contains its children now
Note#
I probably forgot some small changes because this was a big rewrite in KMP. Let me know if you find something then I'll add it here.