Skip to content

Changelog


Download

  • Visibility Management

    • 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
  • Rendering Order Management

    • 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