Version 3.0.5 dated 2 April 2026
Improvements
Admin / standard user distinction
Modules reserved for administrators (script management, field operations, additional tools, etc.) are no longer loaded for non-admin users. This improves loading performance and avoids displaying inaccessible features.
Bug fixes
Error when executing certain select queries
A bug could cause the code to stop in some cases, particularly when executing certain where clauses in select statements. This issue is fixed.
Unwanted alert for non-admin users
When the schema was modified in another session, saving settings triggered an alert for all connected non-admin users. Settings saving is now restricted to administrators.
Unnecessary saves in Schema Overview
where: Schema Overview Saves were triggered even without any real change (schema refresh, switching to the same view, etc.). The system now compares the state before saving and ignores calls without modifications.
Version 3.0.4 dated 12 March 2026
Bug fixes
Crash with certain global function names
When a global function had the same name as a native JavaScript Array.prototype method (filter, map, find, first, keys, etc.), it caused a crash that prevented the Fields & Fx tab from displaying. This issue is now fixed.
Version 3.0.3 dated 9 March 2026
Bug fixes
Fixed Fields & Fx display
Some fields could cause an error preventing the complete display of the Fields & Fx tab. This occurred when a field had an empty internal name (null caption), particularly for some visual elements or system fields.
Improvements
Duplicate identifier detection
The Errors tab now detects tables containing fields that share the same internal identifier (for example, an input field and a visual element with the same ID). These duplicates cause unpredictable behavior in formulas and scripts. The affected fields are listed with their dependencies in a collapsible section.
Compilation error messages display
Errors tab The Errors tab now displays compilation error messages, instead of simply indicating the line containing the error.
Version 3.0.2 dated 7 March 2026
Bug fixes
Fields & Fx tab did not display with duplicate identifiers
When an input field and a visual element (button, title, separator, etc.) had the same identifier in the same table, the Fields & Fx tab refused to display. This issue is fixed.
Direct access to fields from Ninox editor
Ninext panel Badges are now clickable: when you are in the Ninox field editing window, clicking on a Ninext badge automatically opens the Ninext panel on the Fields & Fx tab and selects the corresponding field. No more manual navigation in Ninext to find a field — a single click is all it takes.
Improvements
Complete isolation from Ninox
Ninext no longer accesses Ninox internal objects through indirect paths. All communications now go through the official channel provided by the Ninox plugin API. In practice, this means less risk of interference between Ninext and future Ninox updates — and therefore better stability over time.
Version 3.0.1 dated 28 January 2026
Improvements
Version number displayed
version number is now displayed in the icon bar of the Ninext panel.
Better sized dropdown menus
Dropdown lists (table selection, fields, etc.) now adapt to the actual height of the Ninext panel, instead of overflowing at the bottom of the screen. They use 80% of the available space in the panel, which is particularly useful on smaller screens or when the panel is in partial mode.
Bug fixes
Stable panel display
An issue could cause the Ninext panel content to overflow beyond its area, causing unwanted scrollbars or visual offset. This issue is fixed: the panel now occupies exactly the space allocated by Ninox.