Skip to content

Commit db569a0

Browse files
committed
Bump version to v0.2.16
1 parent d6aa931 commit db569a0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.16
2+
3+
* Do not delete folded blocks by backspace or delete keys (Issue [210](https://github.com/akvelon/flutter-code-editor/issues/210)).
4+
* Use theme colors in error message overlays (Issue [212](https://github.com/akvelon/flutter-code-editor/issues/212)).
5+
16
## 0.2.15
27

38
* Suggestion box is shown in an `OverlayEntry` instead of `Stack` (Issue [207](https://github.com/akvelon/flutter-code-editor/issues/207)).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ To get the currently folded blocks, read `controller.code.foldedBlocks`.
323323

324324
## Hiding Text
325325

326-
The editor allows to completely hide all code except the specific named section.
326+
The editor allows to completely hide all code except a specific named section.
327327
This is useful for even more focus than with folding.
328328

329329
To hide all the code except the given named section:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_code_editor
22
description: A customizable code field supporting syntax highlighting and code folding.
3-
version: 0.2.15
3+
version: 0.2.16
44
repository: https://github.com/akvelon/flutter-code-editor
55

66
environment:

0 commit comments

Comments
 (0)