All Versions
224
Latest Version
Avg Release Cycle
22 days
Latest Release
1394 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v5.28.2 Changes
January 23, 2019- ๐ Fix #639: Occurrence of non-ES5
constdeclaration in published code. Regression introduced inv5.28.0.
- ๐ Fix #639: Occurrence of non-ES5
-
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
maxVisibleChildsto 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.
- Implemented new option
-
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.
- Implemented customizing object and array names via a new option
-
v5.26.3 Changes
December 06, 2018- ๐ Fixed #610: JSON Repair now removes trailing commas.
- โฌ๏ธ Upgraded devDependency
gulpto v4. Thanks @maestr0.
-
v5.26.2 Changes
November 13, 2018- ๐ Fixed dragging and selecting multiple nodes not working
(regression introduced in
v5.26.1).
- ๐ Fixed dragging and selecting multiple nodes not working
(regression introduced in
-
v5.26.1 Changes
November 13, 2018- ๐ Fixed
.update()throwing an exception when replacing a JSON object withnull. Thanks @DullReferenceException. - ๐ Fixed #598: Search field can't be focused in object view.
- ๐ Fixed
-
v5.26.0 Changes
November 12, 2018- Implemented option
mainMenuBarto enable/disable the main menu bar. Thanks @tanmayrajani.
- Implemented option
-
v5.25.0 Changes
October 29, 2018- Implemented options
enableSortandenableTransformso 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.
- Implemented options