Releases: uiwjs/react-json-view
v1.8.1
Documentation v1.8.1: https://raw.githack.com/uiwjs/react-json-view/aa2e1e0/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/aa2e1e0/index.html
Comparing Changes: v1.8.0...v1.8.1
npm i @uiw/react-json-view@1.8.1
- ⛑ test: add editor test case. bd1eae1 @jaywcjlove
- ⛑ test(editor): add test case. 08ff1d9 @jaywcjlove
- 💄 chore: add husky config. 50a450f @jaywcjlove
- 🌍 website: update markdown preview. d4cddf4 @jaywcjlove
- 🌍 website: add logo & description. 7f3f4c8 @jaywcjlove
- 🌍 website: update open source url error. 9f655f0 @jaywcjlove
- 🌟 feat:
onEdit
event function returnsnamespace
. (#6) a9628fc @jaywcjlove
v1.8.0
Documentation v1.8.0: https://raw.githack.com/uiwjs/react-json-view/86622e3/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/86622e3/index.html
Comparing Changes: v1.7.1...v1.8.0
npm i @uiw/react-json-view@1.8.0
- 📖 doc: update README.md 500184b @jaywcjlove
- 📖 doc: update example. f9d2d4d @jaywcjlove
- 📖 doc: update README.md 9d69d0a @jaywcjlove
- 🌟 feat(editor): add
onDelete
props. 396b8bc @jaywcjlove
v1.7.1
Documentation v1.7.1: https://raw.githack.com/uiwjs/react-json-view/11f5378/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/11f5378/index.html
Comparing Changes: v1.7.0...v1.7.1
npm i @uiw/react-json-view@1.7.1
- 🐝 refactor: enhanced
onEdit
props. (#5) 31eaf9d @jaywcjlove
import JsonViewEditor from '@uiw/react-json-view/editor';
<JsonViewEditor
value={src}
onEdit={(opts) => {
+ return true;
}}
/>
v1.7.0
Documentation v1.7.0: https://raw.githack.com/uiwjs/react-json-view/229266e/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/229266e/index.html
Comparing Changes: v1.6.0...v1.7.0
npm i @uiw/react-json-view@1.7.0
- 🌍 website: add back to up button. b58a5e5 @jaywcjlove
- 📖 doc: update document. 8189b51 @jaywcjlove
- 📖 doc: update example. 3061f8d @jaywcjlove
- 📖 doc: update README.md. f0a0f85 @jaywcjlove
- 🌟 feat(editor): add
onAdd
props. (#5) 04b47a4 @jaywcjlove
v1.6.0
Documentation v1.6.0: https://raw.githack.com/uiwjs/react-json-view/83f3a21/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/83f3a21/index.html
Comparing Changes: v1.5.1...v1.6.0
npm i @uiw/react-json-view@1.6.0
- 📖 doc: Update README.md 84845a8 @jaywcjlove
- 📖 doc: Update README.md 204539b @jaywcjlove
- 📖 doc: Add Inspector example. b9f806b @jaywcjlove
- 🌟 feat: add
components.countInfo
props. a4513c6 @jaywcjlove
v1.5.1
Documentation v1.5.1: https://raw.githack.com/uiwjs/react-json-view/024df56/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/024df56/index.html
Comparing Changes: v1.5.0...v1.5.1
npm i @uiw/react-json-view@1.5.1
v1.5.0
Documentation v1.5.0: https://raw.githack.com/uiwjs/react-json-view/1803f73/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/1803f73/index.html
Comparing Changes: v1.4.0...v1.5.0
npm i @uiw/react-json-view@1.5.0
- 🌟 feat: support for the URL of
value
. 295f179 @jaywcjlove - 🌟 feat: add json editing features. (#3) f65c089 @jaywcjlove
- ⛑ test: add test case. afd0f60 @jaywcjlove
- 🐞 fix: fix update value issue. ebff191 @jaywcjlove
- 🐞 fix: fix
editable
props. (#3) 40372b8 @jaywcjlove - ⛑ test: fix theme test case. 8a4eff9 @jaywcjlove
v1.4.0
Documentation v1.4.0: https://raw.githack.com/uiwjs/react-json-view/675281f/index.html
Comparing Changes: v1.3.0...v1.4.0
npm i @uiw/react-json-view@1.4.0
- 🌟 feat: add
objectSortKeys
props. fa1c1e5 @jaywcjlove - ⛑ test: add \semicolon` test case. ad4c609 @jaywcjlove
v1.3.0
Documentation v1.3.0: https://raw.githack.com/uiwjs/react-json-view/814d04d/index.html
Comparing Changes: v1.2.0...v1.3.0
npm i @uiw/react-json-view@1.3.0
- ⛑ test: add test case. fd77176 @jaywcjlove
- 💄 chore: update workflows config. 1bd4ade @jaywcjlove
- 🌍 website: fix type error. 4dd2f88 @jaywcjlove
- 📖 doc: update README.md 96faf4a @jaywcjlove
- 💄 chore: update workflows config. 78b05e4 @jaywcjlove
- 🌟 feat: add
highlightUpdates
props. 1f61356 @jaywcjlove - ⛑ test: update test case. 9c7fb5c @jaywcjlove
- 📖 doc: Update document example. 7bab486 @jaywcjlove
v1.2.0
Documentation v1.2.0: https://raw.githack.com/uiwjs/react-json-view/5d76e52/index.html
Comparing Changes: v1.1.1...v1.2.0
npm i @uiw/react-json-view@1.2.0
- 🐞 fix: modify className name. 1f6d940 @jaywcjlove
- 🌟 feat: add
onCopied
props. a68e1cb @jaywcjlove