You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added basic support for TypedArrays and Set values in struct, signature and table views
Added 'only' value for darkmode option of Widget & App, which forces to use dark mode with no option for a user to switch to light mode
Added scalarCol option for table view to display the row value as the first cell
Added a thousandth delimiter for text in annotations in struct view
Removed an annotation of scalar values by object markers in struct view by default. To enable it, the annotateScalars: true option must be set explicitly on object marker definition
Modified the badge view to enable passing all options via config, in addition to data
Fixed the highlighting of Jora assertions
Fixed displaying supported syntaxes in view's showcase for source view
Fixed passing context to table view when rendered in struct view
Exposed used CodeMirror for extension purposes via a static property CodeMirror of QueryEditor and ViewEditor, e.g. discovery.view.QueryEditor.CodeMirror.defineMode('my-mode', ...)