Skip to content

Releases: MFlisar/ComposeDialogs

2.1.2

24 Feb 08:18
Compare
Choose a tag to compare

updated composables to 1.20.1 and removed a hack to solve issues in the dependency

Full Changelog: 2.1.1...2.1.2

2.1.1

04 Feb 10:56
Compare
Choose a tag to compare

Changes

  • Options() => DialogDefault.options()
  • DialogContentScrollableLazyColumn does expose all LazyColumn 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

29 Jan 08:30
Compare
Choose a tag to compare

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

28 Jan 14:27
Compare
Choose a tag to compare

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

27 Jan 07:52
Compare
Choose a tag to compare

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

16 Jan 18:59
Compare
Choose a tag to compare

added dismissOnClick to the new menu dialog item

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Jan 13:57
Compare
Choose a tag to compare

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

04 Jan 11:38
Compare
Choose a tag to compare

2.0.0-test19

04 Jan 08:34
Compare
Choose a tag to compare

2.0.0-test18

30 Dec 15:17
Compare
Choose a tag to compare