- [Added]:
expandedObjects
parameter to expand the objects.
- [Added]:
hideEditorsMenuButton
parameter to hide the editors menu button.
- [Optimization]: Search functionality, only expands the required objects.
- [Removed]:
beforeScrollDuration
parameter.
- [Removed]: Default sorting
- [Breaking]: Horizontal scroll depends on
enableHorizontalScroll
parameter, defaults to false.
- Added Search Functionality
- [Added]:
searchDuration
andbeforeScrollDuration
to make search functionality works best for you.
- [Added]: Tree view can be expanded/collapsed on key pressed.
- [Fix]:
onChanged
method provides a copy of data. - [Added]:
actions
paramater. - [Added]: Expand and Collapse All buttons.
- [Fix]: could edit key in last object when
enableKeyEdit
wasfalse
. - [Added]:
enableValueEdit
that lets you stop editing a value.
onSaved
is replaced withonChanged
.- [Removed]
width
andheight
parameters.
- Supports text editor.
- Allows key editing in tree editor.
json
now takes aString
.- [Added] undo button.
- [Fix] Bidirectional scrolling.
- [Change] Delete Icon on the left.
- [Added] color
Color?
parameter for editor theme.
- [Added] Expand all and collapse all button.
- Initial development release.