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: CarlosNZ/json-edit-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.21.0
Choose a base ref
...
head repository: CarlosNZ/json-edit-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.22.0
Choose a head ref
  • 14 commits
  • 20 files changed
  • 2 contributors

Commits on Jan 25, 2025

  1. Update demo

    CarlosNZ committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    9d3de8f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    ea944b0 View commit details
    Browse the repository at this point in the history
  2. Improve tests

    CarlosNZ committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    81387af View commit details
    Browse the repository at this point in the history
  3. Update README.md

    CarlosNZ committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    7883e37 View commit details
    Browse the repository at this point in the history
  4. v1.21.2

    CarlosNZ committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    b205987 View commit details
    Browse the repository at this point in the history
  5. Upgrade demo

    CarlosNZ committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    e3574af View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Handle missing "navigator.clipboard" (#159)

    In some cases navigator.clipboard can be undefined. For example on HTTP site (happens in DMZ environments).
    In such cases copy will fail. However, it can always be remediated on user side by using good old execCommand. 
    This commit modifies code to avoid exception on copy.
    dm-xai authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    faf7be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de6b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e3c39 View commit details
    Browse the repository at this point in the history
  4. Update docs

    CarlosNZ committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    6b8319b View commit details
    Browse the repository at this point in the history
  5. Update doc image

    CarlosNZ committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    27ed251 View commit details
    Browse the repository at this point in the history
  6. Update Changelog

    CarlosNZ committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    8f4bb78 View commit details
    Browse the repository at this point in the history
  7. Documentation re-structure

    CarlosNZ committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    79ce5bb View commit details
    Browse the repository at this point in the history
  8. v1.22.0

    CarlosNZ committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    4b06e85 View commit details
    Browse the repository at this point in the history
Loading