Skip to content

Commit 0513271

Browse files
committed
Merge pull request #62 from google/0.4.0
rev to 0.4.0
2 parents 0516e8f + 6418574 commit 0513271

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.md

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

3+
## 0.4.0
4+
- update the `CodeMirror.addCommand` to better support custom commands
5+
36
## 0.3.2
47
- updated to CodeMirror 5.8.0 (with improvements to the Dart mode)
58
- Dart mode: improved syntax highlighting for triple-quoted strings

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# license that can be found in the LICENSE file.
44

55
name: codemirror
6-
version: 0.3.2+5.8.0
6+
version: 0.4.0+5.8.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
1010
environment:
1111
sdk: '>=1.0.0 <2.0.0'
1212
dev_dependencies:
1313
browser: any
14-
grinder: ^0.7.0
14+
grinder: ^0.8.0
1515
test: ^0.12.0

0 commit comments

Comments
 (0)