Releases: Syer10/compose-material-dialogs
Releases · Syer10/compose-material-dialogs
v0.9.6 - Compose 1.7.0
v0.9.5 - Compose 1.6.0
- 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
- 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
- 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
- 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
- Rename modules so they have a unique name for iOS consumers
v0.9.0 - iOS Support
- 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
- 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
v0.7.0 - Merge upstream
- Update Compose Multiplatform to 1.1.1
- [BREAKING CHANGE] Modify arguments of the
input
component to better match those ofTextField
- Add
textFieldStyle
parameter toinput
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