You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)