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
navButtons.reportPage → navButtons.discoveryPage, button's name changed into discovery-page
CSS classes:
.report-* → .discovery-*
.discovery-editor → .discovery-view-editor
Added positionMode option for popup view. When set to "natural", the popup attempts to position itself at the bottom right side if dimensions allow, instead of positioning towards the larger available space by default (value "safe" for the option)
Added pointerOffsetX and pointerOffsetY options for popup view and view.tooltip
Enabled positionMode: natural for tooltips by default, can be changed via tooltip options
Exposed type checking helpers isArray(), isSet() and isRegExp()
Fixed badge view options when it receives an array as data
Fixed struct view annotation styling to avoid treating href values as links when they are falsy
Fixed a sticky tooltip for "Enable view inspection" button on inspecting start
Fixed the delayed popup display after calling the hide() method
Fixed positioning of popups with position: pointer
Fixed animation of the inspector's details popup when transitioning into full-screen mode