Releases: kizitonwose/Calendar
2.6.0-beta02
Compose:
- Bump Compose UI to version 1.7.0-beta03.
View:
- Bump the min SDK version for the view library to 19 to follow AndroidX min SDK version.
Core:
- Remove
desugar
dependency from the library.
Note: Apps with min SDK version below 26 still need to use desugar
, however the library itself is no longer bundled with this dependency, which means that apps with min SDK version 26 and above will be able to use the library without desugar
.
2.5.2
View:
- Bump the min SDK version for the view library to 19 to follow AndroidX min SDK version.
Core:
- Remove
desugar
dependency from the library.
Note: Apps with min SDK version below 26 still need to use desugar
, however the library itself is no longer bundled with this dependency, which means that apps with min SDK version 26 and above will be able to use the library without desugar
.
2.6.0-beta01
Compose:
- Add support for Compose UI 1.7.0 beta.
2.5.1
Compose:
- Fix - Changing the values passed to
rememberCalendarState()
function does not refresh the calendar.
2.5.0
Compose:
- Add support for Compose UI 1.6.1
2.5.0-beta01
All the changes in 2.4.1 and Compose UI 1.6.0-beta02
2.4.1
2.5.0-alpha01
Compose:
- Add support for Compose UI 1.6.0 alpha.
2.4.0
Compose:
- Upgrade Compose UI to 1.5.2
- Upgrade Compose compiler to 1.5.3
General Dependencies:
Update Kotlin to 1.9.10
Update Android Gradle plugin to 8.1.0
2.4.0-beta01
Compose:
- Add support for Compose UI 1.5.0 beta.
General Dependencies:
Update Desugar JDK library to 2.0.3
Update Kotlin to 1.8.21
Update Android Gradle plugin to 8.0.2