New component IWAudioRecorder: Allows user to record audio from user’s machine, download or upload it, with zero lines of code.
TIWIpAccessCounter class. Allows to easily implement a unique visitors counter in your IntraWeb application via ServerController.SessionOptions.UniqueVisitorsMetrics property.
New component: TIWFormEvents: Gives direct access to new DOM page events not exposed by IWForm.
New function GraphicFileToBase64Str() in IWImageUtils, converts common graphic files into Base64 encoded strings ready to be used in any web page
New class function TIWMimeTypes.ImageFileToMimeType(const aFileName: string; var vMimeType: string): Boolean in unit IWMimeTypes: Given a graphic file name returns the corresponding MIME type (works for common graphic files used in the web as PNG, JPG, GIF, WEBP)
New methods in TIWCanvas and descendants (e.g. TIWSignaturePad):