Closed arkivanov closed 4 months ago
The project underwent an update to the essenty
dependency, moving from version 2.1.0
to 2.2.0-alpha02
. This includes significant refactoring in the DefaultCardComponent.kt
file, introducing experimental APIs and replacing Serializable
with kotlinx.serialization.builtins.serializer
. Additionally, the logic for instance retention and state saving was streamlined, removing the inner SavedState
class and its associated constants.
Files | Change Summary |
---|---|
deps.versions.toml |
Updated essenty dependency version to 2.2.0-alpha02 from 2.1.0 . |
.../cards/card/DefaultCardComponent.kt |
Refactored to use experimental APIs, updated serialization, and removed SavedState class along with constants. |
In the code's quiet hum, a new dawn begins,
Essence updated, where alpha spins.
States retained, with experiments bold,
Refactored secrets in lines untold.
🎉✨ CodeRabbit hops with joy,
Through brighter verse, with code to deploy! 🌟🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Bug Fixes
Dependencies
essenty
library to version2.2.0-alpha02
for better performance and new experimental features.