-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad01a0d
commit 964a5a2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule reader
updated
27 files
+1 −0 | babel.config.js | |
+1 −1 | epubjs/epub.js | |
+292 −285 | package-lock.json | |
+2 −1 | package.json | |
+1 −1 | src/common/components/sidebar/thumbnails-view.js | |
+1 −1 | src/dom/common/dom-view.tsx | |
+0 −38 | src/dom/common/lib/dom-text-search/index.ts | |
+45 −13 | src/dom/common/lib/find/index.ts | |
+17 −0 | src/dom/common/lib/find/internal-types.ts | |
+1 −1 | src/dom/common/lib/find/worker.ts | |
+11 −0 | src/dom/common/lib/nodes.ts | |
+3 −3 | src/dom/common/lib/range.ts | |
+3 −4 | src/dom/common/lib/selector.ts | |
+137 −130 | src/dom/epub/epub-view.ts | |
+32 −21 | src/dom/epub/find.ts | |
+45 −64 | src/dom/epub/flow.ts | |
+57 −46 | src/dom/epub/lib/page-mapping.ts | |
+21 −3 | src/dom/epub/lib/sanitize-and-render.ts | |
+8 −12 | src/dom/epub/section-renderer.ts | |
+15 −0 | src/dom/epub/stylesheets/layout/_paginated.scss | |
+1 −1 | src/dom/epub/stylesheets/layout/_print.scss | |
+4 −0 | src/dom/epub/stylesheets/layout/_scrolled.scss | |
+10 −13 | src/dom/snapshot/snapshot-view.ts | |
+85 −23 | src/index.ios.js | |
+6 −0 | src/pdf/pdf-thumbnails.js | |
+1 −1 | tsconfig.json | |
+8 −3 | webpack.config.js |