16.1.7 Version History

What’s new

  • x64 version of packages can now be installed in Delphi x64 IDE
  • New overloaded methods in TIWDiscordHelper SendMessage and SendMessageEx with an additional parameter to receive error message in case of failure when calling Discord API. Better error handling in IWDiscord.
  • New property TIWDiscord.MessageSizeLimit that limits the length of the text (default 2000 bytes, which is the current Discord API limit)

Modified

  • IWFont and a few other CSS-related classes used mostly by IWFileUploader: Do not store default properties in the DFM file

Bug fix

  • Issue with C++Builder install which caused project compilation to fail
  • IWFileUploader JavaScript error when using drag & drop
  • Due to recent mobile Chrome changes an IntraWeb application would start a mobile session with wrong form/screen sizes
  • IWGrid, IWDBGrid cell style rendering could contain invalid data. IWGrid and IWDBGrid should be fully CSP compliant.
  • Fixes an issue in Lazarus that prevents a project containing a IWFileUploader control to be compiled