提交 02529dd1 编写于 作者: A Aidan Follestad

Release 3.3.0

上级 8e5d64fc
3.2.1 3.3.0
* Fixed the module-name given to the Kotlin compiler for each Gradle module, should fix * Added `md_line_spacing_body` global theme attribute, which sets a global default for message line
extension function resolution issues. 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.
3.2.0 * 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
* Dependency upgrades. the content `ScrollView` if `scrollable` is enabled. Resolves #1834.
* Reduce single/multi choice list dialog margin between text and controls. * Input dialog styling is not enforced by the dialog. The global default for `TextInputLayout`
* Fix `updateTextColor(Int)` on action buttons not always persisting. See #1783. (`textInputStyle`) is used instead. See #1857.
* Fix corner radius not working when views have a background. See #1840. \ No newline at end of file
* 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.
...@@ -2,8 +2,8 @@ ext.versions = [ ...@@ -2,8 +2,8 @@ ext.versions = [
min_sdk: 16, min_sdk: 16,
compile_sdk: 29, compile_sdk: 29,
build_tools: "29.0.0", build_tools: "29.0.0",
publish_version: "3.2.1", publish_version: "3.3.0",
publish_version_code: 261 publish_version_code: 262
] ]
ext.deps = [ ext.deps = [
......
无法预览此类型文件
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册