You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Add continuous pinch zooming for touch screens and trackpads! @cdrini
KNOWN ISSUE: Not working correctly on iOS 9, 10; see #858. Fixed in 5.0.0-19
This is a big change to the codebase. It involved rewriting 1 up mode in LitElement. This means that BookReader now needs webcomponents to function.
Breaking changes (unlikely to be used by anyone):
Most Mode1Up Bookreader global functions removed (unlikely to be used): drawLeafsOnePage, onePageGetAutofitWidth, onePageGetAutofitHeight, onePageGetPageTop, onePageCalculateReductionFactors, centerX1up, centerY1up
Some Mode2Up cleanups: Removed setClickHandler2UP, setMouseHandlers2UP