Releases: MFlisar/ComposePreferences
3.0.0-alpha02
📦 Other
kmp-library version => new docs
docs + kmp-library
docs
docs
docs
docs
update to gradle 9.4.1 and kmp-devtools 7.4.2 and new docs
...
docs
...
...
update-docs: automated update [skip ci]
update to kmp-devtools 7.5.0
Merge branch 'main' of https://github.com/MFlisar/ComposePreferences
Conflicts:
README.md
update-docs: automated update [skip ci]
changed formatter lambda to @composable (Number, Date, Time)
Merge branch 'main' of https://github.com/MFlisar/ComposePreferences
3.0.0-alpha01
update-docs: automated update [skip ci]
2.0.0
Changes
No functional changes have been made.
Binary Compatibility
This version is the beginning of stable public API, binary compatibility is guaranteed for minor versions now!
More about it here:
https://github.com/MFlisar/compatibility/
1.3.0
1.2.0-alpha02
added the ability to enable back press handling in the PreferenceScre…
1.2.0-alpha01
dependency updated to alpha version of compose dialog + made everythi…
1.2.0
Full Changelog: 1.1.2...1.2.0
1.2.0-t1
1.1.2
Also update compose dialogs to 2.1.4
- number preference:
- slider does show its value on the right now by default (can be changed via setup)
- added a button style
- removed PreferenceRootScope and only use the PreferenceGroupScope - there is no need to destinguish here
- added expandable sections (including the ability to expand a single one only inside a shared group)
- PreferenceCustom: exposed onClick and onLongClick
- bugfix android 12 - modern style did sometimes not show preferences...
Full Changelog: 1.1.1...1.1.2
1.1.2-alpha10
...