Simulator 5.93
  • 30 Dec 2024
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Simulator 5.93

  • Dark
    Light
  • PDF

Article summary

Release date: 2024-12-11

Improvements

  1. Graph Interaction Mechanics:
  • Simplified zoom controls using intuitive two-finger gestures.
  • Improved cursor-based zoom for enhanced dashboard interaction.
  • Streamlined navigation with smoother two-finger movement.
  • Simplified multi-actor selection: you can select multiple actors by holding down the touchpad button and selecting a layer area without the need to hold down Shift.
  • Enhanced state creation and lasso selection functionality.
  • Added auto-scrolling when moving actors beyond the visible area, improving usability on large graphs.
  • Added single-click graph name navigation to return to initial graph state.
  • Implemented direct layer access through layer name clicks.
  • Added quick layer renaming via double-click.

states and lasso

  1. Custom Bars Configuration:
  • Added an "index" field (Number) to control the display order of Smart Forms.
  • Smart Forms with the same index or no index are now sorted by creation date, ensuring a logical default order.

custom bars index

For more details, see Custom Bars.

  1. Layer Default Form Functionality:
  • Automatically creates actors when all required fields have default values, minimizing manual input.
  • The form dialog now appears only when manual input is necessary, streamlining the actor creation process.

layer actor creation

For more details, see Create Actor.

  1. Valency Management Improvements:
  • Enhanced relationships between dashboards and actors for better linkage clarity.
  • Updated filter-based dashboard connections for more efficient filtering workflows.
  • Improved handling of parent-child actor relationships, ensuring greater consistency and reliability.

valency

  1. Widget Functionality Expansion:
  • Added the ability to retrieve the current chat "actorId" directly via widgets.

For more details, see Communications.

  1. Cursor Behavior Optimization:
  • Adjusted cursor blinking frequency to 0.83 Hz on graph layers to enhance visibility and reduce visual strain.

API Updates

Public API Enhancements:

  1. Introduced "offset/limit" functionality for better data pagination in meta graphs.
  2. Added link date filtering for more precise API data queries.
  3. The new "getActorDetails" method has been added. This method returns complete actor information, including relationships and properties.
  4. You can now configure automatic data expiration using the TTL (Time-To-Live) mechanism. To configure automatic data expiration, add the following configuration parameter:
    To your server config:
redis:
  customTTL: 1

To your Redis cluster:

redisCluster:
  customTTL: 1

For more details, see getActorlinks and getLinkedActors methods.

Smart Forms

  1. Color Picker Improvements:
  • Added transparency support for more versatile color selection.
  • Improved overall color selection capabilities for a smoother user experience.
  1. Smart Forms Enhancements:
  • Simplified the Smart Form creation procedure for greater efficiency.
  • Introduced the Basic Smart Form template with streamlined Corezoid credentials setup.

smart form-basic script creation

For more details, see Scripts (Smart Forms).

Bug Fixes

Resolved the 'Cannot read properties of undefined (reading 'fileName')' error in Smart Forms, ensuring more stable operation.
For more details, see Table.


Was this article helpful?

What's Next