Browse Source

3.0.0-alpha3

Aidan Follestad 5 years ago
parent
commit
a9e2fc5034
2 changed files with 9 additions and 1 deletions
  1. 9 1
      RELEASE_NOTES.md
  2. BIN
      sample/sample.apk

+ 9 - 1
RELEASE_NOTES.md

@@ -1,4 +1,12 @@
-3.0.0-alpha2
+3.0.0-alpha3
+
+* The `BottomSheet()` dialog behavior now accepts an optional `LayoutMode` parameter, which you can use 
+to instruct the bottom sheet to be expandable to the screen height or limit itself to wrap the content 
+of its content. See the updated Bottom Sheets documentation.
+* Added a `setPeekHeight(...)` extension method for `MaterialDialog` that you can use to set the 
+default peek height and animate peek height changes.
+
+### 3.0.0-alpha2
 
 * You can now set corner radius dynamically with the `cornerRadius` method.
 * Some minor bug fixes and internal cleanup.

BIN
sample/sample.apk