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

Changelog History
Page 11

  • v5.28.2 Changes

    January 23, 2019
    • ๐Ÿ›  Fix #639: Occurrence of non-ES5 const declaration in published code. Regression introduced in v5.28.0.
  • v5.28.1 Changes

    January 22, 2019
    • ๐Ÿ›  Fix #637: Vertical white border left/right from the main menu in some specific circumstances.
    • ๐Ÿ›  Fix #638: Cannot expand after collapse. Regression introduced in v5.28.0.
  • v5.28.0 Changes

    January 21, 2019
    • Implemented new option maxVisibleChilds to customize the maximum number childs that is rendered by default. Thanks @20goto10.
    • Implemented new option onClassName, allowing customized and dynamic styling of nodes. See 20_custom_css_style_for_nodes.html for a demo. Thanks @maestr0.
    • ๐Ÿ‘‰ Make the method refresh() public.
  • v5.27.1 Changes

    January 16, 2019
    • ๐Ÿ‘Œ Improved navigating deeply nested paths via the navigation bar, see #619. Thanks @meirotstein.
    • Sdd title from schema description to show the tips for user input. Thanks @tylerchen.
    • ๐Ÿ›  Fix JSON Schema not resolving refs $ref, and not creating enum dropdowns. Thanks @tylerchen.
  • v5.27.0 Changes

    January 05, 2019
    • Implemented customizing object and array names via a new option onNodeName. Thanks @bnanchen.
    • Visibility of schema validation errors at the bottom of mode code and text are now toggleable. Thanks @meirotstein.
    • ๐Ÿ›  Fixed text of the mode switcher not being translated. Thanks @antfu.
  • v5.26.3 Changes

    December 06, 2018
    • ๐Ÿ›  Fixed #610: JSON Repair now removes trailing commas.
    • โฌ†๏ธ Upgraded devDependency gulp to v4. Thanks @maestr0.
  • v5.26.2 Changes

    November 13, 2018
    • ๐Ÿ›  Fixed dragging and selecting multiple nodes not working (regression introduced in v5.26.1).
  • v5.26.1 Changes

    November 13, 2018
    • ๐Ÿ›  Fixed .update() throwing an exception when replacing a JSON object with null. Thanks @DullReferenceException.
    • ๐Ÿ›  Fixed #598: Search field can't be focused in object view.
  • v5.26.0 Changes

    November 12, 2018
    • Implemented option mainMenuBar to enable/disable the main menu bar. Thanks @tanmayrajani.
  • v5.25.0 Changes

    October 29, 2018
    • Implemented options enableSort and enableTransform so you can turn off these features. Thanks @tanmayrajani.
    • ๐Ÿ›  Fixed #590: validation failing in code and text mode when status bar is disabled.
    • ๐Ÿ›  Fixed #589: the path in the navigation bar is not updated when duplicating or removing a node, and neither after an undo/redo action.
    • ๐Ÿ›  Fixed duplicate and remove of the action menu of multiple selected nodes not working.
    • ๐Ÿ›  Fixed not preventing default selection of text when selecting nodes.
    • ๐Ÿ›  Fixed #595: navigation bar path link not working.