Skip to content

Release of version 2.28.1 (2026-04-28)

Latest

Choose a tag to compare

@UiComponentsBot UiComponentsBot released this 27 Apr 09:56
· 39 commits to dev since this release
ea3b2e0

Fixed Issues and Improvements

  • ROU-12688 - Fixed an issue that caused the TableRecord widget to not show dividers between rows when nested within another table and placed inside the last row.
  • ROU-12709 / RPM-6728 - Fixed an issue that caused the DatePicker and DatePickerRange components to return a null date via the OnSelected event.
    This occurred when selecting specific days affected by Daylight Saving Time (DST) transitions, where the internal date-parsing logic failed to resolve the time offset correctly.
  • ROU-12725 / RPM-6747 - Fixed an issue that caused the screen to throw an error when a custom Layout block did not contain a "MainContent" placeholder.
    This occurred as a side effect of a recent accessibility improvement that attempted to set an aria-label on a specific DOM element; the logic failed to check if the target element existed, leading to a null reference error in custom layouts where that element was absent.
  • ROU-12745 - Fixed an issue that caused the Feedback Message to slide down very slowly in Android's landscape mode.