Releases: uiwjs/react-json-view
v2.0.0-alpha.10
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
- 📖 doc: Add example (#19) c6c9527 @jaywcjlove
- 💄 chore: add sponsor badge. f27928a @jaywcjlove
v2.0.0-alpha.9
Documentation v2.0.0-alpha.9: https://raw.githack.com/uiwjs/react-json-view/2bec29e/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/2bec29e/index.html
Comparing Changes: v2.0.0-alpha.8...v2.0.0-alpha.9
npm i @uiw/react-json-view@2.0.0
- 🌟 feat: json keyname editor. a63846d @jaywcjlove
v2.0.0-alpha.8
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
- 🌟 feat: type component render adds
keyName
return param. 49de404 @jaywcjlove - 📖 doc: fix example error. 9b8039e @jaywcjlove
v2.0.0-alpha.7
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
- 💢 ci: Update workflows config. ead61d2 @jaywcjlove
- 💢 ci: update workflows config. 35ed469 @jaywcjlove
- 🎨 style: modify Map/Set style. 131d0d0 @jaywcjlove
- 💢 ci: add type check script. 4179bcb @jaywcjlove
v2.0.0-alpha.6
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
- 🐞 fix: fix shortenTextAfterLength props. #15 e9f5b24 @jaywcjlove
v2.0.0-alpha.5
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
- 🆎 type: add more complete type inference. 852f84e @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?: {};
}
v2.0.0-alpha.4
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
- 🌟 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?: {};
}
v2.0.0-alpha.3
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
- ⛑ test: add String test case. 20ec9de @jaywcjlove
- ⛑ test: add useHighlight test case. f8df42f @jaywcjlove
- 🐞 fix: fix CountInfoExtra render issue. f37551f @jaywcjlove
- ⛑ test: add Copied test case. dafe800 @jaywcjlove
v2.0.0-alpha.2
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
- 🐝 refactor: refactor the code to completa all features view JSON. ad3dbad @jaywcjlove
- 📖 doc: Update README.md 0deb58c @jaywcjlove
- 🐞 fix: fix Ellipsis component issue. 8cc7ab1 @jaywcjlove
- ⛑ test: add theme test case. 5307872 @jaywcjlove
- 💢 ci: update workflows config. 61f1edb @jaywcjlove
- 💢 ci: update workflows config. a29d385 @jaywcjlove
- 📖 doc: Update README.md 9029717 @jaywcjlove
- 📖 doc: update migrate document. b77f00b @jaywcjlove
- ⛑ test: add index test case. 2a5e412 @jaywcjlove
- 📖 doc: Update README.md 947db66 @jaywcjlove
- ⛑ test: add arror test case. e8f0d44 @jaywcjlove
- 🐞 fix: fix ref issue. bfb6dc7 @jaywcjlove
- 🐞 fix: fix KeyName child issue & add test case. 9cbb860 @jaywcjlove
- 🐞 fix: fix Map/Set render issue & add test case. 8285bb9 @jaywcjlove
- ⛑ test: add test case. 07d9142 @jaywcjlove
- 🐞 fix: add
Quote
issue. 6c48c6d @jaywcjlove - 📄 Merge branch 'main' into v2 25b4376 @jaywcjlove
- 💢 ci: update workflows config. cbb52eb @jaywcjlove
- 🐝 refactor: Merge pull request #14 from uiwjs/v2 25fbb72 @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?: {};
}
v1.12.0
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
- 🌟 feat: support Set/Map display. (#13) f334c5d @jaywcjlove