- Fixed a regression introduced in `v5.9.4`: after using the context menu once, it was not possible to set focus to an other input field anymore.
5.9.4
- Fixed 447: context menus not working in Shadow DOM. Thanks tomalec.
5.9.3
- Fixed broken multi-selection (regression).
5.9.2
- Fixed a bug in the JSON sanitizer.
5.9.1
- `setText` method of tree mode now automatically sanitizes JSON input when needed. - Fixed 430: automatically fix unescaped control characters in JSON input.
5.9.0
- Implemented support for JSON schema references `$ref`, see 302. Thanks meirotstein. - Fixed 429: JSONEditor no longer accepting an empty array for option `modes`. Thanks trystan2k. - Fixed JSONEditor picking the first entry of `modes` as initial mode instead of option `mode`.