From 4e608f57505475fac8745535a490199937071b0e Mon Sep 17 00:00:00 2001 From: t11r <1674104+t11r@users.noreply.github.com> Date: Sat, 27 Aug 2022 19:25:39 +0200 Subject: [PATCH] Update upgrading guidelines --- UPGRADING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 0f01948b..4fd20e47 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,5 +1,9 @@ # Upgrading TIFY +## Any prior release to v0.27 + +- The initially displayed page is now determined by the manifest’s `startCanvas`. To keep the previous behavior of starting with the first page regardless of `startCanvas`, add `pages: [1]` to TIFY’s options. + ## Any prior release to v0.26 - Support for setting the manifest URL via query parameter `manifest` has been removed. If you need this feature, use something like this: