Skip to content

Changelog


Download

  • Added copy-paste support for text inputs
  • Fixed prison crash issue
  • Fixed issue where domReadyCallback was being called twice

Download

  • Added Ultralight Inspector (Beta) with new API methods
  • Added new argument disableFocusMenu to Focus method to disable FocusMenu when focusing
  • Added new API method HasAnyActiveFocus to check if any focus is active
  • Added dynamic DLL loading (now you shouldn’t put files in skyrim root directory)
  • Migrated to CMake project configuration (xmake is removed)
  • Reworked project building flow
  • Minor code improvements

Download

  • Added new API method Hide to disable view visibility
  • Added new API method Show to enable view visibility
  • Added new API method IsHidden to check if view visibility is disabled
  • Added new API method GetOrder to get view rendering order
  • Added new API method SetOrder to set view rendering order
  • Moved all API callbacks execution environment to the main thread
  • Added views tasks queue which fixes API methods execution conflicts
  • Upgraded Ultralight version to 1.4.1-dev:
    • Better performance
    • New CSS features: mask-image, background-clip: text, background-repeat
    • Other minor fixes and improvements
  • Added website URL support for htmlPath in CreateView
  • Refactored the project structure

Download

  • Migrated from std to native C types at plugin API
  • Added new method InteropCall for performance friendly high-load JS calling
  • Improved cursor moving performance
  • Improved JavaScript logic execution performance
  • Fixed script argument encoding issue at Invoke method