Skip to content

v11.2.0

Choose a tag to compare

@tujoworker tujoworker released this 08 May 07:29
· 498 commits to release since this release

11.2.0 (2026-05-08)

πŸ“ Documentation

⚑ Refactoring

  • Accordion: add border radius tokens for Sbanken theme (#7992) (96c0379)
  • Code: add border radius tokens (#7969) (d4d79ef)
  • DrawerList: use border radius tokens (#7970) (4b71dde)
  • Flex: rename --sizeCount CSS custom property to --size-count (#7985) (eaf43da)
  • ProgressIndicator: add border radius token (#7982) (632da45)
  • replace default React imports with named imports (#7681) (0b61f41)
  • Table: add border radius token for outline variant (#7983) (e2f14a7)
  • Timeline: add border radius tokens (#7940) (9143a88)
  • Tooltip: add correct border radius token (#7964) (ca33fee)

✨ Features

  • add ESLint and Stylelint Plugin to detecting deprecated color variable usage (#7971) (71fcb87)
  • generate markdown for all docs pages including MCP server docs (#7945) (72ed11c)
  • StyleIsolation: warn when deprecated color variables are used via PostCSS plugin (#7972) (8b278cf), closes #7971
  • Table: add selected state to Table Td (#7996) (b438f62)
  • Table: add verticalAlign prop to Tr (#7981) (1cbbdca), closes #7977
  • Table: add clickable table cells (#7977) (963b0f6)

πŸ› Bug Fixes

  • Field.Expiry: prevent focus when clicking outside the component (#7958) (af8cc4d)
  • HeightAnimation: fix hydration mismatches for SSR compatibility (#8002) (9421228)
  • HelpButtonInline: remove backgroundColor from Section (#8004) (35bb802)
  • Iterate.Array: clear open-delay timeout on unmount in ArrayItemArea (#7979) (fc5b963)
  • List: make entire Item.Action clickable, not just the text (#7993) (56d9512)
  • prevent whatinput from interfering with React hydration (SSR) (#8000) (ff44088)
  • remove unused @babel/runtime-corejs3 dependency (#7994) (c3b699e)
  • render help title in div instead of p to support block-level elements (#7942) (d4d949f)
  • Table: fix focus ring width on accordion and clickable rows (#7975) (753569c)