Releases: jdorn/json-editor
Releases · jdorn/json-editor
JSON Editor 0.6.18
Changelog
- Use
Array.isArray
instead ofinstanceof
to fix cross-window bugs - Add ability to set the format for string editors with editor options in addition to the
format
keyword
JSON Editor 0.6.17
Changelog
- Add support for nested definitions (e.g.
#/definitions/app/definitions/id
) - Fix bug with array collapse not fully collapsing editor
JSON Editor 0.6.16
Changelog
- Fix bug with multiselect editor and Edit JSON buttons
- Fix regression bug with array editor
- Fix bug with ACE editor within arrays
JSON Editor 0.6.15
Changelog
- Add options for removing array control buttons (add row, delete row, move up/down)
- Fix bug with table column ordering when using
propertyOrder
- Fix bug with multiselect inside a table editor
- Fix bug with table editor and minItems removing non-required properties
- Fix bug with array control buttons not updating correctly (e.g. "delete last row" button still showing when there are no rows)
JSON Editor 0.6.14
Changelog
- New File Upload editor for base64 encoded strings
- Fix npm typo and validator typo
- Demo now loads helper libraries from rawgit's cdn to avoid abusing their servers
JSON Editor 0.6.13
Changelog
- New
propertyOrder
keyword for specifying the order of object properties. - Fix bug with validation results not being ready immediately.
- Fix bug with SCEditor not listening for changes correctly.
JSON Editor 0.6.12
Changelog
- Add JSHint to the Grunt build process (requires
npm install
for new dependencies) - Fix a bunch of linting errors
- Support for passing initialization options into SCEditor
JSON Editor 0.6.11
Changelog
- New
disable_properties
option to remove the "Edit Properties" button - Checkbox version of multiselect editor for arrays of enumerated strings. This is now the default if there are fewer than 8 items.
JSON Editor 0.6.10
Changelog
- Fix bug with validate API call. The usage
editor.validate(custom_value)
was broken due to a typo.
JSON Editor 0.6.9
Changelog
- Add
hidden
option to all editor types - New
multiselect
editor for arrays of unique enumerated strings and numbers - Bug fixes for validation error messages not showing up correctly