Skip to content

Commit 0deb58c

Browse files
committed
doc: Update README.md
1 parent ac19f59 commit 0deb58c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ A React component for displaying and editing javascript arrays and JSON objects.
2626
✏️ Support editing and adding features
2727
♻️ Whether to highlight updates.
2828

29+
The new version **[v2](https://github.com/uiwjs/react-json-view/tree/v2)** has redesigned the API to make the code more maintainable and introduced a simpler and more flexible component customization rendering API. Each component can now have custom rendering, and the new API resembles React more closely.
30+
31+
- [x] Complete all features of displaying JSON in v1.
32+
- [ ] Add editing functionality to v2.
33+
- [ ] Add test cases to v2.
34+
2935
## Quick Start
3036

3137
```bash

0 commit comments

Comments
 (0)