Version 2026.04.00
Latest Skapa BOM version: net.ikea.skapa:skapa-bom:2026.04.00
General Information
Demo app
Dependencies
- Compose BOM 2026.03.01
- Kotlin 2.3.20
- Min SDK 24
- Compile SDK 36
Foundation version 3.6.0
Design version 3.6.0
Simple Video, Card, Compact Card, Text Overlay Card
- [Improvement] Exposed
SimpleVideoDefaults.controlsRowPadding as defaults for the controls row padding.
- [Improvement] Refactored
controlsContentPadding: PaddingValues on SimpleVideo, MediaContainer.Video, CompactMediaContainer.Video, and TextOverlayMediaContainer.Video to allow callers to apply safe-area insets to the video controls row in edge-to-edge layouts. Defaults to SimpleVideoDefaults.controlsRowPadding preserving existing behavior. Modifying this value will override the default. The previous implementation was additive to the base padding.
Tabs
- [Bugfix] Fixed infinite recomposition loop in
ScrollableTabRow on smaller devices (e.g. Pixel 4/4a).
Tag
- [Experimental Feature] Added support for multicolored icons with a new experimental constructor that exposes
iconTinting: Boolean.