Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@Gervwyk Gervwyk released this 22 Apr 12:52
924c589

Features

  • Add the SetFocus action that sets focus on a specified HTML element.
  • Add Popover and TreeSelector blocks.
  • Added fields property to AwsS3PresignedPostPolicy. Useful for setting Content-Type etc.
  • Add singleFile and maxCount to S3UploadPhoto and S3UploadButton blocks.
  • Added S3UploadDragger and S3Download blocks.
  • Add a property called responseTime to the request object to measure response times of requests.

Bug Fixes

  • Bug fix for Pagination block initial pageSize value.
  • Add type property to TextInput to set HTML5 input types.
  • Fix Pagination block skip state value. The skip value is now calculated from current and pageSize values if block value is changed using SetState.
  • Refactored S3UploadPhoto and S3UploadButton.