1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00
Commit graph

1322 commits

Author SHA1 Message Date
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
niels
f556d55385 feat: Added support for pagelist ncx 2019-03-01 14:57:17 +01:00
Tushar Dudani
10b8b79a10
Update epubcfi.js 2019-02-26 22:52:34 +05:30
Eugen
2cb5513fc6 Hash of annotations is created with CfiRange and type, so two different annotations at the same range can coexist. (Example Highlight + Mark = Noted Highlight) 2019-02-19 11:31:16 +01:00
Tushar Dudani
8399af32f5 Started checking for end of word. 2019-02-11 22:11:37 +05:30
Tushar Dudani
3a0f10195b Moved code to not break test cases. 2019-02-10 22:53:34 +05:30
Tushar Dudani
e323b9d879 Potential fix for wrong page. 2019-02-10 21:14:47 +05:30
Mikkel Vester Petersen
17dac93ed6 Fix vender prefixing
Did not detect vender prefix on old Android browser (before Chrome).
Prefixed return value was also wrong.

Does any browser actually require the css prop to begin with an uppercased char for this to work?
2019-01-08 13:03:57 +01:00
Fred Chasen
3e47dbbef1
Merge pull request #876 from mikkelvp/detect-fixed
Detect pre-paginated/fixed-layout layout
2018-12-20 17:47:43 -08:00
Fred Chasen
30c2116e51
Merge pull request #885 from Cifyger/triggerMarkEvent-with-contents-instead-view
Changed parameter from view to view.contents
2018-12-20 17:43:56 -08:00
Fred Chasen
06fa17b61d
Merge pull request #891 from futurepress/linear_manifest
Add linear prop for manifest imports
2018-12-20 17:41:12 -08:00
Fred Chasen
5fb1019302 Add linear prop for manifest imports 2018-12-20 17:31:56 -08:00
Fred Chasen
d3ed6c0ba3
Merge pull request #890 from benjaminpick/patch-1
Update README.md : npm run build
2018-12-20 17:25:12 -08:00
Benjamin Pick
55151bc29e IMO, the default skin shouldn't need to be selected 2018-12-19 11:30:22 +01:00
Benjamin Pick
8cd4f18bce adding typescript definitions 2018-12-19 11:29:28 +01:00
Benjamin Pick
4b211dbfdf refactor - getElementId does not take a # 2018-12-19 11:00:55 +01:00
Benjamin Pick
d82ebe5787
Update README.md : npm run build 2018-12-19 10:56:26 +01:00