File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.9
2
+ * added non-scrolling markdown parser
3
+ * improved logic for min, max lines in markdownfield
4
+
1
5
## 0.2.8+1
2
6
* removed validator
3
7
* added min, max lines and expands parameters
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ packages:
115
115
path: ".."
116
116
relative: true
117
117
source: path
118
- version: "0.2.8+1 "
118
+ version: "0.2.9 "
119
119
matcher:
120
120
dependency: transitive
121
121
description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description:
3
3
A TextFormField Widget that allow you to convert easily what's in the
4
4
FormField to Markdown with custom toolbar support.
5
5
6
- version : 0.2.8+1
6
+ version : 0.2.9
7
7
homepage : https://github.com/OmkarDabade/markdown_editor_plus
8
8
repository : https://github.com/OmkarDabade/markdown_editor_plus
9
9
You can’t perform that action at this time.
0 commit comments