Releases: MFlisar/ComposeDialogs
Releases · MFlisar/ComposeDialogs
1.0.8
1.0.7
Compose Version: 2024.04.00
DialogInputNumber does support a formatter and validator now.
Full Changelog: 1.0.6...1.0.7
1.0.6
- updated compose bom: 2024.02.01 => 2024.03.00
DialogList
-SingleSelect
mode:closeOnSelectionChanged
was changed tocloseOnSelect
Full Changelog: 1.0.5...1.0.6
1.0.5
- updated compose bom: 2023.10.01 => 2024.02.01
- versions updated to latest stable
DialogList
-SingleSelect
mode: extended with optioncloseOnSelectionChanged
Full Changelog: 1.0.4...1.0.5
1.0.4
- updated compose bom: 2023.10.00 => 2023.10.01
- string resources added (DE + EN)]
- moved datetime packages to date/time respectively
- billing dialog added
Migration:
import com.michaelflisar.composedialogs.dialogs.datetime.*
is split up intoimport com.michaelflisar.composedialogs.dialogs.date.*
andimport com.michaelflisar.composedialogs.dialogs.time.*
to follow the modules
1.0.3
Changes
- moved sub classes for dialogs into objects with the name of the dialog (e.g.
DialogColor.Setup
,DialogDate.Setup
, ...) - moved some init functions into DialogDefaults object
rememberDialog
functions use same parameter naming convention now
Improvements
- added some missing default values to ListDialog
- added second step size to number picker dialog
- cleaned up DateTimeUtils and changed all Calendar based functions to LocalDate
- changed date formatters to lambdas that work with LocalDate formatters by default now
1.0.2
1.0.1
1.0
switched dialog text and icon from texts with setup to composables as this is the standard for those types and is more generic and easier to customise by the user
Necessary, because I decided that ComposePreferences uses this model as well and so I want both libraries to be structured the same and this makes the usage of the dialogs inside the preferences library easier