Skip to content

Commit dbf0091

Browse files
committed
release 0.2.9
1 parent 2e31798 commit dbf0091

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.9
2+
* added non-scrolling markdown parser
3+
* improved logic for min, max lines in markdownfield
4+
15
## 0.2.8+1
26
* removed validator
37
* added min, max lines and expands parameters

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ packages:
115115
path: ".."
116116
relative: true
117117
source: path
118-
version: "0.2.8+1"
118+
version: "0.2.9"
119119
matcher:
120120
dependency: transitive
121121
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description:
33
A TextFormField Widget that allow you to convert easily what's in the
44
FormField to Markdown with custom toolbar support.
55

6-
version: 0.2.8+1
6+
version: 0.2.9
77
homepage: https://github.com/OmkarDabade/markdown_editor_plus
88
repository: https://github.com/OmkarDabade/markdown_editor_plus
99

0 commit comments

Comments
 (0)