Changelog
Version 1.3.0 Latest
Section titled “Version 1.3.0 ”- Added copy-paste support for text inputs
- Fixed prison crash issue
- Fixed issue where domReadyCallback was being called twice
Version 1.2.2
Section titled “Version 1.2.2”- Added Ultralight Inspector (Beta) with new API methods
- Added new argument
disableFocusMenuto Focus method to disable FocusMenu when focusing - Added new API method
HasAnyActiveFocusto 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
Version 1.1.0
Section titled “Version 1.1.0”- 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
GetOrderto get view rendering order - Added new API method
SetOrderto 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
htmlPathinCreateView - Refactored the project structure
Version 1.0.0
Section titled “Version 1.0.0”- 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