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
Reworked report page to support query graph and other improvements
Uniformed font and size for monospace views
Enlarged action buttons in struct and signature views
Improved UX for signature popup displaying in struct view
Changed rendering of after-annotations to render in a prelude when a value is expanded
Changed default rendering of arrays in a table cell to display number of array elements instead of […]
Added separate colors for keywords and assertions in a query editor
Added a 3-second delay for enabling view inspect mode when the "inspect" button is clicked with the Cmd (⌘) or Ctrl key (useful for tooltips, context menus etc.)
Added Popup#showDelay option to control the behavior of popup appearance. The option specifies the delay in milliseconds after the pointer stops moving over a trigger before the popup is displayed. By default, there is no delay. When set to true, the default delay of 300 milliseconds is applied. If a positive number is provided, it is used as the delay, while other values are treated as 0, resulting in an immediate show.
Added third parameter for Popup#show() method, when set to a truthy value it specifies to bypass show delay if any
Removed Popup#options in favor of properties
Fixed editor to not render text until gets focus
Fixed suggestion popup positioning in query editor in some cases
Modified Widget to utilize deep comparison for page params, ensuring more accurate detection of changes
Fixed query editor to not suggest a variant which exactly equals to current text
Fixed Widget#log() method where it would crash when attempting to output a single collapsed error
Added "Copy report as page hash" button
Fixed "Copy report permalink" button being always disabled