Skip to content

Releases: Syer10/compose-material-dialogs

v0.9.6 - Compose 1.7.0

25 Nov 15:04
Compare
Choose a tag to compare
  • Update Compose Multiplatform to 1.7.0
  • Update Kotlin to 2.0.21

v0.9.5 - Compose 1.6.0

10 Mar 19:29
Compare
Choose a tag to compare
  • Update Compose Multiplatform to 1.6.0
  • Update Kotlin to 1.9.22
  • Remove root BoxWithConstrains and use experimental WindowInfo api, fixes certain crashes
  • Remove deprecated Swipeable from color module and use experimental AnchoredDraggable

v0.9.4 - Compose 1.5.2

02 Oct 04:04
Compare
Choose a tag to compare
  • Update Compose Multiplatform to 1.5.2
  • Update Kotlin to 1.9.10
  • Support in-window dialogs for Desktop
  • Fix iOS Weekday Issues

v0.9.3 - Compose 1.4.0

07 May 23:32
Compare
Choose a tag to compare
  • Update Compose Multiplatform to 1.4.0
  • Update kotlin to 1.8.20
  • Remove dependency on Accompanist and use Foundation Pager

v0.9.2 - Minor fixes and updates

01 Mar 17:32
Compare
Choose a tag to compare
  • Update Compose Multiplatform to 1.3.0
  • Update kotlin to 1.8.0
  • Support android dialog decorFitsSystemWindows
  • Pass button colors to buttons (Thanks @NelzkieLabs)
  • Fixes for color dialog (Thanks @NelzkieLabs)

v0.9.1 - iOS Support Fixes

19 Nov 01:35
Compare
Choose a tag to compare
  • Rename modules so they have a unique name for iOS consumers

v0.9.0 - iOS Support

14 Nov 04:38
Compare
Choose a tag to compare
  • Update Compose Multiplatform to 1.2.1
  • Update Jetpack compose to 1.2.1
  • Update Kotlin to 1.7.20
  • Add iOS support
  • Use standalone month and day of week names for date picker(related to #154)

v0.8.0 - DateTime Multiplatform

01 Aug 02:03
Compare
Choose a tag to compare
  • Update Compose Mpp to 1.2.0-alpha01-dev753
  • Update Jetpack Compose to 1.2.0 (#156)
  • Update Kotlin to 1.7.0
  • Use Kotlinx-DateTime for DateTime module, allowing it to be fully Multiplatform
  • Remove material-icons-extended dependency (#153)
  • Add parameter for changing title and message style and color (#150)

v0.7.1 - Merge upstream

17 May 03:22
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)

v0.7.0 - Merge upstream

27 Mar 16:26
Compare
Choose a tag to compare
  • Update Compose Multiplatform 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)
  • Change how desktop dialog shape is handled