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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.6.0
Choose a base ref
...
head repository: josdejong/jsoneditor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.9.0
Choose a head ref
  • 20 commits
  • 30 files changed
  • 3 contributors

Commits on Jan 29, 2022

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

Commits on Jan 30, 2022

  1. Publish v9.7.0

    josdejong committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    ca82ea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Update devDependencies

    josdejong committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    b00dcf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    998da88 View commit details
    Browse the repository at this point in the history
  2. Publish v9.7.1

    josdejong committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    1fa6d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94e5b13 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    ca43062 View commit details
    Browse the repository at this point in the history
  2. Publish v9.7.3

    josdejong committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    92bf96d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    e00af16 View commit details
    Browse the repository at this point in the history
  2. Publish v9.7.4

    josdejong committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    eeff193 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    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
    hi-rai authored May 31, 2022
    Configuration menu
    Copy the full SHA
    d9c3220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    663cb40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d74df9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78558b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Code editor auto-completion by schema (#1435)

    * textnode autocomplete by schema:
    Adding ext-language_tools
    Adding example
    Start SchemaTextCompleter
    
    * start processing schema:
    simple props
    primitives - string, number
    enums
    
    * text completion - handle boolean and refs
    
    * integrate current suggestions to completion api
    
    * autocomplete by schema: of-condition support
    
    * autocomplete by schema:array support
    
    * add allowSchemaSuggestions to valid options list
    
    * optimize suggestions
    
    * refactor suggessions process to enable schames with recursicve refs
    
    * handling suggesion duplications
    
    * code cleanup
    
    * wrap async execution with a function
    
    * add allowSchemaSuggestions to api.md
    
    * some md fixes
    
    * another md fix
    
    * SchemaTextCompleter: doc and typos
    
    * update sutocomplete example description
    
    * typos
    
    * remove yarn.lock
    
    * [schema autocomplete] handle schema change
    
    * a unit test for utils.uniqueMergeArrays functionality
    
    * base SchemaTextCompleter unit test
    
    * SchemaTextCompleter integration test
    
    * remove redundant autocomplete config
    meirotstein authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    93ce059 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    6c2da0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2555e2 View commit details
    Browse the repository at this point in the history
  3. Publish v9.9.0

    josdejong committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f6105e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07239a7 View commit details
    Browse the repository at this point in the history
Loading