Releases: uiwjs/react-json-view
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/[email protected]
- 🆎 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/[email protected]
- 🌟 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/[email protected]
- ⛑ 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/[email protected]
- 🐝 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/[email protected]
- 🌟 feat: support Set/Map display. (#13) f334c5d @jaywcjlove
v1.11.1
Documentation v1.11.1: https://raw.githack.com/uiwjs/react-json-view/c051909/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/c051909/index.html
Comparing Changes: v1.11.0...v1.11.1
npm i @uiw/[email protected]
- 🐞 fix: fix NaN display & font size style. f15b993 @jaywcjlove
- ⛑ test: fix test case. 991e57a @jaywcjlove
v1.11.0
Documentation v1.11.0: https://raw.githack.com/uiwjs/react-json-view/3eabf3d/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/3eabf3d/index.html
Comparing Changes: v1.10.0...v1.11.0
npm i @uiw/[email protected]
- 🌟 feat: add
basic
theme. 27b08ed @jaywcjlove
v1.10.0
Documentation v1.10.0: https://raw.githack.com/uiwjs/react-json-view/cd0d310/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/cd0d310/index.html
Comparing Changes: v1.9.0...v1.10.0
npm i @uiw/[email protected]
- 🌟 feat: add github/vscode/nord themes. 9908adb @jaywcjlove
- 🌟 feat: add
gruvbox
theme. 10ff7ec @jaywcjlove - 🌟 feat: add monokai theme. 5b0bdc5 @jaywcjlove
v1.9.0
Documentation v1.9.0: https://raw.githack.com/uiwjs/react-json-view/bc39ba7/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/bc39ba7/index.html
Comparing Changes: v1.8.5...v1.9.0
npm i @uiw/[email protected]
- 🌟 feat: export useHighlight hook. b37638c @jaywcjlove
- 🌟 feat: add
shortenTextAfterLength
props. (#12) c181fdd @jaywcjlove
v1.8.5
Documentation v1.8.5: https://raw.githack.com/uiwjs/react-json-view/2216f75/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/2216f75/index.html
Comparing Changes: v1.8.4...v1.8.5
npm i @uiw/[email protected]
- 💄 chore: add displayName. b71e437 @jaywcjlove