jsoneditor v5.1.0 Release Notes

Release Date: 2016-01-14 // over 8 years ago
    • ๐Ÿ‘ Implemented support for JSON schema validation, powered by ajv.
    • Implemented #197: display an error in case of duplicate keys in an object.
    • Implemented #183: display a checkbox left from boolean values, so you can easily switch between true/false.
    • Implemented debouncing of keyboard input, resulting in much less history actions whilst typing.
    • โž• Added a minimalist bundle to the dist folder, excluding ace and ajv.
    • ๐Ÿ›  Fixed #222: editor throwing onChange events when switching mode.
    • ๐Ÿ›  Fixed an error throw when switching to mode "code" via the menu.
    • ๐Ÿ›  Fixed interfering shortcut keys: changed quick keys to select multiple fields from Shift+Arrow Up/Down to Ctrl+Shift+Arrow Up/Down.