Design
Design library contains the coded Skapa Components.
Version 3.0.0-rc01
Oct 17, 2025
Latest Updates
net.ikea.skapa:design:3.0.0-rc01
Pill
Bug Fix Fixed issue where longer texts could be clipped.
Price Module
Breaking Change
OfferMessagenow hasDefaultas default variant. Uses black color for text except for IKEA Family which uses blue color. Now, all other variants are open and can be combined with allpriceOfferType.Improvement
PriceOfferType.TimeRestrictedOfferandPriceOfferType.NewTimeRestrictedOffernow uses Red colour for Price. Applies to bothPriceandPriceModule.Price
Breaking Change
PriceSizeStyle.SingleSizehas been renamed toPriceSizeStyle.FixedSizefor consistency.Breaking Change
PriceSizeStyleparameter moved to be inside ofPriceVariantfor supported variants.PriceVariant.BTIis now aclassinstead of adata objecthence the requirement to change fromPriceVariant.BTItoPriceVariant.BTI(...).Breaking Change
RegularandComparisonvariants has been updated to usePriceVariantStyle.EmphasisedandPriceVariantStyle.Subtleinstead of boolean parameters for bold and subtle.New Feature Added
PriceVariant.TimeRestrictedOfferto accommodate the new design for time restricted offers.CompactCard, TextOverlayCard
Bug Fix Fixed issue where arrow icon would not resolve correctly when using RTL layout direction.
Card
Bug Fix Fixed issue where arrow icon would not resolve correctly when using RTL layout direction.
Breaking Change
CardV2Varianthas been deprecated withlevel.ERRORand replaced withCardVariant. UsereplaceWith()function to migrate.Breaking Change
CardV2TitleSizehas been deprecated withlevel.ERRORand replaced withCardTitleSize. UsereplaceWith()function to migrate.Accordion
Breaking Change Added support for content padding by splitting
horizontalPaddingintocontentHorizontalPaddingandheaderHorizontalPadding. The old functions are now deprecated withlevel=DeprecationLevel.ERROR.Tabs
Deprecated Removed
shadowColorparameter. The end of the tabs will no longer fade out.Deprecated Replaced
fluid: Boolean = falseparameter withbehaviour: TabsBehaviour. This will make it more explicit how the tabs should behave.TabsBehaviour.Scrollable(contentPadding: PaddingValues)includes the ability to add content edge padding to the scrollable tabs variant.Improvement Replaced
edgePadding: Dp(added in 3.0.0-alpha02) withbehaviourparameter which takes the typeTabsBehaviour.Scrollable(contentPadding: PaddingValues). This change allow the tabs to properly fill the screen in edge-to-edge layouts.Segmented Control
Breaking Change Size names updated. Text items now use
XSmall,Small,Mediuminstead Small, Medium, Large. UseSegmentedControlSize.Textenum class instead. Old enum values have been deprecated withlevel=DeprecationLevel.ERROR.Breaking Change Size names updated. Icon items now use
Small,MediuminsteadMedium,Large. UseSegmentedControlSize.Iconenum class instead. Old enum values have been deprecated withlevel=DeprecationLevel.ERROR.Improvement Updated component heights to match new design.
net.ikea.skapa:design:3.0.0-beta01
Updated dependencies
Compose compiler plugin 2.2.20
Bug fix Updated handling of ripple effect to fix pressed state for some older devices.
Card (v2)
Breaking Change Removed
fullScreenParamsandonBackgroundPressparameters from the Video MediaContainer.Experimental Feature Forced
VideoButtonAlignment.AllTopTrailingbutton alignment for Video MediaContainer.Experimental Feature Video is no longer play or pausable by clicking the video area. Only the exclusive button can be used to play/pause the video.
CompactCard
Breaking Change Removed
fullScreenParamsandonBackgroundPressparameters from the Video MediaContainer.Experimental Feature Forced
VideoButtonAlignment.AllTopTrailingbutton alignment for Video MediaContainer.Experimental Feature Video is no longer play or pausable by clicking the video area. Only the exclusive button can be used to play/pause the video.
TextOverlayCard
Experimental Feature Added new
TextOverlayMediaContainer.Videowhich supports video as media with predefined visual parameters.SimpleVideo
Breaking Change
VideoButtonAlignment.TopCardOnlyhas been renamed toVideoButtonAlignment.AllTopTrailing.Dropdown, Select, InputField, TextArea
Improvement An empty
labelparameter will now not take up any space above the component. However, it is still recommended to always provide a label for accessibility reasons.InputField, TextArea
Bug Fix Fixed issue where the character counter would not update correctly when pasting text.
net.ikea.skapa:design:3.0.0-alpha02
Tabs
Added
edgePaddingparameter to control the padding at the edges of the scrollable tab row.Card (v2)
Update
CardTheme.Sustainabilityto use a new color scheme.Search
Improvement in handling start/end insets.
InputField
Experimental Feature Added public
InputFieldfunction which takesvalue: TextFieldValueandonValueChange: (TextFieldValue) -> Unitas parameters. This allows for more complex text input handling, such as selection, composition, etc.TextArea
Experimental Feature Added public
TextAreafunction which takesvalue: TextFieldValueandonValueChange: (TextFieldValue) -> Unitas parameters. This allows for more complex text input handling, such as selection, composition, etc.
net.ikea.skapa:design:3.0.0-alpha01
Updated dependencies
PriceModule
Breaking Change Deprecated function using
mergeDescendantsand replaced it withmergeDescendantsStrategy.AspectRatioBox
Breaking Change Reordered and combined parameters with proper default values. Now there is only one constructor that handles all cases.
Button
Deprecated
ButtonVariant.PrimaryInverse,ButtonVariant.TertiaryandButtonVariant.SecondaryInversehave been deprecated withlevel=DeprecationLevel.ERROR. UseButtonVariant.Primary.Inverse,ButtonVariant.Secondary.InverseandButtonVariant.Tertiary.Inverseinstead.IconButton
Deprecated
IconButtonVariant.PrimaryInverse,IconButtonVariant.TertiaryandIconButtonVariant.SecondaryInversehave been deprecated withlevel=DeprecationLevel.ERROR. UseIconButtonVariant.Primary.Inverse,IconButtonVariant.Secondary.InverseandIconButtonVariant.Tertiary.Inverseinstead.CardEmphasised / CardRegular
Deprecated The old card constructors have been deprecated with
level=DeprecationLevel.ERROR. Use the new constructors withCardinstead.Carousel
Deprecated
CarouselVariant.OverflowWithoutIndicatorhas been deprecated withlevel=DeprecationLevel.ERROR. Use theshowIndicatorboolean withinCarouselVariant.Overflowinstead.Divider
Deprecated
Dividerconstructor without orientation has been deprecated withlevel=DeprecationLevel.ERROR. Use theDividerconstructor withorientationinstead.DualButton
Deprecated
DualButtonOrientationhas been deprecated withlevel=DeprecationLevel.ERROR. UseOrientationclass instead.InputField
Deprecated The older
InputFieldconstructors have been deprecated withlevel=DeprecationLevel.ERROR. Use the new updated constructors instead.ModalHeader
Deprecated
ModalHeaderParamshas been deprecated withlevel=DeprecationLevel.ERROR. UseModalHeaderinstead.TextArea
Deprecated Constructor with
enabledboolean has been deprecated withlevel=DeprecationLevel.ERROR. Use constructor withenabledState: EnabledStateinstead.Sheet (M2)
Breaking Change Sheet built on top of Material 2 has been deprecated with
level=DeprecationLevel.ERROR. Please migrate to the newSheetwhich is built on top of Material 3.Sheet (M3)
Breaking Change More refactoring of the Sheet internals to even more align to the underlying
ModalBottomSheetfrom Material3 component. Eg. background, shape, drag handle. Exposingpropertiesetc.Checkbox / TristateCheckbox
Breaking Change Old constructor with
error: Boolean = falseandhelperText: String? = nullparameters is now deprecated. Use the constructor with simultaneouscaptionandhelperTextErrorLabelinstead.Breaking Change
labelparameter is now of typeStringandAnnotatedString.CharSequenceis now deprecated and will be removed.New Feature
CheckboxGroupItemnow allows forcaptionandhelperTextErrorLabelparameters to be set.RadioButton
Breaking Change
labelparameter is now of typeStringandAnnotatedString.CharSequenceis now deprecated and will be removed.Pill
Breaking Change Constructor with no defaults for
badgeValueandtrailingIconIdhas been removed completely. This was due to conflicting with the new constructor that has defaults and each is optional.Breaking Change New constructor has re-ordered parameters.
Deprecated Other old pill constructors have been deprecated with
level=DeprecationLevel.ERROR. Only one public constructor is available now, which has new parameters as optional and with defaults.
net.ikea.skapa:design:2.25.0
Kotlin compiler plugin 2.2.0.
Hyperlink
Bugfix Fix double tab bug with keyboard navigation.
Search
Stable The component is now stable and experimental annotation has been removed.
IconButton
Experimental Feature Support for multi coloured icons by opting out of icon tinting. Use param `iconTinting = false"
Price / PriceModule
A11y Fixed a bug where price decimals alignment (with
MixedSize) were off when device fonts scaling is used.SimpleVideo
Experimental Feature New
SimpleVideocomponent for playing videos with basic controls. This includes full-screen button & transcription button support.MemberCard
Improvement The component is now using
SkapaTheme2.A11y Added improvements for pointer navigation.
TextOverlayCard
Experimental Feature Added
TextOverlayCardcomponent.Card 2.0
Improvement Changed the addon padding to better fit with the heading section.
Breaking Change Updated card components with new SimpleVideo support.
CompactCard
Breaking Change Updated card components with new SimpleVideo support.
A11y Added improvements for pointer navigation.
net.ikea.skapa:design:2.24.0
Button/ Icon button
A11y Minimum touch area size did not work correctly for the
smallandxSmallsizes.Checkbox, Radio button
Improvement Added support for
AnnotatedStringlabel.Search
A11y Keyboard focus works better.
Improvement Better component samples and kdoc.
net.ikea.skapa:design:2.23.0
Price module
A11y Added
MergeDescendantsStrategyto have better control over merging of semantic nodes. Useful when embedding the component in a card and want to merge the whole card descendants.ListViewItem
A11y Added support for
AccessibleLabeltotrailingLabelparameter. This is done with a new constructor and gives the possibility to add a custom content description to the trailing label.trailingLabelreplacesquantityLabel.Typography2
Improvement Migrated
MenuItemandComponentDecorators(affects input field) to use new typography system.Carousel
A11y All Carousel functions now support content description for `NavButtons (used with pointer devices).
Experimental Feature Added variants for Nav buttons.
Deprecation
CarouselVariant.OverflowWithoutIndicatorhas now merged intoCarouselVariant.Overflow(showIndicator = false).Button/ Icon button
A11y Minimum touch area size did not work correctly for the
smallandxSmallsizes.
net.ikea.skapa:design:2.22.0
Typography2
New Feature Updated the majority of components with text styles to use the new Typography2 system.
CardV2
Experimental Feature Changed
DefaultCardContentFootertoSecondaryinstead ofPrimaryfor better alignment across themes.A11y Accessibility improvements for Talkback and Keyboard focus.
New Feature Added a title size option for CardV2 component.
List view item
A11y Added "actionsDescription" parameter to the List view item to improve accessibility. Valid for "LinkOut" and "Copy" actions. Also added
Role.Buttonto remaining variants.Commercial message
New Feature Added a support for more sizes.
Price module
New Feature Added a
OfferMessage.IkeaFamilyto be able to show 'Regular' price together with 'Offer message' in Family blue.Quantity stepper
A11y Added
inputFieldContentDescriptionparameter to the Quantity stepper to improve accessibility.Slider
Experimental feature First version of
Slidercomponent.
net.ikea.skapa:design:2.20.0
ListViewItem
Improvement Allowed
Imageto be top-aligned inListViewItemwhen usingListViewItemImage.Image.Bug Fix Fixed wrapping trailing content with long text.
Checkbox / Tristate checkbox
Feature Updated
labelto useCharSequence, which also supportsSpannedstrings. This will allow use of embedding HTML formatting strings for use of hyperlinks.Search
Experimental feature First version of
Searchcomponent.
net.ikea.skapa:design:2.19.0
CardRegular / CardEmphasised
Deprecation These public constructors are deprecated and will be removed in the near future.
Button / IconButton
Improvement Improved stability and performance for Button and IconButton components.
Relevant classes marked with
@Immutableand@Stableannotations.Compact Card
Bug fix Fixed an issue where the inner borders would clip the title and label on the
Simplevariant.Bug fix Fixed an issue where the hover and focus states would not indicate properly on text elements.
Radio Button Group
Bug fix Fixed bug where modifier was propagated to the children of the Radio Button Group.
Price Module
Improvement Updated the sizes of Commercial Message in the
PriceModuleSizeRegularvariants.CardV2
Improvement Updated the
CardAddonwith custom option.Tabs
A11y Added semantics role of
Tab.Shoppable Image
A11y Improvement for keyboard navigation and Talkback.
net.ikea.skapa:design:2.18.0
Price, Price Module
Experimental Change Updated the Price (and Price Module) to support full-size currency legally required for the new Saudi Riyal currency glyph.
net.ikea.skapa:design:2.17.0
Member Card
Talkback Accessibility improvements for Member Card when the whole card is Clickable, ie.
MemberCardClickableItems.IconAndCardis used.Stable Member Card is now stable and Experimental annotations have been removed.
Aspect Ratio Box
Improvement AspectRatioBox has a new constructor which exposes
contentAlignmentand removedbackgroundColor. It is intended to use the exposedmodifierto provide a custom background color.Compact Card
Stable Component is now stable and Experimental annotations have been removed.
New Feature Added a custom option for the
MediaContainerto be able to implement custom implementations.CardV2
Stable Component is now stable and Experimental annotations have been removed.
Bug Fix Fixed an issue where the
CardV2was misaligned when used withMediaContainer.Bug Fix Fixed an issue where the
CardV2was not navigating in expected order.Segmented Control
Stable Component is now stable and Experimental annotations have been removed.
Button / Icon Button
Bug Fix Fixed invalid tokens for
Inverseandenabled = false.Stable "New" button variants are now stable and Experimental annotations have been removed.
Shoppable Image
Stable Component is now stable and Experimental annotations have been removed.
Experimental Breaking change Removed
failedProductsparameter and did some refactoring to make the component more stable and performant.
net.ikea.skapa:design:2.16.0
Segmented Control
Improvement Added background color on hover.
Card 2.0 / Compact Card
Breaking Change After the merger of
Product Rangepackage intoDesign, we have refactored to use our ownCommercial Messagecomponent instead of a clone. This change is breaking and requires manual intervention. Please useCommercialMessageTypeinstead ofCardCommercialMessageType.New feature Added a
Customtype forMediaContainerthat allows open composable content.A11y Hidden the footer icon/icon button from semantic tree since it does not add any additional semantic value.
Sheet
Improvement More refactoring of the Sheet internals to even more align to the underlying
ModalBottomSheetfrom Material3 component. Eg. background, shape, draghandle.Experimental change Some more changes that might be breaking.
Redirected
Modifierparameter from internal Column toModalBottomSheet.Change default state for
skipPartiallyExpandedtofalse.Updated
contentWindowInsetsto useBottomSheetDefaults.windowInsets.modalHeaderis now nullable so usenullinstead ofModalHeader.Resizeable.Bug Fix
RegularModalHeadernow usesminHeightinstead of fixedheightto avoid cropped title text when multi-line.Pill
Improvement Internal improvements relating to semantics.
Pill group, Checkbox group, Shoppable Image, Cards
Bug Fix Some
data classeswere had some mutable properties which is not allowed. These issues have now been mitigated.Input field
New Feature Added support for trailing Payment Logo, which when used, has priority over trailing icon.
net.ikea.skapa:design:2.15.0
Improvement Revisited and updated documentation of all public classes and functions.
Switch
Improvement Removed the shadow effect for pressed states.
Segmented Control
Improvement Added horizontal padding to dividers to give more room for the content.
SheetM3
Improvement Align parameters with Material3 component. Eg. parameter order.
Improvement Re-worked
SheetSample.ktto align better with the recommendation from Material.Experimental Feature Renamed
BottomSheetM3toSheetto align with Skapa naming.Sheet
Deprecation Deprecated the old
BottomSheetfunctions based om Material2. Please migrate toSheetfunctions based on M3 instead.Pill
Improvement Added support for leading and trailing icons.
Deprecation Deprecated the old
Pillfunctions in favour of a few new that aligns better with the rest of our components.
net.ikea.skapa:design:2.14.0
SheetM3
Bugfix Updated WindowInsets to be compatible with edge-to-edge apps.
Card 2.0
Improvement Added extended color palette to the
CardTheme.Choice
Stable Choice is now stable.
CommercialMessage, MemberCard, Price, PriceModule, PriceModuleItems, ProductIdentifier, SkapaIconsProductRange
Improvement Deprecated our product-range package, moved all components to design.
Improvement Alternative function
getIconOrNullthat returns a SkapaIconProductRange or null which does not require surrounding with try-catch.Segmented Control
A11y Improved talkback support for Segmented Control.
net.ikea.skapa:design:2.13.0
Badge
A11y Fixed a minor bug for Talkback users where an unnecessary semantics node was added.
Segmented Control
Experimental Feature Added option to allow either fluid or auto-width for icon variant.
Select, ListBox
Improvement Added a workaround for a corner case where the ListBox rendered slightly off-screen.
Compact Card
Experimental Feature Added
CompactCardcomponent to the design package.Listview Item
A11y Hover improvement.
net.ikea.skapa:design:2.12.0
Card 2.0
Breaking Changes Refactored
CardFooterContentto add content description, and updatedVideoPlayerwith detailed parameters.Experimental Feature Added footer button variants
Primary,PrimaryInverse,PrimaryInverseStaticandPrimaryStatic. Same footer button variant changes apply onSecondarybutton variants.Experimental feature Added
SimpleVideoPlayerto the add-on variants of theCard.Hyperlink
Change Updated underlying logic, samples due the deprecation of
ClickableTextfrom Material.Text area
A11y KeyboardManager now moves focus to next on
Key.Taband previous onShift+Key.Tab.Shoppable Image
A11y Provided better support for Keyboard navigation, Talkback and pointer input (mouse hover support). Note! There are still some improvements to be made so expect some changes on this.
Experimental feature Remove chevron section from the tag when
onClick = nullis provided.Improvement Performance improvements.
Input field
Improvement Added Password sample.
Segmented Control
Experimental Feature Added
SegmentedControlcomponent to the design package.Toast
Bug Fix Fixed issue where the background of the Toast would not collect click actions, and would trigger a component behind it.
net.ikea.skapa:design:2.11.0
Toast
A11y Updated border colour for improved readability.
Aspect Ratio Box
Deprecation Added 2 new aspect ratios, 4:5 and 9:16. Also introduced new enum names for clarity and deprecated the old names.
Button
Bugfix Reduced maximum corner radius when component grow wet several lines. Improved rendering for keyboard focus.
Choice
Bugfix Fixed bug where leading and trailing content would not top align correctly to the center content.
Improvement Slight design change to mitigate the unwanted upwards shift of the content when introducing expanding text.
Improvement Updated bottom padding for expandable text.
QuantityStepper
A11y Increased click area to enter the input field when the component is fluid.
Shoppable image
A11y RTL support. Mirrors the UI except for background image and dot coordinates.
Experimental Feature Added callbacks for products that failed to render due to invalid coords etc.
A11y Talkback improvements.
Card 2.0
Experimental feature Added media container on the top of default and simple variant of card. The media container represents choice between
Image,Video, orShoppableImage. For now, sectionVideois open component, but in the future will be replaced withSimpleVideoPlayer.ListViewItem
Bugfix Added missing pressed & hover state to navigational ListViewItems.
Carousel
Stable
@ExperimentalSkapaApiannotation has been removed and the components is now considered stable.A11y Some Talkback fixes/improvements that works on some devices. Please report unusual behaviours.
BottomSheetM3
Experimental change Function api change due to change in Material component.
windowInsetschange tocontentWindowInsetsand wrapped by lambda function.
net.ikea.skapa:design:2.10.0
SheetM3
Bugfix Fixed
contentHorizontalPaddingnot to affect the footer and header padding.Card 2.0
Experimental feature The first release of the
Card 2.0component. This is alpha version since it is not feature completed. Missing accessibility features.Choice
Experimental Feature Removed exclusive choice between regular and custom content, the custom content slot can now be used in combination with the regular content as addons, or as a stand alone.
Experimental Feature Added expanding text feature to the choice component.
Breaking Change Since ChoiceContent now contains all content, any usage of
ChoiceContent.Customneeds to be revised and wrapped in theChoiceContent(addon = )parameter.Button, IconButton
A11y
ImageOverlayvariant now uses an inverse FocusBorder type for Keyboard navigation that flips the White/Black bordeShoppable image
Experimental change Moved from Product Range to Design package
Improvement Validation of dots being drawn within screen borders. Handle overlapping dots, Accessibility additions. Restructure to make the component stateless.
Breaking Change
ImageParamshas been renamed toShoppableImageBackgroundParamsandTagPositionhas been removed and is being handled internally.
net.ikea.skapa:design:2.9.0
Choice
Breaking Change Move to design package from experimental. It will retain its
@ExperimentalSkapaApiannotation.SheetM3
Experimental Change Added
Window.Insetsto public constructor with default value.Button, IconButton
Experimental change Added new experimental button and icon button variants.
Primary.InversebecomingPrimary.InverseStatic,Secondary.InversebecomingSecondary.InverseStatic,Tertiary.InversebecomingTertiary.InverseStaticDeprecated Deprecated button variants
PrimaryInverse,SecondaryInverse,TertiaryInverseQuantity stepper
Bug fix Fixed to trigger callback for more than
maxValueif user manually enter a larger value
net.ikea.skapa:design:2.8.0
Carousel, Checkbox, Dropdown and all components using HelperText
A11y Updated components to work better with the new Android 14 support for font scaling (200%)
Avatar, Checkbox/Tristate checkbox, Dual button, Listview item, Radio button, Helper text, Text area, Input field
Stable Removed several
ExperimentalSkapaApiannotation making the functions/classes/objects stable.Text area
Deprecation The old function has been deprecated in favor of the new one using
enabledState,helperTextParamsandcharacterCounterParams.Input field
Deprecation The older functions has been deprecated in favor of the new one using
enabledState,iconParams,helperTextParamsandcharacterCounterParams.Pill, Icon pill
Improvement Borders used on pill components are now 2.dp instead of 1.dp when selected.
Sheet
Experimental Feature New Implementation of BottomSheet (
BottomSheetM3) wrapping Material ModalBottomSheet component, this component is annotated as @ExperimentalMaterial3Api, so we will keep it as @ExperimentalSkapaApi until Material consider it Stable.Carousel
Experimental Feature
CarouselVariantnow supports an optional indicator bar with the new experimentalOverflowWithoutIndicatorobject. Note this is only available for theOverflowvariant.Bug Fix Fixed a bug where hover navigation would show if the carousel item was clicked in a specific place.
Quantity stepper
Improvement Removed callback for
minValuewhen making the input field empty. Field now updates to a valid value when leaving field, not during input. Increased clickable area to when influidmode.Tabs
Improvement Added new variant feature
TabVariantto support emphasised and subtle styling.Switch
A11y Hover support added.
net.ikea.skapa:design:2.7.1
MemberCard
Removed Removed MemberCard from design package.
net.ikea.skapa:design:2.7.0
Switch
Migrated away from swipeable modifier leaving only toggleable as a switch system, may result in slightly different swipe behavior and animations.
Sheet, Menu Item
Improvement Add contentHorizontalPadding parameter to adjust component padding in case is needed
Tabs
Stable The component is now considered stable and has been moved from
experimentalto thedesignpackage.Dropdown, ListBox, Menu Item
Stable These components used to implement selection patterns are now considered stable and the
ExperimentalSkapaApihave been moved from their implementation.Select
Stable Preselect functionality is now consider stable and the
ExperimentalSkapaApiannotation has been removed from the enum class.Pill
Stable The Extra Small component size is now consider stable and the
ExperimentalSkapaApiannotation has been removed from the enum class.Experimental Feature Pill with badge has been added as Experimental to be used on Selection patterns and display the amount of selected items
Button
New Feature Added size XSmall to button sizes. This button will have a height of 32dp but retain its 48dp minimum touch target size.
Carousel
A11y Added hover support with navigation buttons for carousel items
Divider
Deprecation Updated component to use Material3 implementation which now will use a orientation function.
Dual button
Stable Updated
orientationparameter and remove theExperimentalSkapaApiannotation to make it stable.Accordion, Card, Dual button, Sheet, Tabs
Updated to use the new Divider implementation.
MemberCard
Improvement Moved to design module, it will stay experimental for the near future.
New Feature Added barcode functionality in both vertical and horizontal layouts.
Experimental Feature Collected styling parameters into single data class
MemberCardStyleParams().
net.ikea.skapa:design:2.6.0
Support for multi-coloured icons in components
Since Skapa Icons 2.3.0 version support dark mode Icons we remove tint property in the Icon element from the following components Accordion, Dropdown, IconPill, ListViewItem, Pill, Toggle
List View Item
New Feature A new Composable constructor has been added to support Price in ListViewItem, the
quantityLabelparameter now can receive a String or a ComposableImprovement Update hover states, title underline will only show with navigational controls, and actions controls will reflect control hover state
Menu Item
Experimental Feature Move component to design package, it will remain as experimental for at least one more iteration.
Card
Migrated from material shadow modifier to skapaShadow modifier, slight changes in the shadow appearance may appear in testing.
Input Field, Text Area
Improve recomposition rate of component border change bonding the border width and color in a single recomposition.
Badge
New Feature Yellow color variant added.
Stable Badge is now considered stable.
Tag
Stable Tag is now considered stable.
net.ikea.skapa:design:2.5.0
Badge
Improvement Multiline corner radius and text alignment.
Carousel
Experimental Feature Add ´CarouselItemSpacing´ a new constructors to allow more flexible item spacing
Inline message
Improvement Talkback traversal order
Hyperlink
Bug Fix Talkback click action was not working
Tag
Experimental Component New component added.
Avatar
Improvement disabled state added.
Select
New Feature Preselected functionality added. To assign a pre-selected item set ´selectedItem´on SelectItemsParams.
Experimental Feature New constructor separating the responsibility of hint and display value, and merging different parameters into a data class.
Button
Bug Fix Text didn't appear when initial state was loading
net.ikea.skapa:design:2.4.0
Checkbox, Radio button, Switch, Select, Dropdown
Bug Fix Fixed issue where these components had multiple focus layers, requiring multiple tab presses to navigate out.
Checkbox, Radio button
Improvement Added 'pressed' states for A11y.
ListViewItem
Experimental feature Add Avatar component as a ListViewItemImage options, to be use as leading content
DualButton, Toggle
Improvement Now interaction source can be provided to each interactive button
Bug Fix Hover state border change fixed for dual button variants
Badge
Experimental Feature New component.
Status
Bug Fix Crashed caused by
LocalTextStyle.current.fontSizereturnedTextUnit.Unspecified.Quantity Stepper
Bug Fix Value was able be "scrolled" beyond visible width, now text is set to monospace and a small extra width is added to the Input to avoid this problem (The described behaviour can still be forced, but won't happen by default).
Card
Experimental change/Feature Aspect ratio support for image.
Text area, Input field
Bugfix Character limit reached announcement with Talkback when traversing the UI.
net.ikea.skapa:design:2.3.0
Helper text, Input field, Text area, Select, Dropdown
New Feature Support for Warning state on Helper text.
Button, Icon button, Jumbo button, Quantity stepper, Pill, Icon pill, Dual button, Avatar, Rating, Hyperlink, Radio button, Toggle, Toast, Card, Accordion, List view item
New Feature Added 'hover' support for cursor input devices, eg. mice.
Toast
Improvement Toast border implemented.
ListViewItem, Accordion
Improvement Improve keyboard focus, depending on the content paddings
Toggle
Improvement Update border color when not selected.
Dual button
Improvement Focus border looks better.
Checkbox/Tri-state checkbox
New Feature Support for Error message and caption simultaneously.
Improvement Removed bottom, top and end paddings
Radio button
New Feature Added caption support.
Improvement Removed bottom, top and end paddings
Switch
Improvement Removed bottom, top and end paddings
ListViewItem
New Feature New trailing Icon control for Copy action
Text area
New Feature Added Read-only state
QuantityStepper
Bug fix Increase/Decrease value with Up/Down keys when focused on Input field
Accordion, Button, Dropdown, Icon Button, Icon Pill, Jumbo Button, Select, Pill
Improvement Reduce the numbers of recompositions, applying performance best practices, some components reduce recomposition up to 89%. (https://developer.android.com/jetpack/compose/performance/bestpractices)
Button, Icon button, Jumbo button, Quantity stepper, Avatar
Bug Fix Update resize effect to use clickable Indication instead of
.scaleand.backgroundmodifiers
net.ikea.skapa:design:2.2.0
Experimental Feature Migrated from Material 2 to Material 3.
ListBox
Improvement Improve keyboard navigation visibility, to match Skapa keyboard focus pattern
Bug Fix (Also affects select) Automatic first element focus. This functionality was remove altogether, talkback will still focus on the first item when opened thanks to Compose DropdownMenu interface, but for keyboard navigation, an extra interaction is needed.
A11y Semantic heading now fixed when using TalkBack.
net.ikea.skapa:design:2.1.0
Deprecated code and code used for migration to v2.0.0 has been removed
Dropdown
Bug Fix Dropdown should not allow trailing icon
ListBox
Bug Fix ListBox headers were clickable and they shouldn't
Input field
Bug Fix Click action on Leading icons should not be allowed.
Experimental Feature Added ReadOnly state that can be used to display non editable information using an input field.
Quantity Stepper
Bug Fix The borders of the Component were being drawn outside its boundaries. This has now been corrected.
net.ikea.skapa:design:2.0.0
Breaking Change Changed deprecation level from WARNING to ERROR in various deprecated functions, QuantityStepper, DualButton, Select, CheckboxGroup, Status.
Breaking Change Multiple enum class entries has been renamed to use PascalCase instead of CAPITALIZED_CASE. Use 'find-replace' to perform name change.
Improvement Component code samples have been moved to the samples package within the Design module.
Accordion
Breaking Change Removed
subtleboolean parameter and replaced withAccordionTextStyleenum. Old Accordion constructors are deprecated.Avatar
Experimental Feature Component added to Design module.
Experimental Feature Static boolean feature added.
Breaking Change
Colorparameter (enumAvatarColor). Replaced by style (enumAvatarStyle).Carousel
Stable Removed SkapaExperimentalApi annotation.
Inline Message
Breaking Change Removed
subtleboolean parameter and replaced withInlineMessageStyleenum. Old InlineMessage constructors are deprecated.Breaking Change Deprecated
DismissParamsdata class constructor that use boolean parametervisible, use newInlineMessageVisibilityenum instead, also renamed parameter nameonDismissClickedtoonDismissRequest.Jumbo button
Breaking change, Bug fix, A11y No longer limited to 2 rows. The component now grows vertically to show the whole label. This change has been done as an accessibility improvement.
Breaking Change Parameter
isFooterhar been replaced byJumboButtonVariant.RegularandJumboButtonVariant.Footer.ListBox
Experimental change Parameter name
onItemSelectedchanged toonClickItem.Experimental Feature New composable function that allows the use of group headers.
Bug Fix Fix background color and shadow, so disabled elements are visible in dark mode.
ListViewItem
Breaking Change Removed
emphasisedboolean parameter and replaced withListViewItemTextStyleenum. Old ListViewItem constructors are deprecated.Loading
Breaking Change
LoadingBallColorenum replaced withLoadingBallVariant. Parametercolorreplaced withvariant. Old LoadingBall constructors are removed.PillGroup
New Feature New states composable function for PillGroup, that allows you to control Pill group Collapsed/Expanded state, and add a localized label to the expand pill.
Breaking Change Old PillGroup composable function deprecated.
Prompt
Stable Component is now considered stable and
ExperimentalSkapaApiannotation is removed.Quantity Stepper
New Feature The
QuantityStepperActionsclass allows developers to specify actions that will be triggered in response to users triggering specific action inputs on the components.Deprecated Composable function that use
onInputValueChangeparameter, you should use composable function withQuantityStepperActionsparameters.Radio Button
Bug Fix Moved
minimumTouchTargetSizemodifier from default parameter to inside of RadioButton function.Rating
Stable Component is now considered stable and
ExperimentalSkapaApiannotation is removed.Sheet
Stable Component is now considered stable and
ExperimentalSkapaApiannotation is removed.Status
Breaking Change Removed
smallboolean and replace by size enumStatusSize.Small&StatusSize.Proportional. The old Status is deprecated.
net.ikea.skapa:design:1.8.0
Select
Bug Fix Wrong padding between text and chevron Icon fixed.
Bug Fix Chevron icon feedback interaction, ripple effect removed and chevron animation rotation was added instead to match web implementation.
Dropdown
Experimental change Experimental stand alone Select component released in 1.7.0 was renamed to Dropdown.
Checkbox
A11y Focusable was set to the wrong layout which led to having 2 focusable nodes. Ie. traversing with keyboards needed 2 taps.
A11y HelperText in Checkbox was read out twice when error.
Pill
Experimental Feature Introducing extra small size.
net.ikea.skapa:design:1.7.0
Checkbox
Bug Fix Fixed issue checkbox Modifier ending up on wrong layout. Eg. padding will end up inside the checkbox instead of outside. Affects Tri-/Checkbox without labels.
ListBox
Experimental Feature Wrapped Material DropdownMenu with Skapa features, used to display select options.
ModalsActionFooter
Bug Fix Remove background modifier from ModalsActionFooter, before use have
neutral1background color token which is not specify in Figma.Select
New Feature New composable without ListBox and work only as a trigger for Select options.
Sheet
New Feature Move component to design package, it will keep
ExperimentalSkapaApiannotation for a little more time.Toast
New Feature Move component to design package, it will keep
ExperimentalSkapaApiannotation for a little more time.Bug Fix Keyboard focus for Toast action update to sharp borders to match Figma specs.
net.ikea.skapa:design:1.6.0
A11y Pill group Fixed issue with keyboard focus after selecting items.
A11y List View Item State of the trailing control (Radio Button, Checkbox, Switch) in now announce in voice over.
Improvement Quantity Stepper Create a new composable function with three new parameters
onInputValueChangecallback to monitor changes from Input Field, andkeyboardActionsandimeAction, to add callback to specific IME actionsStable Aspect Ratio , Image, List View Item are no longer Work in progress
New feature Accordion New experimental composable that allow the use of leading image, and make divider option, is now available
net.ikea.skapa:design:1.5.0
New feature SkapaImage Image Object and example of how to use it with Coil. (@ExperimentalSkapaApi)
New feature AspectRatioBox component. (@ExperimentalSkapaApi)
New feature Rating component move from alpha package to design package. (@ExperimentalSkapaApi)
InlineMessage
Stable button variant promoted to Stable, together with some bug fixes and improvements.
Bugfix remove vertical padding in subtle version, align icon and first line of text, fix component shadow in Default variant.
Experimental change *composable with Hyperlink was removed.
Improvement with buttons API was updated to match Web and iOS and other component naming patterns. Parameters
firstActionandsecondActionwhere grouped in a single class parameter calledactionsExperimental change DualButton Replaced
DualButtonItemwithDualButtonParamsto match other component patterns. Deprecated the old function and data class. UsereplaceWithfor a quick transition to the new data class. Also removedExperimentalSkapaApifrom the Component.Experimental change Accordion Change parameter name
contentHorizontalPaddingtohorizontalPaddingsince the padding is not only applied to the content but also to the title and caption.Improvement With the purpose of having a more generic API, we add a new constructor of
DismissParamsfor a more generic use one withoutvisibleparameter than now is a class property variable null by default. Affected components Inline Message, Carousel, ToastImprovement Samples for button components added to samples directory and published to android.skapa.ikea.net
Improvement Added dependency to
net.ikea.skapa:designpackage for all Alpha packages in order to reuse Skapa internal functions. Also added @InternalSkapaApi annotation to those functions.
Packages
Skapa Components available for Android.