Skip to content

v2.0.0-alpha.5

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 04:20
· 80 commits to main since this release

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

Migrate from JSON View v1 to v2. The new v2 version has removed the quotes and components props.

export interface JsonViewProps<T extends object> extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
-  quotes?: "'" | '"' | '';
-  components?: {};
}