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

289 commits

Author SHA1 Message Date
Gerhard Sletten
a9a1941f43 Format the layout when size of window has changed 2017-03-18 10:37:03 +01:00
Fred Chasen
120e9fe8b3 Fix Core childNodes function to use passed element, not parent element 2017-03-15 13:56:12 -04:00
Fred Chasen
9cd28e1144 default manager currentLocation maps all visible views, fix multiple reporting 2017-03-10 14:05:20 -05:00
Fred Chasen
78249761c3 Inject Script in Rendition, add cfiFromRange to Contents 2017-03-08 12:29:47 -05:00
Fred Chasen
6f092c46e5 Update contents css to handle style properties, important 2017-02-26 19:46:24 -05:00
Fred Chasen
f17b7c7443 Fix adjustImages max-height 2017-02-24 19:35:13 -05:00
Fred Chasen
4fe564f03e Remove padding if laying out columns 2017-02-24 17:49:04 -05:00
Fred Chasen
0b817b19b1 Update themes to allow passing an object, add stylesheet setting in rendition 2017-02-24 17:24:31 -05:00
d-pakgusain
c7c7b78efc Changes to get a container using id as some times step.index may not be correct.
And added break in for loop in case container is undefined.
2017-02-23 15:33:49 +05:30
iMefisto
ab4638b10a fix css rule 2017-02-15 08:03:44 -03:00
Fred Chasen
5269cfc4f8 Merge pull request #542 from Sunil-bb/fix-for-528-534
Fix for 534 and 528
2017-02-12 14:40:14 -05:00
Fred Chasen
7bf01d54b9 Merge pull request #547 from futurepress/react_native_fixes
React (native) fixes
2017-02-12 13:31:07 -05:00
Fred Chasen
d95ec97f7f Add Destroy to view managers 2017-02-12 13:27:49 -05:00
Fred Chasen
db727b00a9 add destroy methods 2017-02-10 15:29:20 -05:00
Fred Chasen
265df07917 Fix url to handle file links 2017-02-09 23:38:11 -05:00
Gerhard Sletten
4b43c04e06 Removed a not necessary condition in next() that stops single column … (#536)
* Removed a not necessary condition in next() that stops single column layout from going to next chapter.

* Add loading on next chapter togather with scrollto that avoids over scrolling the end of chapter
2017-02-07 10:08:14 -05:00
Sunil.Belakeri
88fd89935d Moved the logic of idenitfying fragment to content.js 2017-02-07 14:08:31 +05:30
Sunil.Belakeri
c0533232d6 Fix for 528 2017-02-07 13:50:43 +05:30
Sunil.Belakeri
dff2b040a0 Fix for issues:
https://github.com/futurepress/epub.js/issues/534
https://github.com/futurepress/epub.js/issues/528
2017-02-07 13:24:22 +05:30
Fred Chasen
d6eeb2a458 Add section unload, pause on generation between generation of locations 2017-01-25 17:45:10 -05:00
Fred Chasen
ac1bb6fa23 Switch tocLinkArray to use forEach instead of iterator 2017-01-24 13:21:44 -05:00
Fred Chasen
2d77e802ab Merge branch 'v0.3' of https://github.com/futurepress/epub.js into v0.3 2017-01-23 23:28:09 -05:00
Fred Chasen
6f2d91a0ce Add important to adjustImages css rules 2017-01-23 23:28:07 -05:00
Sunil-BB
61f4ab7c57 Fix for https://github.com/futurepress/epub.js/issues/427 2017-01-13 17:58:51 +05:30
Fred Chasen
eeb566c6f8 Handle not replacing missing files in epub (#529)
* Handle not replacing missing files in epub

* fix gitignore
2017-01-12 14:51:38 -05:00
Fred Chasen
ad9dd35fb5 Stop expand on pre-paginated, adjust images only on if not pre-paginated, update deps 2016-12-14 16:07:10 +01:00
Fred Chasen
b21a35258b Fix passing events from Contents to Renderer 2016-12-13 13:39:37 +01:00
Fred Chasen
fb0e52d5cd Url.fragment changed to .hash for URL consistency, handle fragments for internal links 2016-12-12 22:18:22 +01:00
Fred Chasen
dd1c60e6d6 Merge branch 'v0.3' of https://github.com/futurepress/epub.js into v0.3 2016-12-12 21:08:17 +01:00
Fred Chasen
bb5e9a18a5 version bump to 0.3.4 2016-12-12 21:07:58 +01:00
Fred Chasen
58893a88b4 move link replacement into Contents, make sure afterDisplayed is triggered 2016-12-12 21:06:34 +01:00
Fred Chasen
1f6b3c2f62 Merge pull request #519 from gerhardsletten/v0.3-bug-missing-coverpath
It package.coverPath is missing, opening epub fails
2016-12-09 23:37:54 +01:00
Gerhard Sletten
d37ad690c8 It package.coverPath is missing, opening epub fails 2016-12-09 13:56:48 +01:00
Fred Chasen
12b9803f54 Ignore .babelrc for npm 2016-12-09 13:19:01 +01:00
Fred Chasen
c65a7186ab version bump to 0.3.2 2016-12-09 11:47:32 +01:00
Fred Chasen
4f21195a9a Check for window.location in Url 2016-12-08 13:47:31 +01:00
Fred Chasen
a435650c3b Fix eslint errors 2016-12-08 01:08:39 +01:00
Fred Chasen
c99bfd07b7 Update open to handle base64 2016-12-07 22:14:29 +01:00
Fred Chasen
ba3eec0885 Fixed undefined offset in default viewManager display 2016-12-06 23:54:54 +01:00
Fred Chasen
85c23fca69 Fixed missing let in Contents 2016-12-06 23:45:04 +01:00
Fred Chasen
0eb56965d3 Fix Spine.get undefined cfi 2016-12-06 18:25:13 +01:00
Fred Chasen
353dfa62fd Intial move to ES2015 2016-12-06 15:04:16 +01:00
Fred Chasen
b0944bdff8 Merge pull request #514 from futurepress/themes
Add themes methods to rendition
2016-12-04 20:43:02 +01:00
Fred Chasen
44906e49b4 Allow registering url to default theme 2016-12-04 20:38:59 +01:00
Fred Chasen
582cc2fcb2 Add themes methods to rendition 2016-12-04 20:31:57 +01:00
Fred Chasen
e9bbef8f65 Add back linkUrl, fixes #508 2016-11-30 22:03:21 +01:00
Sunil-bb
af047c32e3 Fix for https://github.com/futurepress/epub.js/issues/506 2016-11-29 16:44:16 +05:30
Sunil-bb
af5aa65f86 Fix for issue https://github.com/futurepress/epub.js/issues/504 2016-11-29 14:43:16 +05:30
Fred Chasen
fb04ac2c25 Update display to accept percentages, handle getting location of collapsed ranges 2016-11-23 20:47:07 +01:00
Fred Chasen
db798e7934 Allow location to use XMLDom, add locations tests 2016-11-21 14:36:17 +01:00