Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 02529dd

Browse files
committed
Release 3.3.0
1 parent 8e5d64f commit 02529dd

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

RELEASE_NOTES.md

+12-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
3.2.1
2-
3-
* Fixed the module-name given to the Kotlin compiler for each Gradle module, should fix
4-
extension function resolution issues.
5-
6-
---
7-
8-
3.2.0
9-
10-
* Dependency upgrades.
11-
* Reduce single/multi choice list dialog margin between text and controls.
12-
* Fix `updateTextColor(Int)` on action buttons not always persisting. See #1783.
13-
* Fix corner radius not working when views have a background. See #1840.
14-
* All dialogs will have a default corner radius of 4dp. See #1909.
15-
* Non-cancelable bottom sheet dialogs cannot be swiped to dismiss.
16-
* Other minor changes.
1+
3.3.0
2+
3+
* Added `md_line_spacing_body` global theme attribute, which sets a global default for message line
4+
spacing. See #1903.
5+
* Added some assertions and sanity checks to avoid choice list adapter out of bounds crashes.
6+
See #1906.
7+
* Corner radius should not apply to the bottom of bottom sheet dialogs. See #1941.
8+
* Fix dialog titles being cut off with custom fonts. See #1936.
9+
* If `noVerticalPadding` is set with `customView(...)``, padding is not applied to the bottom of
10+
the content `ScrollView` if `scrollable` is enabled. Resolves #1834.
11+
* Input dialog styling is not enforced by the dialog. The global default for `TextInputLayout`
12+
(`textInputStyle`) is used instead. See #1857.

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext.versions = [
22
min_sdk: 16,
33
compile_sdk: 29,
44
build_tools: "29.0.0",
5-
publish_version: "3.2.1",
6-
publish_version_code: 261
5+
publish_version: "3.3.0",
6+
publish_version_code: 262
77
]
88

99
ext.deps = [

sample/sample.apk

-44 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)