Skip to content

Commit 1b163e9

Browse files
committed
Release v1.1.0
Signed-off-by: Pranav Bedre <[email protected]>
1 parent 70f6dc2 commit 1b163e9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.0
2+
3+
- Added more customization properties - graphicFit, onTap, showBody, showDomain, showTitle.
4+
- Update UI of LinkPreviewStyle.large (LinkPreviewLarge).
5+
- Auto calculate bodyMaxLines based on screen height.
6+
- Update dependencies.
7+
18
## 1.0.1
29

310
- Update documentation.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ packages:
113113
path: ".."
114114
relative: true
115115
source: path
116-
version: "1.0.1"
116+
version: "1.1.0"
117117
matcher:
118118
dependency: transitive
119119
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: link_preview_generator
22
description: A cross-platform flutter package to convert your links into rich beautiful previews.
3-
version: 1.0.1
3+
version: 1.1.0
44
homepage: https://github.com/ghpranav/
55
repository: https://github.com/ghpranav/link_preview_generator
66

0 commit comments

Comments
 (0)