Skip to content

Commit 3ea553a

Browse files
committed
v0.2.1
1 parent 8244fe9 commit 3ea553a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
* Added the migration guide for 0.2 to README.
4+
15
## 0.2.0
26

37
* **BREAKING:** Removed theme from `CodeController`. Use `CodeTheme` widget instead.
@@ -7,7 +11,7 @@
711

812
## 0.1.15
913

10-
* Add a missing code file.
14+
* Added a missing code file.
1115

1216
## 0.1.14
1317

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ Autocompletion currently cannot be disabled.
307307
## Migration Guides
308308

309309
- [Migrating from code_text_field to 0.1](https://github.com/akvelon/flutter-code-editor/blob/main/doc/migrating/0.1.md)
310+
- [Migrating from 0.1 to 0.2](https://github.com/akvelon/flutter-code-editor/blob/main/doc/migrating/0.2.md)
310311

311312

312313
## Contact Us

doc/migrating/0.2.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Migrating from 0.1 to 0.2
2+
3+
1. Use `text` instead of `rawText`.
4+
2. Remove `webSpaceFix` parameter passed to `CodeController`.
5+
3. Change `IntendModifier` to `IndentModifier` if you have been using it.

pubspec.yaml

+1-1
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.0
3+
version: 0.2.1
44
repository: https://github.com/akvelon/flutter-code-editor
55

66
environment:

0 commit comments

Comments
 (0)