Login to follow
OutSystems UI

OutSystems UI (ODC)

Supported
Stable version 2.28.1 (Compatible with ODC)
Uploaded on 6 May (11 days ago) by OutSystems
OutSystems UI

OutSystems UI (ODC)

Details
Detailed Description

With dozens of responsive UI patterns, this framework is integrated with OutSystems and allows you to build the UI of your app using low code.

Key features:

  • More than 70 UI patterns
  • Easily customizable and extendable design system
  • Responsive UI
  • Right-to-left support
  • Accessibility compliance with WCAG 2.1
  • Actions to deal with different device types
  • Built for Web and Mobile apps

Find out more at https://outsystemsui.outsystems.com

Release notes 

Fixed Issues and Improvements

  • ROU-12622 - Fixed an issue that caused the Progress Circle component to be displayed incorrectly in design time. This occurred when a Progress Circle component was previewed in ODC Studio, causing the percentage and stroke visuals to render inaccurately on the canvas.
  • 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.
    Note: A specific subset of dates in certain time zones (specifically 1983 or earlier) will be fully resolved once a fix is implemented for the built-in NewDate() function, tracked under RPM-6757 (from the platform runtime). From 1984 onwards, DST transitions typically skip 1 AM rather than midnight, ensuring a valid "midnight" timestamp exists for those dates.
  • 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-12726 / RPM-6748 - Fixed an issue that caused the icons in Inputs and Dropdowns to exhibit visual and interaction lighting bugs. This occurred as a side effect of the icon modernization following the library update to version 2.28.0
  • ROU-12745 - Fixed an issue that caused the Feedback Message to slide down very slowly in Android's landscape mode.