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

Changelog History
Page 1

  • v9.9.2 Changes

    September 20, 2022
    • ๐Ÿ›  Fix #1470: update the code of Selectr from 2.4.0 to 2.4.13.
  • v9.9.1 Changes

    September 19, 2022
    • โฌ†๏ธ Upgrade to the latest version of Ace editor, v1.10.1.
  • v9.9.0 Changes

    June 13, 2022
    • ๐Ÿ‘ Implemented #968: support for auto-completion based on JSON Schema (#1435). Thanks @meirotstein.
    • โฌ†๏ธ Upgrade to the latest version of Ace editor, v1.6.0.
  • v9.8.0 Changes

    May 31, 2022
    • Implemented method editor.expand({ path, isExpand, recursive }) and callback onExpand({ path, isExpand, recursive }). Thanks @himanshu520.
    • โฌ†๏ธ Upgrade to the latest version of Ace editor, v1.5.3.
  • v9.7.4 Changes

    March 15, 2022
    • ๐Ÿ›  Fix #1421: fix onBlur event not firing when focus goes to an iframe.
  • v9.7.3 Changes

    March 04, 2022
    • ๐Ÿ›  Fix #1422: fix setSchema not working.
  • v9.7.2 Changes

    February 09, 2022
    • ๐Ÿ›  Fix #1419: blurry text preview query on Chrome.
  • v9.7.1 Changes

    February 09, 2022
    • ๐Ÿ›  Fix #1419: blurry text preview on Chrome.
  • v9.7.0 Changes

    January 30, 2022
    • Implement #1413: show color indicator on readonly fields and in mode view.
  • v9.6.0 Changes

    January 13, 2022
    • ๐Ÿ‘€ Pass a new property value along with the onNodeName callback, see #1409. Thanks @brianpos.
    • Implement the value property of the callbacks onNodeName, onEditable, and onClassName for objects and arrays too (was undefined before). Since this can be a heavy recursive operation, the property is changed into a lazy getter.