Releases: Kennyc1012/BottomSheetMenu
Releases · Kennyc1012/BottomSheetMenu
Release 5.1.1
Full Changelog: 5.1...5.1.1
Release 5.1
- Make use of ViewModel to save state of the Builder object
- Fixes #71. If the app process was killed, the dialog will not attempt to display.
Release 5.0
- Target android SDK 34
- Remove
createShareBottomSheet
methods - Add way to disable items in menu
- Remove
retainInstance = true
calls inside ofBottomSheetMenuDialogFragment
- Update material library to 1.10.0
- Updated Kotlin to 1.8.22
Release 4.3.2
- Exclude kotlin from packaging options #67
Release 4.3.1
- Update to java 17 to fix builds
Release 4.3
- Remove
QUERY_ALL_PACKAGES
permission. Thanks @unbiaseduser - Update Kotlin to V1.8.10
- Update annotations to V1.6.0
- Update Material to V1.9.0
- Update compile SDK to V33
- Update gradle for latest android studio. Thanks @unbiaseduser
Release 4.2
- Update Kotlin to 1.7.0
- Update Material library to 1.6.1
Release 4.1
- Create the close title. This will only show if the bottom sheet expands to fill the entire screen.
- Simplified styles by removing the
BottomSheetMenu.Title
BottomSheetMenu.ListItem
andBottomSheetMenu.GridItem
styles.
Release 4.0
- Update to SDK 31. Min SDK is now 21
- Update kotlin to 1.6.10
- Update gradle and gralde build tools
- Java 11 now required for project
- Update styles for Material3 themeing.
- DayNight theme added