All Versions
224
Latest Version
Avg Release Cycle
22 days
Latest Release
555 days ago

Changelog History
Page 3

  • v9.5.1 Changes

    June 30, 2021
  • v9.5.0 Changes

    June 05, 2021
    • Implemented new method JSONEditor.validate(): Promise<ValidationError[]>. Thanks @ChrisAcrobat.
  • v9.4.2 Changes

    June 02, 2021
    • ๐Ÿ›  Fix #1311: exception being thrown under certain conditions when switching from code mode to preview mode.
    • ๐Ÿ“‡ Rename spin animation of selectr to prevent conflicts with tailwind, see #1333. Thanks @mdix.
  • v9.4.1 Changes

    April 25, 2021
    • ๐Ÿ‘Œ Improvements in the Korean translation. Thanks @luasenvy.
  • v9.4.0 Changes

    April 17, 2021
    • โž• Added Korean translation. Thanks @luasenvy.
    • โž• Added Spanish translation. Thanks @joabac.
    • ๐Ÿ›  Fix #1282: JSON schema enum dropdown not working for conditionals like oneOf, anyOf, allOf. Thanks @maufl.
    • ๐Ÿ›  Fix #1307: losing caret position when calling refresh() during onChange callback.
  • v9.3.1 Changes

    April 10, 2021
    • ๐Ÿ‘€ Introduced a new sass variable $jse-icons-url, see #1268. Thanks @ppetkow.
  • v9.3.0 Changes

    April 01, 2021
    • ๐Ÿ‘Œ Improved Russian translation. Thanks @PunKHS.
    • โฌ†๏ธ Upgraded dependencies to [email protected].
  • v9.2.0 Changes

    February 24, 2021
    • โž• Added Russian translation. Thanks @PunKHS.
    • ๐Ÿ”„ Changed shortcut keys for Format and Compact in code mode from Ctrl+\ and Ctrl+Shift+\ to Ctrl+I and Ctrl+Shift+I respectively, because not all browsers and operating systems support this key combination.
  • v9.1.10 Changes

    February 14, 2021
    • ๐Ÿ›  Fixed resolving a JSON schema reference linking to an other schema, see #1239. Thanks @Hagartinger.
    • โฌ†๏ธ Upgraded to latest dependencies ([email protected]).
  • v9.1.9 Changes

    January 23, 2021
    • ๐Ÿ›  Fix jsoneditor-minimalist bundle being too large. Regression since v9.1.5 (caused by a recent upgrade to Webpack 5). Thanks @cbmgit.