Releases: nschnettler/ComposePreferences
Releases · nschnettler/ComposePreferences
v0.1.4-alpha
- Add material3 version
- Attention: dependency name changed
v0.1.2-alpha
- Update to compose 1.1.0
v0.1.1-alpha
- Update to compose 1.0.0-rc02
- Add DropDown Preference (thanks to @rk779)
- Improve List and Multiselect preference Dialog UI (thanks to @rk779).
- Update Preference models to receive a composable slot instead of an ImageVector (thanks to @rk779).
This makes it possible to pass any composable to use as an icon for the preference. You can now load images from the network (using coil) for example. For simple usecases a new PreferenceIcon model can be used, which takes an ImageVector like before and applies some standard spacing to it.
v0.1.0-alpha
First tagged release