Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 821 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 821 Bytes

PdfViewPager changelog

0.1.2

  • Initial PdfViewPager widget, without zooming and panning capabilities

0.2.0

  • Added PdfViewPagerZoom using ImageViewZoom library
  • Some UI Test coverage for the samples.

0.2.1

  • New PdfViewPagerZoom widget, now using PhotoView library Note: Users porting from 0.2.0 won't notice anything. PdfViewPagerZoom will work as usual, but now using another library under the hood.
  • The old ImageViewZoom implementation remains in PdfViewPagerIVZoom class, for anyone who still wants to use it.
  • More UI Test coverage for the samples (lib users won't notice that, but I will :P)
  • 0.2.1 uses a fixed version of ImageViewZoom, instead of latest version '+'