Update history

This commit is contained in:
josdejong 2020-06-21 16:34:01 +02:00
parent d71c7b4ca0
commit 70a2f94693
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@
https://github.com/josdejong/jsoneditor
## not yet published, version 9.0.1
- Fixed broken link to the Ace editor website (https://ace.c9.io/).
Thanks @p3x-robot.
## 2020-05-24, version 9.0.0
- Implemented option `limitDragging`, see #962. This is a breaking change when

View File

@ -767,7 +767,7 @@ See also `JSONEditor.update(json)`.
#### `JSONEditor.setMode(mode)`
Switch mode. Mode `code` requires the [Ace editor](http://ace.ajax.org/).
Switch mode. Mode `code` requires the [Ace editor](https://ace.c9.io/).
*Parameters:*