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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features:
4 expand icon types are now supported by default: arrows, squares, circles, and plus/minus!
Added custom data types support (with editing support, and filtering support).
Binding Options:
BREAKING: Renamed the binding option "showArrowToggles" to "showExpandIcons".
Added a new binding option called "emptyStringValue" (defaults to ""), which states the display value to use for empty strings.
Added a new binding option called "expandIconType" (defaults to "arrow"), which states the expand icon type to use (supports "arrow", "square", "circle", and "plus-minus").
Added a new binding option called "id" (defaults to ""), which states the ID to use for the JsonTree.js element (if not set manually for the ID attribute).
Added a new binding option called "class" (defaults to ""), which states the custom classes (split up using spaces) to assign to the JsonTree.js element.
Improvements:
Renamed the "back" and "next" CSS classes used for the toolbar buttons to "back-page" and "next-page".
Fixes:
Fixed a fault that caused empty strings to appear as "unknown" types.
Fixed a fault that caused invalid Date() objects to show strangely in the display (when they are invalid, they now default to the current Date/Time).
Fixed a fault that caused the background color for editable fields to appear black (in light mode).
Fixed a grammar mistake in the binding option "maximumInspectionLevelsReached" default.