diff --git a/CHANGELOG.md b/CHANGELOG.md index 5660880..ec107d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ +# 0.4.26 + +- Introduces PdfTextSearcher that helps you to implement search UI feature (#47) +- Example code is vastly changed to explain more about the widget functions + # 0.4.25 - FIXED: Able to scroll outside document area # 0.4.24 -- Huge refactoring on PdfViewerController; it's no longer TransformationController but just a ValueListenable +- Huge refactoring on PdfViewerController; it's no longer TransformationController but just a `ValueListenable` - This fixes an "Unhandled Exception: Null check operator used on a null value" on widget state disposal (#46) # 0.4.23 diff --git a/README.md b/README.md index a3272aa..cbb6716 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Add this to your package's `pubspec.yaml` file and execute `flutter pub get`: ```yaml dependencies: - pdfrx: ^0.4.25 + pdfrx: ^0.4.26 ``` ### Windows diff --git a/example/pubspec.lock b/example/pubspec.lock index 74f1219..08328d1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -214,7 +214,7 @@ packages: path: ".." relative: true source: path - version: "0.4.25" + version: "0.4.26" platform: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cca094c..230a05c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pdfrx description: High speed zooming/scrolling PDF viewer implementation that supports mobile, desktop, and Web. -version: 0.4.25 +version: 0.4.26 homepage: https://github.com/espresso3389/pdfrx environment: