Here's a list of the most noteworthy things in the RAP 3.3 release which is available for download since September 27, 2017.
The following new RAP specific API for limiting the upload size/time have been added to FileUploadHandler/FileDialog
UploadSizeLimitExceededException
classUploadTimeLimitExceededException
classFileUploadHandler.setUploadTimeLimit(long)
FileUploadHandler.getUploadTimeLimit()
FileDialog.setUploadSizeLimit(long)
FileDialog.getUploadSizeLimit()
FileDialog.setUploadTimeLimit(long)
FileDialog.getUploadTimeLimit()
The widget badge now respects the parent widget custom variant.
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.
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.
This list shows all bugs that have been fixed for this release.
To assist you with the migration from RAP 2.x (or 1.x) to 3.0, we provide a migration guide.