Skip to content

Commit e5f86e3

Browse files
Update to Codemirror 5.45.0 (#94)
1 parent ff059f4 commit e5f86e3

File tree

19 files changed

+137
-43
lines changed

19 files changed

+137
-43
lines changed

README_.google

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
URL: http://codemirror.net/
2-
Version: 5.44.0
2+
Version: 5.45.0
33
License: MIT
44
License File: third_party/codemirror/LICENSE
55

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "codemirror.dart",
33
"private": true,
44
"dependencies": {
5-
"codemirror": "5.44.0"
5+
"codemirror": "5.45.0"
66
}
77
}

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.4
4+
- update to CodeMirror 5.45.0
5+
- add `yonce` theme
6+
37
## 0.5.3
48
- adjust the field types for the `ScrollInfo` class
59

lib/codemirror.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class CodeMirror extends ProxyHolder {
7878
'xq-dark',
7979
'xq-light',
8080
'zenburn',
81+
'yonce',
8182
'yeti',
8283
];
8384

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# license that can be found in the LICENSE file.
44

55
name: codemirror
6-
version: 0.5.3+5.44.0
6+
version: 0.5.4+5.45.0
77
description: A Dart wrapper around the CodeMirror text editor.
88
author: Devon Carew <[email protected]>
99
homepage: https://github.com/google/codemirror.dart

third_party/codemirror/.bower.json

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

third_party/codemirror/AUTHORS

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

third_party/codemirror/CHANGELOG.md

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

third_party/codemirror/addon/edit/closebrackets.js

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

third_party/codemirror/addon/edit/matchbrackets.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.

0 commit comments

Comments
 (0)