File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.0
4
+ - update the ` CodeMirror.addCommand ` to better support custom commands
5
+
3
6
## 0.3.2
4
7
- updated to CodeMirror 5.8.0 (with improvements to the Dart mode)
5
8
- Dart mode: improved syntax highlighting for triple-quoted strings
Original file line number Diff line number Diff line change 3
3
# license that can be found in the LICENSE file.
4
4
5
5
name : codemirror
6
- version : 0.3.2 +5.8.0
6
+ version : 0.4.0 +5.8.0
7
7
description : A Dart wrapper around the CodeMirror text editor.
8
8
author :
Devon Carew <[email protected] >
9
9
homepage : https://github.com/google/codemirror.dart
10
10
environment :
11
11
sdk : ' >=1.0.0 <2.0.0'
12
12
dev_dependencies :
13
13
browser : any
14
- grinder : ^0.7 .0
14
+ grinder : ^0.8 .0
15
15
test : ^0.12.0
You can’t perform that action at this time.
0 commit comments