Skip to content

Commit dda98d4

Browse files
committed
Update changelog
1 parent 8dae1ea commit dda98d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
780780
781781
## Changelog
782782
783+
- **1.20.0**: Refactor out direct access of global `document` object, which allows component to work with server-side rendering
783784
- **1.19.2**:
784785
- Boolean toggle key can be customised [#150](https://github.com/CarlosNZ/json-edit-react/issues/150)
785786
- Pass `nodeData` to [custom buttons](#custom-buttons) [#146](https://github.com/CarlosNZ/json-edit-react/issues/146)

demo/src/_imports.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
*/
44

55
/* Installed package */
6-
// export * from 'json-edit-react'
6+
export * from 'json-edit-react'
77

88
/* Local src */
9-
export * from './json-edit-react/src'
9+
// export * from './json-edit-react/src'
1010

1111
/* Compiled local package */
1212
// export * from './package/build'

0 commit comments

Comments
 (0)