v2.0.0-alpha.2
github-actions
released this
16 Sep 00:07
·
84 commits
to main
since this release
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?: {};
}