v1
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.PreferenceScopecom.michaelflisar.composepreferences.core.classes.PreferenceStyleDefaults=>com.michaelflisar.composepreferences.core.styles.PreferenceStyleDefaultsMutableState<*>.asPreferenceData()was removed => use theMutableStatedirectly now instead
Structural changes#
-
I had to change all
titleandsubtitleparameters fromComposablestostringbecause otherwise I could not have added the new filtering feature. -
PreferenceSectionHeaderwas renamed toPreferenceSectionand 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.