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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.