Skip to content

Releases: futurepress/epub.js

v0.3.88

01 Jul 02:52
Compare
Choose a tag to compare
  • 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

14 Oct 01:04
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/futurepress/epub.js

v0.3.66

27 Jul 17:14
7d947d9
Compare
Choose a tag to compare

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

16 May 15:11
Compare
Choose a tag to compare

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

05 May 16:18
Compare
Choose a tag to compare

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

Fixes for IE Edge

30 Oct 22:31
Compare
Choose a tag to compare
  • Fixes for IE Edge, switches to not reusing the iframe
  • Nested Nav parsing
  • Remove Image replacement onerror listener

Added dependences in Universal Module Definition

16 Feb 21:58
Compare
Choose a tag to compare
  • 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

03 Dec 19:07
Compare
Choose a tag to compare
  • 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

24 Oct 17:05
Compare
Choose a tag to compare

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

25 Sep 15:20
Compare
Choose a tag to compare
Merge pull request #280 from futurepress/toc_fix

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