Skip to content

v11.1.0

Choose a tag to compare

@tujoworker tujoworker released this 04 May 18:12
· 590 commits to release since this release

11.1.0 (2026-05-04)

⚡ Refactoring

  • Breadcrumb: ensure Sbanken dark mode compatibility (#7891) (a3893ab)
  • Logo: support dark mode (#7889) (8c27fe0)
  • Portal: use translationsLoader for dynamic locale loading (#7885) (ef2982b)

✨ Features

  • add opt-in ICU MessageFormat support for translations (#7894) (b87d879)
  • add shared focus-ring variable for border width --focus-ring-width (#7878) (29bd01c)
  • deprecate --color-* CSS custom properties and color documentation in favor of design tokens (#7888) (c1301fb)
  • Provider: add translationsLoader for async dynamic translations (#7870) (7cd5d04)
  • release tokens (beta) and dark mode support (#7871) (0055476)
  • Table: add useTableKeyboardNavigation "plugin" hook (#7779) (9337295)
  • Table: add verticalAlign prop to Td (#7884) (bb102bd), closes #7870

🐛 Bug Fixes

  • Field.Selection, Field.ArraySelection: pass width to FieldBlock to prevent label truncation (#7876) (fa1d666)
  • Forms: keep GlobalStatus visible until all errors are resolved (#7877) (7d8fe2d)
  • GlobalStatus: preserve provider state when state prop is not given (#7880) (50442b4)
  • Table: hide table bottom border when border is explicitly false (#7908) (22aac70)
  • Tabs: improve tabs scroll buttons handling (#7892) (4f41d45)