Skip to content

Releases: jdorn/json-editor

JSON Editor 0.6.18

26 Jun 20:33
Compare
Choose a tag to compare

Changelog

  • Use Array.isArray instead of instanceof 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

22 Jun 17:34
Compare
Choose a tag to compare

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

18 Jun 21:43
Compare
Choose a tag to compare

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

17 Jun 15:03
Compare
Choose a tag to compare

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

12 Jun 04:55
Compare
Choose a tag to compare

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

09 Jun 00:55
Compare
Choose a tag to compare

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

08 Jun 21:14
Compare
Choose a tag to compare

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

29 May 21:54
Compare
Choose a tag to compare

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

27 May 23:20
Compare
Choose a tag to compare

Changelog

  • Fix bug with validate API call. The usage editor.validate(custom_value) was broken due to a typo.

JSON Editor 0.6.9

23 May 14:02
Compare
Choose a tag to compare

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