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 context option for all views, which executes before data and replaces the input context value with its result
Added rows option for table view to specify data for rows, with data being used by default if rows is not specified
Added detailsWhen option for table cells to explicitly control the activation of details
Changed button view to take text, href and external options; it attempts to derive these values from data when options are not explicitly provided for backward compatibility
Changed button view so that disabled values are no longer treated as queries. To use a query for disabling a button, specify it explicitly like { view: "button", disabled: "=query" }
Improved the computation of estimated JSON size in the struct view actions popup, making it 2x faster
Fixed behavior of tooltip option to display a tooltip with a delay by default
Fixed TypeScript warning related to switch view export due switch is reserved word and can't be an identifier