Skip to content

Releases: PrismaUI-SKSE/framework

1.2.2

29 Jan 12:33

Choose a tag to compare

Demo

https://youtu.be/5yuIWa3MOtw

Website

https://www.prismaui.dev

Changes

  • Added handler for ultralight thread rare crash
  • Fixed preventing rendering flow issue when many plugins are loaded
  • Removed AVX2 build flag

Credits

@StarkMP @langfod

1.2.1

27 Jan 20:29

Choose a tag to compare

Demo

https://youtu.be/5yuIWa3MOtw

Website

https://www.prismaui.dev

Changes

  • Fixed conflict issue with STB Widgets and Steam Overlay

Credits

@StarkMP

1.2.0

24 Jan 15:19
b52216e

Choose a tag to compare

Demo

https://youtu.be/5yuIWa3MOtw

Website

https://www.prismaui.dev

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 disableFocusMenu to Focus method to disable FocusMenu when focusing
  • Added new API method HasAnyActiveFocus to 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

12 Oct 16:04
7c7afa5

Choose a tag to compare

Demo

https://youtu.be/5yuIWa3MOtw

Website

https://www.prismaui.dev

Changes

  • 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 task queue for views which fixes API methods execution conflicts
  • Upgraded Ultralight version to 1.4.1-dev which brings better performance, new CSS features: mask-image, background-clip: text, background-repeat and other minor fixes and improvements
  • Added website URL support for htmlPath in CreateView
  • Refactored the project structure

Credits

@StarkMP

IMPORTANT: Requires full framework reinstall, including root directory files (Ultralight dlls and resources folder).

1.0.0

18 Aug 01:12

Choose a tag to compare

Demo

https://youtu.be/5yuIWa3MOtw

Website

https://www.prismaui.dev

Changes

  • 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

Credits

@StarkMP

IMPORTANT: There is no compability with previous versions. Please, read the migration guide.