Skip to content

Releases: uiwjs/react-json-view

v2.0.0-alpha.10

26 Nov 11:38
Compare
Choose a tag to compare

Buy me a coffee

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

v2.0.0-alpha.9

24 Oct 14:19
Compare
Choose a tag to compare

v2.0.0-alpha.8

16 Oct 17:07
Compare
Choose a tag to compare

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

v2.0.0-alpha.7

21 Sep 08:10
Compare
Choose a tag to compare

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

v2.0.0-alpha.6

21 Sep 03:41
Compare
Choose a tag to compare

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

v2.0.0-alpha.5

20 Sep 04:20
Compare
Choose a tag to compare

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

v2.0.0-alpha.4

17 Sep 13:21
Compare
Choose a tag to compare

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

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

v2.0.0-alpha.3

16 Sep 17:23
Compare
Choose a tag to compare

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

v2.0.0-alpha.2

16 Sep 00:07
25fbb72
Compare
Choose a tag to compare

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

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

v1.12.0

12 Sep 04:10
Compare
Choose a tag to compare

Documentation v1.12.0: https://raw.githack.com/uiwjs/react-json-view/65d2ce8/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/65d2ce8/index.html
Comparing Changes: v1.11.1...v1.12.0

npm i @uiw/react-json-view@1.12.0