Skip to content

Releases: futurepress/epub.js

v0.3.88

Choose a tag to compare

@fchasen fchasen released this 01 Jul 02:52
  • Updated the strategy of finding covers for ePub 3 cover-image: #1086
  • Limited polling if not active on tab and use resize observer if supported: #1077
  • Many updates for scrolling and location events on vertical and rtl horizontal renditions: #1074, #961, #1059, #1058
  • Fixed waiting for all displayed promises: #1031
  • Fixed broken types: #1091

v0.3.73

Choose a tag to compare

@fchasen fchasen released this 14 Oct 01:04
Merge branch 'master' of https://github.com/futurepress/epub.js

v0.3.66

Choose a tag to compare

@fchasen fchasen released this 27 Jul 17:14
7d947d9

Initial release of Epub.js v0.3

If you are updating from v0.2, please review Updating to v0.3 from v0.2 on the Wiki as there are many changes to the API.

EpubCFI Fixes

Choose a tag to compare

@fchasen fchasen released this 16 May 15:11

Brings in the CFI fixes from #584

This fixes the position in the spine if an OPF document doesn't contain line breaks.
Also correct CFIs to contain a slash after the !

Old CFIs will continue to be parsed correctly but should be updated.

Byte Order Mark Fixes

Choose a tag to compare

@fchasen fchasen released this 05 May 16:18

Contains fixes for removing the byte order mark from contained epubs, which was breaking parsing.

Fixes for IE Edge

Choose a tag to compare

@fchasen fchasen released this 30 Oct 22:31
  • Fixes for IE Edge, switches to not reusing the iframe
  • Nested Nav parsing
  • Remove Image replacement onerror listener

Added dependences in Universal Module Definition

Choose a tag to compare

@fchasen fchasen released this 16 Feb 21:58
  • Fixes issue when using epub.js with Electron
  • Removed source maps from minified version in build folder, use these for production

Updated pageMap handling, bug fixes

Choose a tag to compare

@fchasen fchasen released this 03 Dec 19:07
  • Switch to textSprint for mapping pages
  • Added Book.coverUrl()
  • Fixed loading .htm files and relative links if epub.js is not at /
  • Update parser.js to check if query is null for IE

Update Request to detect file types, fixes internal links

Choose a tag to compare

@fchasen fchasen released this 24 Oct 17:05
v0.2.12

version 0.2.12 bump

Fixes TOC handling for IE, Parses request results as XML if needed.

Choose a tag to compare

@fchasen fchasen released this 25 Sep 15:20
Merge pull request #280 from futurepress/toc_fix

Fix toc and nav for ie, parse request result is XML not present