Skip to content

Commit 725c4ce

Browse files
committed
doc: Update document.
1 parent 3208d82 commit 725c4ce

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

core/README.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,19 @@ A React component for displaying and editing javascript arrays and JSON objects.
1919

2020
## Features
2121

22-
📚 Use Typescript to write, better code hints.
23-
🎨 Support theme customization & [`online editing`](https://uiwjs.github.io/react-json-view/#online-editing-theme) theme
24-
🌒 Support dark/light mode
25-
📦 Zero dependencies
26-
📋 Copy to Clipboard
27-
✏️ Support editing and adding features
28-
♻️ Whether to highlight updates.
29-
30-
The new version [**v2**](https://uiwjs.github.io/react-json-view/) 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. Preview [v2 documentation](https://uiwjs.github.io/react-json-view/) and [examples](https://uiwjs.github.io/react-json-view/).
31-
32-
- [x] Complete all features of displaying JSON in v1.
33-
- [ ] Add editing functionality to v2.
34-
- [x] Add test cases to v2.
35-
22+
🚀 **Improved with TypeScript** – Better code hints for a smoother development experience.
23+
🎨 **Customizable Themes** – Supports theme customization & [`online editing`](https://uiwjs.github.io/react-json-view/#online-editing-theme).
24+
🌒 **Dark/Light Mode** – Seamless switching between themes.
25+
📦 **Zero Dependencies** – Lightweight and efficient.
26+
📋 **Clipboard Support** – Easily copy JSON data.
27+
✏️ **Editable & Extendable** – Supports editing and adding new properties.
28+
♻️ **Update Highlighting** – Option to highlight changes.
29+
30+
The latest version [**v2**](https://uiwjs.github.io/react-json-view/) features a redesigned API for better maintainability, a more flexible component customization system, and fully customizable rendering, making it more aligned with React’s component model. 📖 Check out the [v2 documentation](https://uiwjs.github.io/react-json-view/) and [examples](https://uiwjs.github.io/react-json-view/).
31+
32+
- [x] Fully implemented all v1 JSON display features.
33+
- [ ] Adding editing functionality to v2.
34+
- [x] Added comprehensive test cases for v2.
3635

3736
## Quick Start
3837

0 commit comments

Comments
 (0)