Releases: uiwjs/react-json-view
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
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/react-json-view@1.11.1
- 🐞 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/react-json-view@1.11.0
- 🌟 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/react-json-view@1.10.0
- 🌟 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/react-json-view@1.9.0
- 🌟 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/react-json-view@1.8.5
- 💄 chore: add displayName. b71e437 @jaywcjlove
v1.8.4
Documentation v1.8.4: https://raw.githack.com/uiwjs/react-json-view/b8f7d17/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/b8f7d17/index.html
Comparing Changes: v1.8.3...v1.8.4
npm i @uiw/react-json-view@1.8.4
- 🐞 fix: fix ref props issue. (#11) 319fb56 @jaywcjlove
v1.8.3
Documentation v1.8.3: https://raw.githack.com/uiwjs/react-json-view/d917650/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/d917650/index.html
Comparing Changes: v1.8.2...v1.8.3
npm i @uiw/react-json-view@1.8.3
- 🐞 fix: fix
onDelete
props issue. (#6) d206c35 @jaywcjlove
v1.8.2
Documentation v1.8.2: https://raw.githack.com/uiwjs/react-json-view/c25d193/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/c25d193/index.html
Comparing Changes: v1.8.1...v1.8.2
npm i @uiw/react-json-view@1.8.2
- 🐞 fix: add @babel/runtime dependency to package.json #7 dfb404c @jaywcjlove