Skip to content

Releases: PranavMaganti/compose-material-dialogs

0.8.1-rc

10 Jul 14:09
c003db1
Compare
Choose a tag to compare
  • Update compose to 1.2.0-rc03 (#156)
  • Update kotlin to 1.7.0
  • Remove material-icons-extended dependency (#153)
  • Add parameter for changing title and message style and color (#150)

0.7.1

16 May 19:01
71903f9
Compare
Choose a tag to compare
  • Internationalise start day of week in date picker (#146 and #54)
  • Add modifier parameter to input component (#141)
  • Add state parameter to the list component (#140)

0.7.0

09 Mar 13:46
42e1e30
Compare
Choose a tag to compare
  • Update compose to 1.1.1
  • [BREAKING CHANGE] Modify arguments of the input component to better match those of TextField
  • Add textFieldStyle parameter to input component to allow for outlined text field style (#92)
  • Add text color options for month and day of week header text of date picker (#124)
  • Add ability to change time picker title color (#123)
  • Fix bug which causes input field to lose focus on validity change (#132)

0.6.3

21 Jan 12:50
Compare
Choose a tag to compare
  • Update compose to 1.1.0-rc01
  • Add ability to disable specific days in date picker (#126)

0.6.2

21 Dec 15:31
35fe094
Compare
Choose a tag to compare

Update compose to 1.1.0-beta04 (#120)
Update kotlin to 1.6.0

0.6.1

07 Oct 23:12
2d253be
Compare
Choose a tag to compare
  • Update compose to 1.1.0-alpha05 (#112 and #110)
  • Update kotlin to 1.5.31
  • Make compose animation dependency explicit to ensure an old version is not used (thanks skolson)

0.6.0

10 Sep 23:53
76f42e1
Compare
Choose a tag to compare
  • [BREAKING CHANGE] Replace MaterialDialog class structure with composable function with state. See docs and the sample app for examples
  • Update compose to 1.1.0-alpha03
  • Update kotlin to 1.5.30
  • Fix bug which caused the year picker to fill the whole dialog

0.5.1

30 Jul 00:25
ddc5265
Compare
Choose a tag to compare
  • Update compose to 1.0.0
  • Fix resolution of extension function imports

0.5.0

27 Jul 23:25
Compare
Choose a tag to compare
  • Update compose to 1.0.0-beta09
  • Modify dialog build function to take buttons as a parameter
  • Fix font sizes in time picker and color picker (#75)
  • Make time picker and date picker adapt to smaller screen sizes (#81)
  • Fix horizontal padding on dialog for smaller screen sizes (#93)