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
Changed className in view config to take a string starting with = as a query, e.g. { view: 'block', className: '=query' }
Eliminated unnecessary query execution and view rendering on a report page when changing non-affecting page params. As a side effect page params query, view, title, dzen and noedit are not available for the main query and views anymore
Changes in struct view:
Added a view as table for array and object values
Added a thousandth delimiter for all numeric indicators
Added allowedExcessStringLength, maxStringLength, maxCompactStringLength and maxCompactPropertyLength options
Fixed a crush on open actions popup view when a value has too much nested structure
Changes in table view:
Added scalarAsStruct and colSpan config options to table-cell
Added cols and isScalar() to the table-row's context
Changed rendering of scalar values using struct view
Changed rendering of null value as null string instead of an empty cell
Fixed rendering of arrays when object values mixed with scalar values
Fixed collapsing a row height when all cells are empty
Hide a more buttons row when no buttons (gave a few extra pixels in the bottom of a table)
Uniformed a monospace font family across all views
Fixed suggestions in query editor to suggest values with the same quotes as a pattern string