Skip to content

Commit d67b953

Browse files
committed
.
1 parent 4fb26e9 commit d67b953

File tree

4 files changed

+32
-11
lines changed

4 files changed

+32
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,79 @@
1+
# Changelogs
2+
13
## 0.2.13 - 10-July-2022
4+
25
* Added shortcut Ctrl+B: Bold text
36
* Added shortcut Ctrl+I: Italic text
47

58
## 0.2.12 - 30-June-2022
9+
610
* Added clear and reset buttons in toolbar
711
* Added readOnly option in Split Markdown Field
812

913
## 0.2.11+1 - 10-June-2022
14+
1015
* Minor fixes
1116

1217
## 0.2.11 - 10-June-2022
18+
1319
* Breaking: MarkdownFormField is now MarkdownAutoPreview
1420
* Added SplittedMarkdown FormField
1521
* Example updated
1622
* Added tootips in markdown toolbar
1723

1824
## 0.2.10
25+
1926
* Switch between markdown and textfield using focusNode reimplemented
2027
* Dependency upgrade
2128
* Using MarkdownBody instead of MarkdownParseBody in MarkdownFormField
2229

2330
## 0.2.9+1
31+
2432
* Temparory fix for buttons not working in web
2533
* Shift to Parsed Markdown Body and Text Field will not work
2634

2735
## 0.2.9
36+
2837
* added non-scrolling markdown parser
2938
* improved logic for min, max lines in markdownfield
3039

3140
## 0.2.8+1
41+
3242
* removed validator
3343
* added min, max lines and expands parameters
3444

3545
## 0.2.8
46+
3647
* Added validator and decoration parameters
3748

3849
## 0.2.7
50+
3951
* refactor package to `markdown_editor_plus`
4052

4153
## 0.2.6
54+
4255
* Updated meta, optional update
56+
4357
## 0.2.5
58+
4459
* Added background color for expandable toolbar titles too
60+
4561
## 0.2.4
62+
4663
* Fixed incorrect Implementation for toolbar widget
64+
4765
## 0.2.3
66+
4867
* Refactor the package name to `simple_markdown_editor_plus`
4968

5069
## 0.2.2
5170

5271
* Updated the badges, just meta data update, can be ignored.
72+
5373
## 0.2.1
5474

5575
* Allow custom toolbar to be passed as named paramter.
76+
5677
## 0.2.0
5778

5879
* Add features auto preview WYSIWYG if the editor unfocused [#4](https://github.com/zahniar88/simple_markdown_editor/issues/4).
@@ -118,4 +139,4 @@
118139

119140
## 0.1.0
120141

121-
* TODO: Describe initial release.
142+
* TODO: Describe initial release.

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ packages:
8282
name: flutter_markdown
8383
url: "https://pub.dartlang.org"
8484
source: hosted
85-
version: "0.6.10+2"
85+
version: "0.6.12"
8686
flutter_test:
8787
dependency: "direct dev"
8888
description: flutter
@@ -94,7 +94,7 @@ packages:
9494
name: font_awesome_flutter
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "10.1.0"
97+
version: "10.2.1"
9898
lints:
9999
dependency: transitive
100100
description:
@@ -108,7 +108,7 @@ packages:
108108
name: markdown
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "5.0.0"
111+
version: "6.0.0"
112112
markdown_editor_plus:
113113
dependency: "direct main"
114114
description:

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ packages:
8282
name: flutter_markdown
8383
url: "https://pub.dartlang.org"
8484
source: hosted
85-
version: "0.6.10+2"
85+
version: "0.6.12"
8686
flutter_test:
8787
dependency: "direct dev"
8888
description: flutter
@@ -94,7 +94,7 @@ packages:
9494
name: font_awesome_flutter
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "10.1.0"
97+
version: "10.2.1"
9898
lints:
9999
dependency: transitive
100100
description:
@@ -108,7 +108,7 @@ packages:
108108
name: markdown
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "5.0.0"
111+
version: "6.0.0"
112112
matcher:
113113
dependency: transitive
114114
description:
@@ -192,5 +192,5 @@ packages:
192192
source: hosted
193193
version: "2.1.2"
194194
sdks:
195-
dart: ">=2.17.0-206.0.dev <3.0.0"
195+
dart: ">=2.17.0 <3.0.0"
196196
flutter: ">=3.0.0"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
expandable: ^5.0.1
17-
markdown: ^5.0.0
18-
flutter_markdown: ^0.6.10+2
19-
font_awesome_flutter: ^10.1.0
17+
markdown: ^6.0.0
18+
flutter_markdown: ^0.6.12
19+
font_awesome_flutter: ^10.2.1
2020

2121
dev_dependencies:
2222
flutter_test:

0 commit comments

Comments
 (0)