Skip to content

v11.3.0

Choose a tag to compare

@tujoworker tujoworker released this 19 May 08:48
· 386 commits to release since this release

11.3.0 (2026-05-19)

πŸ“ Documentation

  • Forms: move more-fields to feature-fields and base-fields (#8067) (5aced8f)

πŸ› Bug Fixes

  • Accordion: memoize store (rememberState) (#8128) (a815d9e)
  • ArraySelection: retain focus on checkbox when selecting/deselecting (#8125) (59061ba)
  • BankAccountNumber: sync valueRef with external value changes (#8074) (e30419b)
  • DateOfBirth: sync day/month/year refs with external value changes (#8075) (a5ad5e7)
  • Field.String: use showClearButton instead of clear prop (#8101) (f27bec9)
  • Flex: omit wrapper for spacing props in context-only providers (#8112) (512715a)
  • Form.SubmitButton: show loading indicator inside Field.Composition (#8052) (9276dc3)
  • Icon: prevent skeleton and other props leaking to SVG element (#8104) (d63f7c5)
  • Provider: use createSharedState to prevent infinite render loop (#8107) (390809a)
  • Tabs: add scroll navigation labels (#8124) (cb956f1)
  • Tabs: prevent setState during render in shared state initialization (#8127) (542c745)
  • TermDefinition: add skeleton support (#8103) (e5d1350)
  • ToggleButton: fix setState-during-render in group context registration (#8102) (d3cce59)

✨ Features

  • Accordion: add tertiary variant (#8121) (3115b67)
  • enhance Stylelint plugin with token-name-policy (#8030) (a600a51)
  • Forms: add MultiSelection field (#8048) (c0801e8)
  • Icon: add filled icon support to Icon component (fill prop) (#8022) (31ce06b)
  • MCP: add HTTP server with SSE + Streamable HTTP transports (#8087) (a83c5d2)
  • Space: add Space.ResponsiveContext component to enable responsive layout spacing (⚠️ Beta) (#8095) (be300b8)
  • Space: add useSpacing hook and apply to all components and deprecate applySpacing (#8089) (7aeb389)
  • Table: add highlight prop to Th and Td for highlighting cells (#8025) (4f95db7)

πŸ’ˆ Style Changes

  • ToggleButton, Radio: ToggleButton redesign (#7974) (e38d0c7)