Skip to content

Release v4.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 09:27
c84f151

Summary

ObjectContentEditor could not navigate into an object nested inside an array. The breadcrumb advanced, but the table underneath silently fell back to the root object — so the navigational bar and the content on screen disagreed, with nothing to indicate the navigation had failed.

Fixed

  • ObjectContentEditor now shows the correct content when navigating into an object or array nested inside an array element, instead of silently falling back to the root object while the breadcrumb showed the deeper path
  • Navigating into a property of the second or later element of an array now shows that element's content rather than the first element's
  • ObjectNavigationalBar renders array index segments in bracket notation ([0]), so the breadcrumb shows which element was navigated through