Skip to content

Commit

Permalink
5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Nov 19, 2017
1 parent 93b50b1 commit ad05e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
* Fully move to TypeScript interally
* Publish typings for the split editor

## 5.6.0
## 5.7.0

* Adds debounce option for onChange event
* Add support onCursorChange event
* Adds editor as second argument to the onBlur

## 5.5.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ace",
"version": "5.5.0",
"version": "5.7.0",
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit ad05e9e

Please sign in to comment.