Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: AndrewRedican/react-json-editor-ajrm

Locale Support & Other Fixes

07 Oct 21:28
Compare
Choose a tag to compare

This version provides:

  1. Provides ES-only and transpiled versions of project.
  2. Provides locale support for 8 spoken languages.
  3. Improved support for IE11.
  4. Other Fixes.

Re-Render onKeyPress

25 May 21:16
Compare
Choose a tag to compare
  1. This version has the abbility to re-render contents as you type. Before it would just be onBlur.
  2. Fixed bugs.

Stable Extended Customization

14 May 21:42
Compare
Choose a tag to compare
  1. Includes more properties which user can access to customize component even further.
  2. Added on paste event handler.
  3. Further optimization and bug fixes.

First Release

09 May 19:04
Compare
Choose a tag to compare

This is major release that improves upon previous beta releases.

The logic within component has been rebuilt from scratch.
The core logic functions used internally tokenize() and quarkize().

Contains more customization options.