Releases: uiwjs/react-json-view
v2.0.0-alpha.12
Documentation v2.0.0-alpha.12: https://raw.githack.com/uiwjs/react-json-view/a9e6673/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/a9e6673/index.html
Comparing Changes: v2.0.0-alpha.11...v2.0.0-alpha.12
npm i @uiw/react-json-view@2.0.0
- 🌍 website: update website nav menu. bb4873c @jaywcjlove
- 💄 chore(deps): update dependency lerna to v8 (#23) e7ef6a3 @renovate-bot
- 💄 chore: update kkt config. 777f0b6 @jaywcjlove
- 📖 doc: update example & online editing theme. #30 d1b3ed7 @jaywcjlove
- 📖 doc: update online editing theme. 627d3b6 @jaywcjlove
- 🎨 style(theme): update basic style. #30 25a9f3f @jaywcjlove
- ⛑ test: update test case. fd7f7cc @jaywcjlove
v2.0.0-alpha.11
Documentation v2.0.0-alpha.11: https://raw.githack.com/uiwjs/react-json-view/a4f8253/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/a4f8253/index.html
Comparing Changes: v2.0.0-alpha.10...v2.0.0-alpha.11
npm i @uiw/react-json-view@2.0.0
- 🐞 fix(deps): update dependency @uiw/react-color-colorful to v2 (#20) d220b89 @renovate-bot
- 🐞 fix(deps): update dependency @uiw/react-markdown-preview-example to v2 (#24) 71b142d @renovate-bot
- 🌟 feat: add
Row
component. (#27) e951991 @jaywcjlove
v2.0.0-alpha.10
Documentation v2.0.0-alpha.10: https://raw.githack.com/uiwjs/react-json-view/30da57d/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/30da57d/index.html
Comparing Changes: v2.0.0-alpha.9...v2.0.0-alpha.10
npm i @uiw/react-json-view@2.0.0
- 📖 doc: Add example (#19) c6c9527 @jaywcjlove
- 💄 chore: add sponsor badge. f27928a @jaywcjlove
v2.0.0-alpha.9
Documentation v2.0.0-alpha.9: https://raw.githack.com/uiwjs/react-json-view/2bec29e/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/2bec29e/index.html
Comparing Changes: v2.0.0-alpha.8...v2.0.0-alpha.9
npm i @uiw/react-json-view@2.0.0
- 🌟 feat: json keyname editor. a63846d @jaywcjlove
v2.0.0-alpha.8
Documentation v2.0.0-alpha.8: https://raw.githack.com/uiwjs/react-json-view/9dbc5e1/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/9dbc5e1/index.html
Comparing Changes: v2.0.0-alpha.7...v2.0.0-alpha.8
npm i @uiw/react-json-view@2.0.0
- 🌟 feat: type component render adds
keyName
return param. 49de404 @jaywcjlove - 📖 doc: fix example error. 9b8039e @jaywcjlove
v2.0.0-alpha.7
Documentation v2.0.0-alpha.7: https://raw.githack.com/uiwjs/react-json-view/b2d0416/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/b2d0416/index.html
Comparing Changes: v2.0.0-alpha.6...v2.0.0-alpha.7
npm i @uiw/react-json-view@2.0.0
- 💢 ci: Update workflows config. ead61d2 @jaywcjlove
- 💢 ci: update workflows config. 35ed469 @jaywcjlove
- 🎨 style: modify Map/Set style. 131d0d0 @jaywcjlove
- 💢 ci: add type check script. 4179bcb @jaywcjlove
v2.0.0-alpha.6
Documentation v2.0.0-alpha.6: https://raw.githack.com/uiwjs/react-json-view/bd6ac09/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/bd6ac09/index.html
Comparing Changes: v2.0.0-alpha.5...v2.0.0-alpha.6
npm i @uiw/react-json-view@2.0.0
- 🐞 fix: fix shortenTextAfterLength props. #15 e9f5b24 @jaywcjlove
v2.0.0-alpha.5
Documentation v2.0.0-alpha.5: https://raw.githack.com/uiwjs/react-json-view/89891fb/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/89891fb/index.html
Comparing Changes: v2.0.0-alpha.4...v2.0.0-alpha.5
npm i @uiw/react-json-view@2.0.0
- 🆎 type: add more complete type inference. 852f84e @jaywcjlove
Migrate from JSON View v1 to v2. The new v2 version has removed the and quotes
props.components
export interface JsonViewProps<T extends object> extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
- quotes?: "'" | '"' | '';
- components?: {};
}
v2.0.0-alpha.4
Documentation v2.0.0-alpha.4: https://raw.githack.com/uiwjs/react-json-view/4b79317/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/4b79317/index.html
Comparing Changes: v2.0.0-alpha.3...v2.0.0-alpha.4
npm i @uiw/react-json-view@2.0.0
- 🌟 feat: Enhance objectSortKeys props. d94956f @jaywcjlove
- ⛑ test: add Ellipsis children test case. e892873 @jaywcjlove
- ⛑ test: add Copied test case. 14c7754 @jaywcjlove
Migrate from JSON View v1 to v2. The new v2 version has removed the and quotes
props.components
export interface JsonViewProps<T extends object> extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
- quotes?: "'" | '"' | '';
- components?: {};
}
v2.0.0-alpha.3
Documentation v2.0.0-alpha.3: https://raw.githack.com/uiwjs/react-json-view/a4a185d/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/a4a185d/index.html
Comparing Changes: v2.0.0-alpha.2...v2.0.0-alpha.3
npm i @uiw/react-json-view@2.0.0
- ⛑ test: add String test case. 20ec9de @jaywcjlove
- ⛑ test: add useHighlight test case. f8df42f @jaywcjlove
- 🐞 fix: fix CountInfoExtra render issue. f37551f @jaywcjlove
- ⛑ test: add Copied test case. dafe800 @jaywcjlove