Skip to content

v2.0.0-alpha.4

Compare
Choose a tag to compare
@github-actions 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


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?: {};
}