Skip to content

v22.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:33
f615b30

22.0.0 (2026-06-10)

⚠ BREAKING CHANGES

  • Check the related upstream breaking changes of lyne-elements v5.
  • introduced specific overlay configurations for dialog (SbbDialogConfig), overlay (SbbOverlayConfig) and toast (SbbToastConfig). Removed entry point core/overlay; use core instead.
  • Various deprecated symbols were removed and some types were adapted.

Features

Bug Fixes

  • dialog,overlay: return null as close result for empty close attribute (#387) (ea65ab6), closes #386
  • slider: update form value on input instead of on change (#401) (d6374c0)
  • treat null as (in)valid date in date and time input (#389) (11d084b)

Documentation

Code Refactoring

  • provide own overlay config for overlay module (#403) (9d5f16f)
  • remove explicit declaration of 'input' and 'change' events (#378) (c906da5)
  • remove obsolete entry points for file selector (#405) (f699607)
  • remove various deprecated symbols (#392) (bb1a9e9)
  • simplify code by using signal forms (#395) (06bf57d)