material-dialogs v3.3.0 Release Notes

Release Date: 2020-02-18 // about 4 years ago
    • Added md_line_spacing_body global theme attribute, which sets a global default for message line
      ๐Ÿ‘€ spacing. See #1903.
    • โž• Added some assertions and sanity checks to avoid choice list adapter out of bounds crashes.
      ๐Ÿ‘€ See #1906.
    • ๐Ÿ‘€ Corner radius should not apply to the bottom of bottom sheet dialogs. See #1941.
    • ๐Ÿ›  Fix dialog titles being cut off with custom fonts. See #1936.
    • If noVerticalPadding is set with customView(...), padding is not applied to the bottom of
      ๐Ÿ”Š the content ScrollView if scrollable is enabled. Resolves #1834.
    • 0๏ธโƒฃ Input dialog styling is not enforced by the dialog. The global default for TextInputLayout
      ๐Ÿ’… (textInputStyle) is used instead. See #1857.

Previous changes from v3.2.1

    • ๐Ÿ›  Fixed the module-name given to the Kotlin compiler for each Gradle module, should fix
      extension function resolution issues.

    3.2.0

    • โฌ†๏ธ Dependency upgrades.
    • โฌ‡๏ธ Reduce single/multi choice list dialog margin between text and controls.
    • ๐Ÿ›  Fix updateTextColor(Int) on action buttons not always persisting. See #1783.
    • ๐Ÿ›  Fix corner radius not working when views have a background. See #1840.
    • ๐Ÿ‘€ All dialogs will have a default corner radius of 4dp. See #1909.
    • ๐Ÿ”Š Non-cancelable bottom sheet dialogs cannot be swiped to dismiss.
    • Other minor changes.