16.1.8 Version History

What’s new

  • jQuery updated to version 3.7.1. This version is fully compatible with previous version used by IntraWeb.
  • New method Contains(const aDataId: string): Boolean in TIWClipboard (UserSession) returns True if clipboard contains a named value
  • UseIWAsyncRender property added to TIWBSCommon  (IWBootstrap 3) and TIWBS4Common (IWBootstrap 4) classes. Default is False (keep compatibility with existing projects).
    This property controls if IWBootstrap rendering engine will use IW’s Built-in async rendering mechanism or its own. Using IW’s built-in rendering, makes easier to integrate standard IntraWeb components into IWBootstrap projects.

Modified

  • IdMaxLineLengthDefault increased to 256 MB. This restores the behavior of IW 15 regarding the maximum size of a line in Indy servers.

Bug fix

  • IWGradButton: fix regression introduced in IW 16.1.7 which breaks the loading of IWGradButtons at runtime from DFM files
  • IWLog() (IW built-in Toast notification) may interfere with some pages after hiding
  • Long messages displayed via eventually would not fit inside WebApplication.ShowMessage() window.