Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Feb 19, 2022
1 parent 9631411 commit 8b73433
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b73433

Please sign in to comment.