Skip to content

Commit b25763b

Browse files
committed
3.0.3
1 parent 5a3f148 commit b25763b

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
3.0.3
2+
==================
3+
* https://github.com/scniro/react-codemirror2/pull/27
4+
15
3.0.2
26
==================
3-
https://github.com/scniro/react-codemirror2/issues/22
7+
* https://github.com/scniro/react-codemirror2/issues/22
48

59
3.0.1
610
==================

docs/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ var Shared = (function () {
4545
Shared.prototype.wire = function (name) {
4646
var _this = this;
4747
switch (name) {
48-
case 'blur':
48+
case 'onBlur':
4949
{
50-
this.editor.on('onBlur', function (cm, event) {
50+
this.editor.on('blur', function (cm, event) {
5151
_this.props.onBlur(_this.editor, event);
5252
});
5353
}

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-codemirror2",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "a tiny react codemirror component wrapper",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -60,7 +60,7 @@
6060
"@nteract/mockument": "1.0.4",
6161
"@types/codemirror": "0.0.49",
6262
"@types/jest": "21.1.4",
63-
"@types/react": "16.0.14",
63+
"@types/react": "16.0.15",
6464
"babel-core": "6.26.0",
6565
"babel-jest": "21.2.0",
6666
"babel-loader": "7.1.2",
@@ -78,7 +78,7 @@
7878
"js-beautify": "1.7.4",
7979
"node-sass": "4.5.3",
8080
"open": "0.0.5",
81-
"prismjs": "1.8.1",
81+
"prismjs": "1.8.3",
8282
"prop-types": "15.6.0",
8383
"raf": "3.4.0",
8484
"react": "16.0.0",

0 commit comments

Comments
 (0)