Skip to content

v4.10.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 08:15
d64f8f9

4.10.0 (2026-04-07)

Features

  • form-field: introduce CSS class to highlight required inputs (#4642) (1c899cb)
  • sbb-form-field: add <sbb-hint> and <sbb-form-field-text-counter> components (#4579) (b5cd5dc), closes #4512
  • select: allow custom defined comparison functions (#4688) (ba07c27)
  • table: add CSS class for subtitles (#4735) (bd37d26)
  • table: add utility CSS classes (#4704) (d535760)

Bug Fixes

  • avoid bleeding of font-weight (#4734) (d5d3eb4)
  • dialog, overlay: set returnValue to null on Escape key press and backdrop click (#4750) (4d6617c)
  • ensure finalization is run correctly in SSR (#4748) (59562cd)
  • icon: avoid throwing on icon loading error (#4749) (e96794e), closes #4744
  • notification: text misalignment (#4713) (239ed6c), closes #4702
  • seat-reservation: fix wrong calculation of icon dimension if serviceIcons are not present (#4725) (82f23ec)
  • select: fix color of overflow ellipsis (#4738) (791daf9)
  • signet: fix width (#4710) (8487d6d)
  • use pure path in react and define in component creation (#4727) (94e3bd0)

Documentation

Code Refactoring