diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4780c..a747533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.0 + +- Added more customization properties - graphicFit, onTap, showBody, showDomain, showTitle. +- Update UI of LinkPreviewStyle.large (LinkPreviewLarge). +- Auto calculate bodyMaxLines based on screen height. +- Update dependencies. + ## 1.0.1 - Update documentation. diff --git a/example/pubspec.lock b/example/pubspec.lock index 9be015c..8415368 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -113,7 +113,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1" + version: "1.1.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2c9635b..7815e2c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: link_preview_generator description: A cross-platform flutter package to convert your links into rich beautiful previews. -version: 1.0.1 +version: 1.1.0 homepage: https://github.com/ghpranav/ repository: https://github.com/ghpranav/link_preview_generator