1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00
Commit graph

1288 commits

Author SHA1 Message Date
Fred Chasen
0794ac9a08
Merge pull request #1018 from bibliolabs/request_headers_on_open
Send requestHeaders on Book open request
2020-05-13 21:31:06 -07:00
Fred Chasen
f3fdd2e159
Merge pull request #1029 from yowmamasita/patch-1
Fix the themes example (dark -> light)
2020-05-13 21:15:41 -07:00
Fraser Mince
0127e9e83f Map over display function instead of displayed value.
Previously we were mapping over the displayed status boolean and
treating it like a promise when it wasn't one. I assume we meant to
instead call the display function.
2020-02-11 15:34:31 -06:00
Ben Adrian Sarmiento
c0a3b6d484
Fix the themes example 2020-02-10 01:35:46 +08:00
Evan Muller
de843ff51b Ignore url search string when determining INPUT_TYPE 2019-12-20 15:09:52 -05:00
Evan Muller
90b247c20f Send requestHeaders on Book open request 2019-12-20 15:08:44 -05:00
Fred Chasen
d75b47e05b
Merge pull request #1015 from m8524769/issue-831
Fix wrong TOC item retruns by Navigation.get()
2019-12-19 11:48:58 -08:00
m8524769
139e9efb22 Fix parent type of NavItem (NavItem -> string) 2019-12-19 00:15:41 +08:00
m8524769
920846bda2 Fix wrong TOC item retruns by Navigation.get() (#831) 2019-12-16 18:56:05 +08:00
Fred Chasen
a6bbf71363
Merge pull request #971 from strattonpress/master
Added removeOverride() in rendition.themes to remove a css property in rendition.themes._overrides
2019-11-07 09:44:04 -08:00
Fred Chasen
91f1e45d36
Merge pull request #985 from daniel-j/fix-glyph-clipping
Fix glyph clipping in WebKit. Fixes #983
2019-11-07 09:42:57 -08:00
Fred Chasen
f1386c504f
Merge pull request #992 from wnabil/master
Bypass iframe dynamic html security for Cordova windows platform, Fix for #991
2019-11-07 09:39:34 -08:00
Fraser Mince
589f5ce9e5 Chrome tab background performance fixes (#977)
* Add listener to detect when in background and disable polling.

* Remove polling.
2019-11-07 09:37:43 -08:00
Mikkel Vester Petersen
8f83c91aaa Fix typo 2019-10-24 15:12:09 +02:00
Mikkel Vester Petersen
f5d55e039d Generate word locations without start cfi 2019-10-22 14:48:17 +02:00
Mikkel Vester Petersen
cc77d079fc Generate locations with word count 2019-10-22 14:00:49 +02:00
Wassem Keddah
24141db3d9 Bypass iframe dynamic html security for Cordova windows platform 2019-10-17 15:11:03 +02:00
daniel-j
5edf4c3bf6 Fix glyph clipping in WebKit. Fixes #983 2019-09-28 22:32:58 +02:00
Cristiano Ceglia
e00adddc0f
Added access to NavItem and Location
I added the possibility to reference NavItem and Location definitions.
2019-09-27 16:45:45 +02:00
Mikkel Vester Petersen
3f76bb822f Get spread from metadata 2019-09-12 12:22:23 +02:00
Nicolas Segarra
0acc4234aa Added removeOverride() in rendition.themes to remove a css property in rendition.themes._overrides 2019-08-17 00:29:34 +08:00
Mikkel Vester Petersen
dfce8e58b7 Add margin to align pre-paginated pages 2019-08-13 14:00:50 +02:00
Mikkel Vester Petersen
bf4a68a9a2 Fix for incomplete xhtml hrefs 2019-08-13 13:59:21 +02:00
Mikkel Vester Petersen
5f7faf1450 Respect pre-paginated page spreads 2019-08-12 11:10:44 +02:00
Fred Chasen
d9c2559b21 Version bump to 0.3.85 2019-08-07 21:33:54 -07:00
Fred Chasen
7e225808b9
Merge pull request #949 from BoatrightTBC/updateExamples
Add descriptions to examples index
2019-08-07 21:30:36 -07:00
Fred Chasen
94edd48092
Merge pull request #959 from sengemann/master
Adding epubcif as an optional paramater to the Rendition.resize() method
2019-08-07 21:29:43 -07:00
Fred Chasen
1b47e695a6
Merge pull request #968 from tarungupta-in/#967_Unique_Identifier
#967 Some books doesn't open in epubjs reader because of unique identifier
2019-08-07 21:27:43 -07:00
Tarun Gupta
f03b9f5542 #967 Some books doesn't open in epubjs reader because of unique identifier 2019-08-07 14:40:39 +05:30
Bono Lv
f5022af53e Added a search method to Section object for find out result spanning multiple document nodes. 2019-07-19 18:57:53 +08:00
Ali Dubaisi
e2c77d6f3a Major RTL fixes 2019-07-13 02:58:54 +03:00
Scott Engemann
ba64140b85 Adding epubcif as an optional paramater to the Rendition.resize() method 2019-07-10 23:04:15 -04:00
Fred Chasen
be24ab8b39
Merge pull request #945 from sengemann/master
Conditionally including search params if present in the URL
2019-06-05 15:36:33 -07:00
Fred Chasen
98f9ad7a0d
Merge pull request #914 from tushar9989/master
Potential fix for wrong page being displayed sometimes.
2019-06-05 15:35:55 -07:00
Fred Chasen
22a8b21ee5
Merge pull request #943 from tarungupta-in/Fix-image-and-svg-max-width-issue
#942 Image and svg's max-width doesn't get set because of verticalPad…
2019-06-05 15:33:33 -07:00
Tarun Gupta
ce81e9fcd0 #942 Parsed the padding before adding as I found some books where these values are coming in as strings appended with px like "38px" 2019-06-05 19:58:22 +05:30
Tarun Gupta
87f5964e09 #942 Renamed verticalPadding to horizontalPadding 2019-05-29 14:27:35 +05:30
BoatrightTBC
d22e4e5197 Move keyListener above first use of it. Render works. 2019-05-15 18:37:06 -05:00
BoatrightTBC
8eae0c252d Add descriptions to examples index 2019-05-14 17:37:06 -05:00
Scott
effcc5937e
Conditionally including search params if present in the URL 2019-05-13 14:37:27 -04:00
Tarun Gupta
54e7d6b85f #942 Image and svg's max-width doesn't get set because of verticalPadding 2019-04-29 17:57:17 +05:30
Fred Chasen
b957ccf0fb Version bump to 0.3.84 2019-03-29 17:17:00 -07:00
Fred Chasen
8c2ff641c7
Merge pull request #932 from futurepress/902_cfi_compare
Fix mixed length CFI compare
2019-03-29 17:15:50 -07:00
Fred Chasen
90604b6bee Fix #902 mixed lenght compares 2019-03-29 16:55:22 -07:00
Fred Chasen
acecc259e8
Merge pull request #897 from mikkelvp/vendor-prefixes
Fix vender prefixing
2019-03-07 18:13:46 -08:00
Fred Chasen
163ef5430a
Merge pull request #921 from nielslanting/feat/ncxpagelist
Feature: Added NCX support for pageList
2019-03-07 18:12:45 -08:00
Greg Kostin
5b08141271 changed npm run preprocess to npm run prepare (#922) 2019-03-07 18:11:54 -08:00
Fred Chasen
7cfecc72c7
Merge pull request #918 from Cifyger/annotaionsWontOverride
Hash of annotations is created with CfiRange and type
2019-03-07 18:06:45 -08:00
niels
8ce6025cac improvement(pagelist): Removed double return in parse method 2019-03-01 15:17:57 +01:00
niels
3f4892dbca style(pagelist): Changed style to look like the rest of the file 2019-03-01 15:05:19 +01:00