v10.101.1
·
1018 commits
to release
since this release
10.101.1 (2026-03-23)
⚡ Refactoring
✅ Tests
- Stat: add Inline skeleton propagation edge case tests (#7149) (6bd3611)
- Stat: add NaN and Infinity edge case tests for Stat.Number (#7107) (76b178f)
📝 Documentation
- List: add fontSize and fontWeight props to ItemCenter properties table (#7159) (9e2d4ab), closes #7157
- List: add fontWeight prop to ItemStart properties table (#7158) (2e71467), closes #7156
- List: improve ListCard documentation (#7082) (21e5454)
- Stat: add Inline description and Amount deprecation note (#7103) (3c84b96)
- Stat: add value prop to Trend documentation (#7120) (4dce0d3)
🐛 Bug Fixes
- List.Container: propagate skeleton to child items via context (#7101) (715f2a4)
- List.ScrollView: propagate skeleton to child items (#7104) (0792d2e)
- List: add disabled color overrides to Sbanken theme (#7155) (cf20fcd)
- List: add disabled prop to interactive items (#7105) (d6d35a2)
- List: add disabled prop to ItemAccordion via context (#7127) (3317e19)
- List: add fontSize and fontWeight props to ItemCenter for consistency with ItemEnd (#7157) (0a6fd70)
- List: add fontWeight prop to ItemStart for consistency with ItemEnd (#7156) (3189bc1)
- List: add skeleton support to all cell components (#7128) (020f2e8)
- List: always propagate skeleton and disabled through ScrollView context (#7160) (e412612)
- List: apply skeleton class to AccordionHeader (#7143) (1c1cdc4)
- List: correct Sbanken theme variable name to --item-background-color (#7131) (6302dc4)
- List: default separated to false in Container (#7125) (cde4a39)
- List: explicitly forward skeleton prop in ItemAccordion (#7140) (b73bf1c)
- List: forward selected, variant and skeleton props in ItemAction (#7139) (3eacdd0)
- List: inherit parent context values in ScrollView skeleton provider (#7117) (c3bf34c)
- List: inherit skeleton from context in AccordionContent (#7135) (07e1daa)
- List: inherit skeleton from SharedContext Provider (#7132) (b587cfc)
- List: propagate skeleton property to children via shared Context (#7161) (4f96fda)
- List: remove redundant HTMLDivElement type from Container and ItemContent props (#7109) (4496ae0)
- List: remove redundant variant resolution from ItemBasic (#7111) (150e23c)
- List: remove trailing comma from CSS var() fallback (#7134) (7d2e9a4)
- List: support disabled prop on Container to disable all child items (#7142) (af504ac)
- List: use FlexItem props for ItemIcon instead of ItemContentProps (#7115) (83cd047)
- List: use FlexItemProps for cell components instead of ItemContentProps (#7121) (87a2501)
- List: use FlexItemProps for ItemSubline instead of ItemContentProps (#7126) (33b2add)
- Stat: add explicit id prop to Label, Content, Trend, Rating, and Info (#7114) (653b83f)
- Stat: add id and style props to Root type and documentation (#7130) (31e88c2)
- Stat: add NumberExport.ts for standalone import (#7091) (4d21ea0)
- Stat: add runtime deprecation warning for Stat.Amount (#7138) (771bd13)
- Stat: add skeleton support to Stat.Inline (#7099) (71a0014)
- Stat: add style prop to Trend, Rating, Info, and Content types (#7085) (d77f674)
- Stat: apply skeleton class and aria-disabled to Content element (#7090) (ce459b3)
- Stat: colorizeBySign works without signDisplay (962c09f)
- Stat: default Content to span element when used outside Root (#7147) (9bf77ff)
- Stat: default Label to span element when used outside Root (#7146) (a739107)
- Stat: explicitly destructure and pass style prop in Info (#7136) (4c6579d)
- Stat: explicitly destructure and pass style prop in Rating (#7118) (cb8b2f5)
- Stat: explicitly destructure and pass style prop in Trend (#7119) (729b4da)
- Stat: propagate skeleton context from Inline to children (#7137) (186b98f)
- Stat: render NaN and Infinity as em dash in Trend (#7092) (a30024a)
- Stat: warn when Content appears before Label in Root (#7089) (47bdb29)