- Fix 1185: enum dropdown not selecting actual value when this is not a string. - Fix selected value of enum dropdown not updated when changed programmatically.
9.1.4
- Fix 1119: list of keys in navigation bar missing a scroll bar. Thanks tanmayrajani.
9.1.3
- Fix 1158: JSON schema_findSchema not found if using internal references. Thanks maufl. - Update dependencies: `vanilla-picker2.11.0`.
9.1.2
- Fix 1126: fire `onEvent` for boolean checkbox and enum selectbox too. - Log a clear error in the console when the returned value of `onEditable` is invalid. See 1112. - Updated dependency to `ajv6.12.6`. - Extract the JSON repair functionality into a separate, library `simple-json-repair` with many improvements.
9.1.1
- Fix 1111: Enum dropdown not showing when using patternProperties for schema. Thanks ziga-miklic. - Fixed JSONEditor not working when opened in a new window, see 1098. Thanks joshkel. - Fix quick-key `Ctrl+D` (duplicate) not working. - Define "charset: utf-8" in all HTML examples.
9.1.0
- Implemented German translation (`de`). Thanks s-a. - Fix quick-keys `Ctrl-\` (format) and `Ctrl-Shift-\` (compact) not working in `code` mode. - Updated dependencies to `ajv6.12.5`.