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

Commit

Permalink
3.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed May 17, 2019
1 parent 179ef6d commit a9e2fc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Binary file modified sample/sample.apk
Binary file not shown.

0 comments on commit a9e2fc5

Please sign in to comment.