Releases: futurepress/epub.js
Releases · futurepress/epub.js
v0.3.88
- 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
v0.3.66
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
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
Contains fixes for removing the byte order mark from contained epubs, which was breaking parsing.
Fixes for IE Edge
- Fixes for IE Edge, switches to not reusing the iframe
- Nested Nav parsing
- Remove Image replacement onerror listener
Added dependences in Universal Module Definition
- 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
- 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
v0.2.12 version 0.2.12 bump
Fixes TOC handling for IE, Parses request results as XML if needed.
Merge pull request #280 from futurepress/toc_fix Fix toc and nav for ie, parse request result is XML not present