Skip to content

Releases: uiwjs/react-json-view

v2.0.0-alpha.43

Choose a tag to compare

@github-actions github-actions released this 21 May 17:00

v2.0.0-alpha.42

Choose a tag to compare

@github-actions github-actions released this 19 Apr 10:04

v2.0.0-alpha.41

Choose a tag to compare

@github-actions github-actions released this 20 Jan 08:00

v2.0.0-alpha.40

Choose a tag to compare

@github-actions github-actions released this 27 Dec 13:02

v2.0.0-alpha.39

Choose a tag to compare

@github-actions github-actions released this 23 Sep 05:30

v2.0.0-alpha.38

Choose a tag to compare

@github-actions github-actions released this 17 Sep 06:45

v2.0.0-alpha.37

Choose a tag to compare

@github-actions github-actions released this 26 Aug 16:16

Buy me a coffee

Documentation v2.0.0-alpha.37: https://raw.githack.com/uiwjs/react-json-view/9b4b997/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/9b4b997/index.html
Comparing Changes: v2.0.0-alpha.36...v2.0.0-alpha.37

npm i @uiw/react-json-view@2.0.0

Global beforeCopy (removes quotes and adds comments for objects

<JsonView value={example} onCopied={handleCopied} displayObjectSize={false}>

Section-level beforeCopy (converts to uppercase)

<JsonView.Copied
  beforeCopy={(text, keyName, value) => {
    console.log('Section-level beforeCopy:', { text, keyName, value });
    return text.toUpperCase();
  }}
/>
</JsonView>

v2.0.0-alpha.36

Choose a tag to compare

@github-actions github-actions released this 19 Aug 08:47

v2.0.0-alpha.35

Choose a tag to compare

@github-actions github-actions released this 16 Aug 04:17

Buy me a coffee

Documentation v2.0.0-alpha.35: https://raw.githack.com/uiwjs/react-json-view/0596cd3/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/0596cd3/index.html
Comparing Changes: v2.0.0-alpha.34...v2.0.0-alpha.35

npm i @uiw/react-json-view@2.0.0

v2.0.0-alpha.34

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:50