Releases: MFlisar/ComposeDialogs
2.1.2
2.1.1
Changes
Options()
=>DialogDefault.options()
DialogContentScrollableLazyColumn
does expose allLazyColumn
parameters now- added
DialogOptions
to allow all specific dialogs to make some custom adjustments => this alone is API breaking but allows easy customisations in the future - converted data classes to classes and added manual copy functions if necessary (for easier binary compatibility in the future)
BottomSheetStyle
does now apply different bottom paddings if buttons are visible or not
DialogMenu:
- added
MenuItem.Region
Full Changelog: 2.0.4...2.1.1
2.0.4
bottom sheet (animated show on/off, mobile vs windows): workaround for bug in composables unstyled implemented to properly close the bottom sheet
binary compatible with version >= 2.0.1
Full Changelog: 2.0.3...2.0.4
2.0.3
Bugfix: bottom sheet style click outside close may have needed 2 clicks
binary compatible with version >= 2.0.1
Full Changelog: 2.0.2...2.0.3
2.0.2
Bugfix: DialogList with async loader and no saver did not load items correctly
binary compatible with version >= 2.0.1
Full Changelog: 2.0.1...2.0.2
2.0.1
added dismissOnClick
to the new menu dialog item
Full Changelog: 2.0.0...2.0.1
2.0.0
First KMP Release!
There have been a few structual changes that need some refectoring on your side, check out the migration guide in the docs for more.
New Features
- KMP support (android, jvm, ios)
- a new menu dialog was added
- new dialog styles have been added: full screen dialog and desktop dialog (jvm only)
- some smaller UI improvements have been integrated as well as a "side effect"
Additional new features
I added a API check library - from now on the API will stay stable if possible and I will work with @Deprecation
annotations if I need to change something.
Full Changelog: 1.0.8...2.0.0
2.0.0-test20
Full Changelog: 2.0.0-test19...2.0.0-test20
2.0.0-test19
Full Changelog: 2.0.0-test18...2.0.0-test19
2.0.0-test18
Full Changelog: 2.0.0-test17...2.0.0-test18