foliate-js:main

Last commit made on 2024-05-17
Get this branch:
git clone -b main https://git.launchpad.net/foliate-js

Branch merges

Branch information

Name:
main
Repository:
lp:foliate-js

Recent commits

8c378d6... by John Factotum <email address hidden>

README: fix warning formatting

Also add link to https://github.com/johnfactotum/epub-test

7372c65... by John Factotum <email address hidden>

Fix package.json

b7ff640... by John Factotum <email address hidden>

Paginator: prevent spread in portrait

Or, for vertical writing, in landscape

28a757e... by Vytor Rennan <email address hidden>

Fix bad resolution for pdfs (#23)

5600b6c... by John Factotum <email address hidden>

Migrate to ESLint 9 and fix linting issues

04b8789... by John Factotum <email address hidden>

Footnotes: reject when failing to show footnote

Now `handle()` could return either undefined or a promise, which you can
catch to handle the case where footnote fails to show.

Also improve footnote extraction.

b45e08b... by John Factotum <email address hidden>

Paginator: fix unnecessary wrapping in tables

Fixes https://github.com/johnfactotum/foliate/issues/1278

b0d7ed4... by John Factotum <email address hidden>

Paginator: destroy view before removing it

18159a4... by John Factotum <email address hidden>

Don't check document's existence when expanding

`expand()` is only called after `render()`, which assumes that it exists

b0a869b... by John Factotum <email address hidden>

Fix page end cut off when starting with page break

Fixes https://github.com/johnfactotum/foliate/issues/1179