Twitter Logo Follow us on Twitter
Project Information About this project

RAP 3.3 - New and Noteworthy

Here's a list of the most noteworthy things in the RAP 3.3 release which is available for download since September 27, 2017.

FileUpload/FileDialog enhancements

The following new RAP specific API for limiting the upload size/time have been added to FileUploadHandler/FileDialog

  • UploadSizeLimitExceededException class
  • UploadTimeLimitExceededException class
  • FileUploadHandler.setUploadTimeLimit(long)
  • FileUploadHandler.getUploadTimeLimit()
  • FileDialog.setUploadSizeLimit(long)
  • FileDialog.getUploadSizeLimit()
  • FileDialog.setUploadTimeLimit(long)
  • FileDialog.getUploadTimeLimit()

Improve widget badge styling capabilities

The widget badge now respects the parent widget custom variant.

Add possibility to create ToolTip widget with fixed dimensions

width and height CSS attributes have been added to ToolTip CSS element. It's possible to set a fixed size or keep their default value to auto for automatically calculated dimensions.

Update Grid viewer bundle

The content of org.eclipse.rap.nebula.jface.gridviewer bundle has been updated to the latest Nebula Grid code base. A new class GridColumnLayout has been added.

Bugfixes

This list shows all bugs that have been fixed for this release.