Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(react-json-tree): add collapse/expand all #1410

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on May 18, 2023

  1. add collapse/expand all feature for react-json-tree

    lucataglia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5961ae4 View commit details
    Browse the repository at this point in the history
  2. add changeset

    lucataglia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2ce1388 View commit details
    Browse the repository at this point in the history
  3. run prettier

    lucataglia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5837494 View commit details
    Browse the repository at this point in the history
  4. add traceResolution

    lucataglia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c98870d View commit details
    Browse the repository at this point in the history
  5. add traceResolution option to build:types command

    lucataglia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    205e271 View commit details
    Browse the repository at this point in the history
  6. remove traceResolution config

    lucataglia committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f0b8a64 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    decde45 View commit details
    Browse the repository at this point in the history
  2. handle very first render

    lucataglia committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b12babb View commit details
    Browse the repository at this point in the history
  3. handle default button visibility

    lucataglia committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1f6d029 View commit details
    Browse the repository at this point in the history
  4. bugfix on corner case

    lucataglia committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e664cba View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. add context

    lucataglia committed May 20, 2023
    Configuration menu
    Copy the full SHA
    fc0611d View commit details
    Browse the repository at this point in the history
  2. fix handle of the default value

    lucataglia committed May 20, 2023
    Configuration menu
    Copy the full SHA
    5a6dc0e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. add position relative as style for tree

    lucataglia committed May 21, 2023
    Configuration menu
    Copy the full SHA
    0680165 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. implement solution using useRef

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4574eb0 View commit details
    Browse the repository at this point in the history
  2. run prettier

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a4aac76 View commit details
    Browse the repository at this point in the history
  3. rename variables and update README

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    032aeb6 View commit details
    Browse the repository at this point in the history
  4. refactor variables names and files names

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6a125af View commit details
    Browse the repository at this point in the history
  5. rename style

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    61e526d View commit details
    Browse the repository at this point in the history
  6. revert example

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    63b691a View commit details
    Browse the repository at this point in the history
  7. add isExpanded as argument to getItemString method

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    becb833 View commit details
    Browse the repository at this point in the history
  8. hotfix

    lucataglia committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8e07c1d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. feat: add copyToClipboard button

    Luca Tagliabue authored and Luca Tagliabue committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    25d7b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e71a04 View commit details
    Browse the repository at this point in the history
  3. refactor: run yarn format

    lucataglia committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2ccdf15 View commit details
    Browse the repository at this point in the history