Skip to content

Commit 12a2f3f

Browse files
committed
v 2.15 release
1 parent bd378df commit 12a2f3f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelogs
22

3+
## 0.2.15 - 19-June-2024
4+
5+
* Adds hint text param in MarkdownAutoPreview widget to show hint text when content is not available, [PR#2](https://github.com/OmkarDabade/markdown_editor_plus/pull/2)
6+
* upgrade dependencies
7+
38
## 0.2.14 - 1-June-2024
49

510
* Adds support for Flutter 3.22

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ packages:
8282
dependency: "direct main"
8383
description:
8484
name: flutter_markdown
85-
sha256: "9921f9deda326f8a885e202b1e35237eadfc1345239a0f6f0f1ff287e047547f"
85+
sha256: "85cc6f7daeae537844c92e2d56e2aff61b00095f8f77913b529ea4be12fc45ea"
8686
url: "https://pub.dev"
8787
source: hosted
88-
version: "0.7.1"
88+
version: "0.7.2+1"
8989
flutter_test:
9090
dependency: "direct dev"
9191
description: flutter

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: markdown_editor_plus
22
description: A TextField Widget that allow you to convert easily what's in the
33
TextField to Markdown with custom toolbar support.
44

5-
version: 0.2.14
5+
version: 0.2.15
6+
67
homepage: https://github.com/OmkarDabade/markdown_editor_plus
78
repository: https://github.com/OmkarDabade/markdown_editor_plus
89

@@ -15,7 +16,7 @@ dependencies:
1516
sdk: flutter
1617
expandable: ^5.0.1
1718
markdown: ^7.2.2
18-
flutter_markdown: ^0.7.1
19+
flutter_markdown: ^0.7.2+1
1920
font_awesome_flutter: ^10.7.0
2021

2122
dev_dependencies:

0 commit comments

Comments
 (0)