From 8b734338fb9d5196ccbc19d5aaa7d0f0c99e5f24 Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sat, 19 Feb 2022 19:01:48 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4eae12..05a96cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.6.3 + +- Fixed `looking up deactivated ancestor is unsafe` error. Thanks @felixgabler for the PR! +- Add `openOnPreviewImageTap` and `openOnPreviewTitleTap` - allows to open link URL when tapped on the preview image and/or preview title/description. Thanks @felixgabler for the PR! +- Update to Flutter 2.10.2. Requires Dart >= 2.16.0. + ## 2.6.2 - Use utf8 codec to parse chinese symbols diff --git a/pubspec.yaml b/pubspec.yaml index d3dd9b2..8a4d753 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_link_previewer description: > URL preview extracted from the provided text with basic customization and ability to render from cached data. -version: 2.7.1 +version: 2.6.3 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_link_previewer