Skip to content

Releases: MFlisar/ComposeDialogs

3.0.7

29 Oct 10:59

Choose a tag to compare

📦 Other

docs + kmp-library
docs
docs
docs
Buttons do support custom shape and colors now

3.0.6

28 Oct 07:03

Choose a tag to compare

📦 Other

  • DialogDate: animate content height when switching from day to year or month selector
  • added DialogEvent::type enum to replace isPositiveButton for easier and more compact event handling - the basic sealed class can still be used, but the enum is mostly sufficiant and shorter and faster to use

3.0.5

01 Oct 06:36

Choose a tag to compare

📦 Other

bugfix in DialogFrequency - it did not updated the selected frequency correctly
demo

3.0.4

30 Sep 15:46

Choose a tag to compare

📦 Other

added Frequency::serialize + Frequency::deserialize functions

3.0.3

30 Sep 14:05

Choose a tag to compare

📦 Other

added a frequency dialog

3.0.2

29 Sep 13:33

Choose a tag to compare

📦 Other

bugfix fullscreen dialog padding if applyContentPadding = false

3.0.1

28 Sep 11:57

Choose a tag to compare

📦 Other

styleFullscreen extended with following 2 parameters:

  • navigationIcon: (@Composable () -> Unit)? = null
  • applyContentPadding: Boolean = true

3.0.0

25 Aug 11:17

Choose a tag to compare

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/

2.3.0

21 Aug 11:01

Choose a tag to compare

2.3.0 Pre-release
Pre-release
made internal ComposeDialog* composables public so that you can reuse…

2.2.0

19 Aug 12:09

Choose a tag to compare

2.2.0 Pre-release
Pre-release

Full Changelog: 2.1.4...2.2.0