- Implemented a dropdown for values having an JSON Schema enum. Thanks tdakanalis. - Fixed 291, 292: Some CSS broken when using the editor in combination with bootstrap. Thanks nucleartide.
5.4.0
- Upgraded all dependencies (`ajv`, `brace`, etc). - Fixed 289: Some CSS breaking when using the editor in combination with materialize.css or bootstrap. - Fixed 290: `setText()` not working in mode text or code.
5.3.0
- Implemented support for sorting object keys naturally. Thanks edufelipe. - Sorting object keys or array items via the context menu is now also naturally sorted. - Fixed 283: improved JSON schema error message in case of no additionalProperties. - Fixed 286: Calling `get()` or `getText()` caused the editor to lose focus. A regression introduced in v5.2.0.
5.2.0
- Implemented method `editor.destroy()` to properly cleanup the editor (278). - Fixed 268: JSONEditor now trims text in fields and values. - Fixed 280: Some CSS issues when used in combination with bootstrap.
5.1.5
- Fixed 272: Checkbox for boolean values visible in view mode.
5.1.4
- Fixed broken example 04_load_and_save.html. See 265.