File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+
3
+ * Added the migration guide for 0.2 to README.
4
+
1
5
## 0.2.0
2
6
3
7
* ** BREAKING:** Removed theme from ` CodeController ` . Use ` CodeTheme ` widget instead.
7
11
8
12
## 0.1.15
9
13
10
- * Add a missing code file.
14
+ * Added a missing code file.
11
15
12
16
## 0.1.14
13
17
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ Autocompletion currently cannot be disabled.
307
307
## Migration Guides
308
308
309
309
- [ 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 )
310
311
311
312
312
313
## Contact Us
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
name : flutter_code_editor
2
2
description : A customizable code field supporting syntax highlighting and code folding.
3
- version : 0.2.0
3
+ version : 0.2.1
4
4
repository : https://github.com/akvelon/flutter-code-editor
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments