Releases: uiwjs/react-json-view
v2.0.0-alpha.37
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
- 🌟 feat: add beforeCopy callback to Copied component #78 f2c5b4f @jaywcjlove
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
Documentation v2.0.0-alpha.36: https://raw.githack.com/uiwjs/react-json-view/646743b/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/646743b/index.html
Comparing Changes: v2.0.0-alpha.36...v2.0.0-alpha.36
npm i @uiw/react-json-view@
v2.0.0-alpha.35
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
- 🐞 fix: fix shouldExpandNodeInitially display bug. #76 c76a9ee @jaywcjlove
v2.0.0-alpha.34
Documentation v2.0.0-alpha.34: https://raw.githack.com/uiwjs/react-json-view/d628f1f/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/d628f1f/index.html
Comparing Changes: v2.0.0-alpha.33...v2.0.0-alpha.34
npm i @uiw/react-json-view@2.0.0-alpha.34
v2.0.0-alpha.33
Documentation v2.0.0-alpha.33: https://raw.githack.com/uiwjs/react-json-view/78cc804/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/78cc804/index.html
Comparing Changes: v2.0.0-alpha.32...v2.0.0-alpha.33
npm i @uiw/react-json-view@2.0.0-alpha.34
v2.0.0-alpha.32
Documentation v2.0.0-alpha.32: https://raw.githack.com/uiwjs/react-json-view/2e40de7/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/2e40de7/index.html
Comparing Changes: v2.0.0-alpha.31...v2.0.0-alpha.32
npm i @uiw/react-json-view@2.0.0
- 🐞 fix: resolve ESM import issue in the package. f658291 @jaywcjlove
- 🐞 fix: resolve ESM import issue in the package. f58a272 @jaywcjlove
v2.0.0-alpha.31
Documentation v2.0.0-alpha.31: https://raw.githack.com/uiwjs/react-json-view/8fda88a/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/8fda88a/index.html
Comparing Changes: v2.0.0-alpha.30...v2.0.0-alpha.31
npm i @uiw/react-json-view@2.0.0
- 📖 doc: Update document. 725c4ce @jaywcjlove
- 🌟 feat: add stringEllipsis props. #69 734b41c @jaywcjlove
- ⛑ test: fix test case. #69 6e70db2 @jaywcjlove
v2.0.0-alpha.30
Documentation v2.0.0-alpha.30: https://raw.githack.com/uiwjs/react-json-view/23f93aa/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/23f93aa/index.html
Comparing Changes: v2.0.0-alpha.30...v2.0.0-alpha.30
npm i @uiw/react-json-view@
v2.0.0-alpha.29
Documentation v2.0.0-alpha.29: https://raw.githack.com/uiwjs/react-json-view/f7be8a7/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/f7be8a7/index.html
Comparing Changes: v2.0.0-alpha.28...v2.0.0-alpha.29
npm i @uiw/react-json-view@2.0.0
- 🌟 feat: add shouldExpandNodeInitially props. #59 1f40994 @jaywcjlove
- 📖 doc: update document. #59 044ff95 @jaywcjlove
- 🌍 website: update example. 45a4933 @jaywcjlove
v2.0.0-alpha.28
Documentation v2.0.0-alpha.28: https://raw.githack.com/uiwjs/react-json-view/2c28664/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/2c28664/index.html
Comparing Changes: v2.0.0-alpha.27...v2.0.0-alpha.28
npm i @uiw/react-json-view@2.0.0
- 🌟 feat: enhance render props for Quote/KeyName/Colon/Arrow/BracketsOpen/BracketsClose. #32 1869f0d @jaywcjlove