Skip to content

v0.49.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 14:08
b2528c2

0.49.0 (2024-03-28)

⚠ BREAKING CHANGES

  • sbb-form-field: label property and attribute of <sbb-form-field> was removed. Use <label> tag inside <sbb-form-field> to provide the label information. E.g. <sbb-form-field label="Example">...</sbb-form-field> becomes <sbb-form-field><label>Example</label>...</sbb-form-field>
  • renamed component sbb-screenreader-only to sbb-screeen-reader-only.
  • sbb-calendar: The SbbDatepicker property selectedDate has been renamed to selected. This also applies to the attribute selected-date, which has been renamed to selected. Additionally the DateAdapter (and NativeDateAdapter) have been superficially refactored. An important change is that the month is now 1-based, instead of 0-based.

Features

  • implement experimental support for server side rendering (SSR) (#2466) (3abcc68)

Bug Fixes

  • fix scrollbar styles for Chrome (#2524) (1266a21)
  • sbb-button: remove gap for hidden icons in icon slot (#2526) (433c57c)
  • sbb-form-field: remove label property and attribute (#2523) (602064c)
  • stories with label bold for sbb-checkbox and sbb-radio-button (#2528) (9e85be5)

Code Refactoring

  • rename component name from sbb-screenreader-only to sbb-screeen-reader-only (#2520) (6fbf085)
  • sbb-calendar: implement initial support for other date libraries (6d4e9c2)