Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 485 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 485 Bytes

@monaco-editor-enhancer/json-editor

1.1.2

Patch Changes

  • 049f27f: Optimize internal logic of withMonacoJsonEditor to reduce unnecessary re-renders

1.1.0

Minor Changes

  • cb30b67: Add withJsonEditor higher-order component for simplified integration

    • Introduce new withJsonEditor HOC for easier setup and usage
    • Improve type inference for component props
    • Update documentation to include examples of both withJsonEditor and withMonacoJsonEditor