Releases: PrismaUI-SKSE/framework
Releases · PrismaUI-SKSE/framework
1.2.2
Demo
Website
Changes
- Added handler for ultralight thread rare crash
- Fixed preventing rendering flow issue when many plugins are loaded
- Removed AVX2 build flag
Credits
1.2.1
1.2.0
Demo
Website
Changes
- Added Ultralight Inspector (Beta) with new API methods
- 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
- Added new argument
disableFocusMenutoFocusmethod to disable FocusMenu when focusing - Added new API method
HasAnyActiveFocusto check if any focus is active
Credits
Huge thanks to @langfod for helping!
@StarkMP
IMPORTANT: Requires full framework reinstall with new installation method.
1.1.0
Demo
Website
Changes
- 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 task queue for views which fixes API methods execution conflicts
- Upgraded Ultralight version to
1.4.1-devwhich brings better performance, new CSS features:mask-image,background-clip: text,background-repeatand other minor fixes and improvements - Added website URL support for
htmlPathinCreateView - Refactored the project structure
Credits
IMPORTANT: Requires full framework reinstall, including root directory files (Ultralight dlls and resources folder).
1.0.0
Demo
Website
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
Credits
IMPORTANT: There is no compability with previous versions. Please, read the migration guide.