Exolynk v0.8.2
Posted 2024-02-26 07:02:52 ‐ 2 min read
This article shows the details of the release v0.8.2
Following a list of all changes which are included with the v0.8.2 release.
Code Editor Improvements
The code editor has gained a lot of quality of live improvements. It's now possible to save via Cmd-S or Cmd-Shift-S with debug panel information. In addtion is possible to undo changes with Cmd-Z or redo them with Cmd-Y.
Errors and Warnings are now shown directly within the code and are highlighted with underlines. In addition we improved the typing performance of the editor.
New Features:
- Support of async functions for workflows
pub async fn show() - Improved code compilation debug information & error handling
- Support of
Cmd-S,Cmd-Shift-S,Cmd-ZandCmd-Ywithin code editor - Create new records in actual selected station #418
- Script function
update_record_value()for workflow & service #413 - Keys can be received from a Selection within scripting
- New scripts have default code to start with #424
- Function
exo::vs::TableSettings::new()added #426 - VariableSettings have now settings functions in scripting #426
- Add DateTimeSettings to scripting #427
- Add ListSettings to scripting #428
- Add LocationSettings to scripting #429
- Add ReferenceSettings to scripting #430
- Add SelectionSettings to scripting #431
Bug Fixes:
- The name attribute of a
<files />tag is shown correctly - File uploads will be attached at bottom or top of list/tables depending on their variable settings configuration
- Dom elements can be replaced and received within a tab #415
- Edit button within Modeler Layout works again #414
- When changing environments old models and records are cleared #412
- Selection multirow settings can be defined for a table column
- Fixed calendar view & DB bigger/smaller comparison #420
- Dynamic Variable Workflows improved error & reloading handling #423
- Fixed multi record creation & multi file upload
- Fucntion
exo::ui::open_recordfixed - Profile changes are now reloading directly with the new values