Changelog
Version 1.1.0 Latest
Section titled “Version 1.1.0 ”New Features
Section titled “New Features”-
Visibility Management
- Added new API method
Hideto disable view visibility - Added new API method
Showto enable view visibility - Added new API method
IsHiddento check if view visibility is disabled
- Added new API method
-
Rendering Order Management
- Added new API method
GetOrderto get view rendering order - Added new API method
SetOrderto set view rendering order
- Added new API method
Improvements
Section titled “Improvements”- 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
htmlPathinCreateView - Refactored the project structure
Version 1.0.0
Section titled “Version 1.0.0”Changes
Section titled “Changes”- Migrated from
stdto native C types at plugin API - Added new method
InteropCallfor performance friendly high-load JS calling - Improved cursor moving performance
- Improved JavaScript logic execution performance
- Fixed
scriptargument encoding issue atInvokemethod