Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed Oct 19, 2017
1 parent 5a3f148 commit b25763b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
3.0.3
==================
* https://github.com/scniro/react-codemirror2/pull/27

3.0.2
==================
https://github.com/scniro/react-codemirror2/issues/22
* https://github.com/scniro/react-codemirror2/issues/22

3.0.1
==================
Expand Down
2 changes: 1 addition & 1 deletion docs/app.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ var Shared = (function () {
Shared.prototype.wire = function (name) {
var _this = this;
switch (name) {
case 'blur':
case 'onBlur':
{
this.editor.on('onBlur', function (cm, event) {
this.editor.on('blur', function (cm, event) {
_this.props.onBlur(_this.editor, event);
});
}
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-codemirror2",
"version": "3.0.2",
"version": "3.0.3",
"description": "a tiny react codemirror component wrapper",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@nteract/mockument": "1.0.4",
"@types/codemirror": "0.0.49",
"@types/jest": "21.1.4",
"@types/react": "16.0.14",
"@types/react": "16.0.15",
"babel-core": "6.26.0",
"babel-jest": "21.2.0",
"babel-loader": "7.1.2",
Expand All @@ -78,7 +78,7 @@
"js-beautify": "1.7.4",
"node-sass": "4.5.3",
"open": "0.0.5",
"prismjs": "1.8.1",
"prismjs": "1.8.3",
"prop-types": "15.6.0",
"raf": "3.4.0",
"react": "16.0.0",
Expand Down

0 comments on commit b25763b

Please sign in to comment.