Skip to content

v11.5.0

Choose a tag to compare

@tujoworker tujoworker released this 03 Jun 07:25
· 171 commits to release since this release

11.5.0 (2026-06-03)

✨ Features

  • Accordion: rename standalone Content id prop to connectedTo (#8364) (7acbe14)
  • Accordion: transition chevron icon during open/closing (#8289) (8624327)
  • allow atlassian-bot full access in robots.txt (#8335) (f042203)
  • Autocomplete: transition chevron icon during open/closing (#8290) (7999bb7)
  • Breadcrumb: transition chevron icon during open/closing (#8291) (7167b3f)
  • DatePicker: add rangeSingleCalendar prop (#8279) (a1fbb95)
  • Field.BankAccountNumber: allow typing beyond the 11-digit mask length (#8225) (127b547)
  • Field.Date: add rangeSingleCalendar prop (#8339) (fd03d8d)
  • Field.NationalIdentityNumber: allow typing beyond the 11-digit mask length (#8224) (1f65c18)
  • Field.OrganizationNumber: allow typing beyond the 9-digit mask length (#8226) (8744064)
  • Field.Password: transition visibility toggle icons (#8295) (f08129a)
  • Field.PhoneNumber: allow typing beyond the 8-digit mask length (#8227) (004f8c8)
  • Field.PostalCodeAndCIty: allow typing beyond the 4-digit postal code mask length (#8229) (bb46886)
  • HelpButton: transition inline icon during open/closing (#8292) (03c5b0a)
  • List: transition accordion chevron icon during open/closing (#8293) (6edc02a)
  • Menu: transition accordion chevron icon during open/closing (#8294) (2518e89)
  • StepIndicator: transition chevron icon during open/closing (#8296) (57f1728)
  • Table: transition sort/accordion icons during open/closing (#8297) (15d2a97)

🐛 Bug Fixes

  • Accordion: prevent tertiary button from stretching when expanded (#8384) (51edd08)
  • align Tailwind breakpoint variables with allAbove mixin (#8371) (c5644d2)
  • Breadcrumb: prevent chevrons on breadcrumb row from changing direction on smaller screen sizes (#8288) (9f449e8)
  • Breadcrumb: set background color for non collapsable breadcrumbs to transparent and correct paddings and indents (#8357) (1654729)
  • Button: add ondark background tokens for tertiary icon-only buttons (#8345) (0e11b26)
  • Button: symmetric focus ring padding for tertiary buttons with icons (#8346) (6ff6541)
  • DatePicker: remove calendar padding in inline mode to avoid unnecessary whitespace (#8358) (0698a59)
  • DatePicker: remove drop shadow when inline (#8348) (1e4165d)
  • DatePicker: support responsive range calendars and use transparent background color when inline (#8347) (bfa9bd5)
  • DatePicker: use focus color tokens for keyboard navigation (#8349) (3620d9f)
  • Field.MultiSelection: match popover border-radius on first and last items (#8298) (2f082af)
  • InputMasked, Field.Number: prevent input beyond MAX_SAFE_INTEGER (#8260) (daa7a2f)
  • List: scope CSS vars to prevent collision with other components inside (#8300) (50ac16e)
  • PaymentCard: inherit text color from card instead of typography token (#8367) (c27f3f1)
  • Textarea: add disabled placeholder color token to match input (#8356) (f1d8bdf)
  • Textarea: use consistent disabled background token with Input (#8355) (15d8d77)

📝 Documentation

  • PaymentCard: add alternative CSS import for styles (#8369) (aa94472)

💈 Style Changes

  • Dropdown, Autocomplete: unify design across brands (#7767) (ae6746f)
  • Field.Number: unify theme styles (Sbanken) (#8344) (0890ceb)

🎨 Design Changes