Skip to content

Commit ca0d9f8

Browse files
committed
Update README.md
1 parent 3aae3d9 commit ca0d9f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,9 @@ Your `translations` object doesn't have to be exhaustive — only define the key
918918
919919
You can replace certain nodes in the data tree with your own custom components. An example might be for an image display, or a custom date editor, or just to add some visual bling. See the "Custom Nodes" data set in the [interactive demo](https://carlosnz.github.io/json-edit-react/?data=customNodes) to see it in action. (There is also a custom Date picker that appears when editing ISO strings in the other data sets.)
920920
921+
> [!NOTE]
922+
> Coming soon: a **Custom Component** library
923+
921924
Custom nodes are provided in the `customNodeDefinitions` prop, as an array of objects of following structure:
922925
923926
```js
@@ -1196,6 +1199,9 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
11961199
11971200
## Changelog
11981201
1202+
- **1.25.5**:
1203+
- Expose a few more components and props to custom components
1204+
- Start building Custom Component library (separate to main package)
11991205
- **1.25.4**: Don't treat Date objects as collections, so they can be handled by custom components (#187)[https://github.com/CarlosNZ/json-edit-react/issues/187]
12001206
- **1.25.1**: Small bug fix for incorrect resetting of cancelled edits (#184)[https://github.com/CarlosNZ/json-edit-react/issues/184]
12011207
- **1.25.0**:

0 commit comments

Comments
 (0)