From 160c82f3785e84f6b7d533c991b1f2b669d8bb91 Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 16 Jan 2019 17:48:29 +0100 Subject: [PATCH] Updated history --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0ab41db..46bdbae 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,12 @@ https://github.com/josdejong/jsoneditor +## not yet released, version 5.28.0 + +- Implemented new option `maxVisibleChilds` to customize the maximum number + childs that is rendered by default. Thanks @20goto10. + + ## 2019-01-16, version 5.27.1 - Improved navigating deeply nested paths via the navigation bar, see #619.