Skip to content

v2.0.0-alpha.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 00:07
· 84 commits to main since this release
25fbb72

Documentation v2.0.0-alpha.2: https://raw.githack.com/uiwjs/react-json-view/0aa2757/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/0aa2757/index.html
Comparing Changes: v1.12.0...v2.0.0-alpha.2


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