Version 2025.12.01
Latest Skapa BOM version: net.ikea.skapa:skapa-bom:2025.12.01
General Information
- This is a cleanup release after the major release with breaking changes. Please read through the changelog and the
MIGRATION.md guide carefully before upgrading.
- Fixed open-source licenses screen in Demo app.
Dependencies
- Compose BOM 2025.12.00
- Compose Compiler Plugin 2.2.21 (all packages)
- Android Gradle Plugin 8.13.1
- Kotlin Gradle Plugin 8.2.10
- Gradle 8.14.3
Foundation version 3.2.0
Design version 3.2.0
Badge
- [New Feature] Added Extended color palette colours and Sustainability colour to
BadgeColor enum class.
Carousel
- [Improvement] [A11y] Added hover navigation buttons to navigate between items.
Choice
- [Experimental Feature] Added custom leading and trailing image slots which accept a
@Composable function. This is to be used with your own Image implementation that requires further business logic than just supplying a painter.
ListView Item
- [Experimental Feature] Added custom leading image slots which accept a
@Composable function. This is to be used with your own Image implementation that requires further business logic than just supplying a painter.
Pill
- [Experimental Feature] Added custom leading image option which accept a
@Composable function. This is to be used with your own Image implementation that requires further business logic than just supplying a painter.
Price, Price module
- [Experimental Feature] Added
prefixLabel to component. This can be used to add a "From" label to the price. This is only supported for PriceVariant.Regular aka Standard price.
- [Improvement] Line-breaking of Price is now handled better for larger fonts and longer price values.
Tabs
- [Improvement] [A11y] Added hover navigation buttons to navigate between scrollable tab items.
TextOverlayCard
- [Experimental Feature] Added custom image option which accept a
@Composable function. This is to be used with your own Image implementation that requires further business logic than just supplying a painter.