Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: josdejong/jsoneditor
base: eeff19309ae031a6126919c76581e49e906fdd60
Choose a base ref
...
head repository: josdejong/jsoneditor
compare: 78558b7d34cb390c242bc58e73d5ca4473a21a54
Choose a head ref
  • 5 commits
  • 18 files changed
  • 2 contributors

Commits on May 19, 2022

  1. Copy the full SHA
    cf15a4a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Add support to sync node expand/collapse operations across editors (#…

    …1440)
    
    * Add support to get notified when a JSON node is expanded/collapsed.
    
      * Added onExpand callback option to be passed while creating JSONEditor
      * The callback is invoked when the expand/collapse is done non-programatically
    
    * Add API to expand/collapse a given node
    
      * Added JSONEditor.expand() method
    
    * Add example to demostrate syncing expanded nodes across editors
    
      * Added examples/25_sync_node_expand.html
    himanshu520 committed May 31, 2022
    Copy the full SHA
    d9c3220 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    663cb40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d74df9c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    78558b7 View commit details
    Browse the repository at this point in the history