Skip to content

v11.0.2

Choose a tag to compare

@tujoworker tujoworker released this 28 Apr 04:52
· 679 commits to release since this release

11.0.2 (2026-04-28)

πŸ“ Documentation

  • add design tokens guide (#7777) (938e4c9)
  • Portal: add missing syntax highlighting and support brand colors (#7775) (453acba)

πŸ› Bug Fixes

  • add missing dnb-page-background helper class (#7757) (7d745ff)
  • Button: accept ReactNode title and convert to string internally (#7756) (f438537)
  • DatePicker: use span instead of label for calendar header title (#7747) (fe72486)
  • Dropdown, Autocomplete, Dialog, Drawer, Popover: remove theming classes into PortalRoot (#7764) (491f6b6)
  • Dropdown, Autocomplete: add outline (border) to DrawerList (#7759) (4e57341)
  • FieldBlock: render label as span when not associated with a form field (#7746) (80058a4)
  • HelpButtonInline: pass ReactNode title for tooltip rendering (#7801) (8cb6f1d), closes #7752
  • MCP: make @modelcontextprotocol/sdk a devDependency β€” ⚠️ install it yourself to use the MCP server (beta) (#7769) (28ca92c)
  • Popover: clamp arrow at border-radius boundary to avoid rounded corner gap (#7765) (7651a8e)
  • prevent useMediaQuery hydration mismatch (#7773) (c7b0fc5)
  • read key from element instead of props for React 19 compatibility (#7793) (59bf60d)
  • scope :root sibling selectors in PostCSS isolation plugin (#7772) (2f0ed8c)
  • StepIndicator: render trigger label as span instead of label element (#7748) (045889e)
  • support React component titles in help button aria-label (#7755) (fa2043f)

⚑ Refactoring