You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ["Enhanced" link](https://github.com/CarlosNZ/json-edit-react/tree/main/custom-component-library/components/EnhancedLink) (object with "url" and "text" fields, displayed as clickable string)
1015
1016
1016
1017
1017
1018
## Custom Text
@@ -1231,6 +1232,7 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
1231
1232
1232
1233
- **1.27.0**:
1233
1234
- Option to handle custom collections as "Value" nodes ([#203](https://github.com/CarlosNZ/json-edit-react/issues/203))
1235
+
- Put `EMPTY_STRING: "<empty string>"` into translations
1234
1236
- **1.26.1**: Fix bug when submitting with keyboard after switching to `null` type ([#194](https://github.com/CarlosNZ/json-edit-react/pull/194))
1235
1237
- **1.26.0**:
1236
1238
- Handle non-standard data types (e.g. `undefined`, `BigInt`) when stringifying/parsing JSON
0 commit comments