Skip to content

Release of version 2.13.0 (2023-10-30)

Compare
Choose a tag to compare
@gnbm gnbm released this 17 Oct 18:19
73d4c24

What's New:

  • ROU-4182 - Now, we can use the new Image Column block to render image fields in the Data Grid.
    Check the documentation for more information.

Fixed Issues and Improvements:

  • ROU-4528 - Updated Wijmo library to version 5.20231.908-RC (2023).
  • Improved the Undo/Redo actions on Safari to respond to the default key combination for MacOS devices. Now, use Command+Z to undo an action and Shift Command+Z to redo an action.
  • ROU-4442 - As mentioned in the release notes of version 2.12.1, the module OutSystemsDataGrid_Resources was removed from the OutSystems Data Grid application since the language resources were previously moved to OutSystemsDataGrid.
    This should have no impact on the consumer applications. For consistency reasons, since the platform mechanisms don’t remove the OutSystemsDataGrid_Resources module, you can manually remove it to avoid future conflicts.
  • ROU-4214/RPM-3849 - Fixed an issue that caused a console error when the ESC key was pressed twice in the Data Grid.
    This occurred when starting editing a cell and then pressing the ESC key twice to cancel a cell edition.
  • ROU-4380 - Fixed an issue that caused the Data Grid to not allow the frozen column resizing.
    This occurred when a frozen column was resized to the maximum width possible.
  • ROU-4439 - Fixed an issue that caused the undo action to not restore all the dropdown cell values when the Dropdown Column has a dropdown dependency.
    This occurred when multiple cells of the parent Dropdown column were selected, and deleted, and then the undo action was performed.
  • ROU-4467 - Fixed an issue that caused a runtime error to be thrown when using the GetChangedLines client action.
    This occurred when calling the GetChangedLines client action after adding, removing, and adding a row again.
  • ROU-4472 - Now, when setting DynamicHeight = True the client action SetColumnWordWrap the header will also receive the same behaviour.
  • ROU-4476 - Fixed an issue that was causing the column cells and headers not to have the proper dimensions. This occurred when using the SetColumnWordWrap client action on a column.
  • ROU-4481/RPM-3916 - Fixed an issue that caused the OnCellValueChange event not to be triggered when using the BackSpace and Delete keys to erase cell data values.Fixed an issue that prevented the frozen columns from being resized when they had their maximum width.
  • ROU-4519 - Fixed an issue that caused the Dropdown Columns to trigger the OnCellValueChange event twice.
  • Fixed an issue that caused the Dropdown Columns to trigger the OnCellValueChange even when no change was performed.
  • Fixed an issue that caused the OnCellValueChange event of the Dropdown Columns to return the wrong value for the OldValue output parameter. This occurred when one Dropdown column had a dependency on another and the parent Dropdown value changed or an undo action was performed.
  • ROU-4571 - Fixed an issue that caused the custom tooltip to be assigned to the wrong Column Header. This occurred when the Data Grid had a Column Group.