Fixed: Variable usage errors and Right Page filter functionality
[v 1.0.0] – 2025-02-28
🐛 Fixed
Node Variables
Variable usage: Resolved issues where variables used inside nodes were not being interpreted or applied correctly due to missing reference behavior.
Variable replacement logic: Improved how variables are evaluated and substituted within node expressions, ensuring cleaner and more reliable replacement during runtime.
Search compatibility: Fixed an issue where variables placed in search inputs inside nodes were not being recognized, restoring expected search functionality.
Filters in Side Panels / Dashboards
Filter visibility and behavior: Corrected filter rendering so that filter controls function consistently when displayed in side panels or embedded dashboard contexts.
Unified filtering behavior: Ensured filter mechanics work correctly across different UI presentations (modal views, side panels, and dashboards).
📚 Documentation Added
Node variable guide: Added a clear reference guide explaining how to properly use variables within nodes, including examples and best practices.
⚡ Improved
Code structure & maintainability: Updated parts of the rendering logic to ensure more predictable behavior across environments and reduce inconsistencies between development and production.
Environment consistency: Improved cross-environment behavior so that variable processing functions operate the same in all runtime contexts.
📋 Technical Details
Enhancements: Introduced improved variable replacement mechanisms with extended support for vector-style values.
Refinements: Applied structural improvements to rendering workflows to ensure correct filter handling and variable resolution.
