Release date: January 15, 2025
Release code name: Black Lake
What's New
- Added OmniSharp providers for code autocompletion and suggestions.
- Improved the functionality for opening elements in a new window; this can now be done from the element editing side panel.
- Fixed a bug causing conflicts between scoped variables and global variables. In some cases, global variables were prioritized over scoped ones.
- Resolved a styling issue in the JSON visualizer
- Updated script templates:
- Added the
IScriptEnvironmentobject to theRunScriptandRunTestsmethods, providing access to functions of the Postulatte script engine. - Refactored the
RunScriptmethod by replacing request and response object types with abstractionsIRequestandIResponse.