Releases: arkivanov/Essenty
1.2.0-alpha-05
- Updated Kotlin to
1.9.0
, AGP to8.0.2
, Gradle to8.2.1
(#103, #104) - Updated
parcelize-darwin
plugin to 0.1.5 (#105)
Breaking changes
Due to the fact that Kotlin 1.9.0 stopped support of the legacy JS compiler, Essenty no longer supports it as well.
Versions and dependencies
Kotlin: 1.9.0
parcelize-darwin: 0.1.5
1.2.0-alpha-03
- Updated
androidx.activity
to1.8.0-alpha06
(#101)
Versions and dependencies
Kotlin: 1.8.20
parcelize-darwin: 0.1.4
1.2.0-alpha-02
- Updated
androidx.activity
to1.8.0-alpha05
, bumpedcompileSdkVersion
andtargetSdkVersion
to 34 (#99)
Versions and dependencies
Kotlin: 1.8.20
parcelize-darwin: 0.1.4
1.2.0-alpha-01
- Added
priority
argument toBackCallback
(#91, #93) - Added support for Predictive Back Gesture (#92, #94, #97)
⚠️ If you are targeting Android, this version will only compile against the Android 14 (Upside Down Cake) Beta 2 SDK.
Changes in Back Handler
Back Handler (the back-handler
module) now supports priorities and the new Android Predictive Back Gesture (not only on Android). See the updated Readme section from more information.
This change should be source and binary compatible with the previous version 1.1.0
.
Versions and dependencies
Kotlin: 1.8.20
parcelize-darwin: 0.1.4
1.1.0
1.0.0
0.10.0
0.9.0
0.8.0
Parcelable
extendsSerializable
on JVM (#81)
Parcelable for JVM targets (experimental)
Now Parcelable
interface extends java.io.Serializable
on JVM. This makes it possible to serialize and deserialize Parcelable
classes as ByteArray
using ObjectOutputStream and ObjectInputStream.
Versions and dependencies
Kotlin: 1.7.21
parcelize-darwin: 0.1.2