Skip to content

v5.0.0-next

Choose a tag to compare

@github-actions github-actions released this 13 Apr 14:04
1419827

5.0.0-next (2026-04-13)

⚠ BREAKING CHANGES

  • link: the size property has been removed from sbb-link,sbb-link-button and sbb-link-static, since it has effects only on block-links.
  • Elements no longer have side effects (i.e. register globally) unless imported via the non-pure entrypoint or when calling define(). Additionally, SbbElement is now enforced as the base class for all elements and the mixins SbbElementInternalsMixin and SbbHydrationMixin have been inlined into SbbElement and therefore removed.
  • The library now targets es2023

Features

  • form-field: add optional type to custom control API (#4785) (0829ef2), closes #4773
  • sidebar: close sidebar on navigation events (#4762) (cd16ec1)

Bug Fixes

Code Refactoring

Miscellaneous Chores