v2.0.0-alpha.4
github-actions
released this
17 Sep 13:21
·
75 commits
to main
since this release
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/[email protected]
- 🌟 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?: {};
}