Fred Chasen
603cf423cc
Merge pull request #564 from gimox/master
...
#554 fix - remove iframe not work correctly
2017-03-01 16:09:19 -05:00
Fred Chasen
6f092c46e5
Update contents css to handle style properties, important
2017-02-26 19:46:24 -05:00
Giorgio Modoni
91de06249b
#554 fix - remove iframe not work correctly
...
remove iframe not work correctly
2017-02-25 09:50:46 +01: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
26a4c40409
Merge pull request #563 from futurepress/update_themes
...
Update themes
2017-02-24 17:41:36 -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
Fred Chasen
d8f61e0b06
Merge pull request #562 from D-pakGusain/walk-to-node-fix
...
Walk to node fix throws error due to incorrect step index
2017-02-23 10:31:20 -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
Fred Chasen
8117f728b3
Merge pull request #552 from imefisto/v0.3-fix-adjust-images
...
Fixing the css rule in the hook to adjust images.
2017-02-20 21:08:01 -05:00
Fred Chasen
41174b4645
Merge pull request #557 from Yetangitu/master
...
Fix for 'Code bug' #526
2017-02-20 20:24:38 -05:00
frankdelange
e5d1cd0d4e
fix: missing comma
2017-02-20 23:43:18 +01:00
frankdelange
cc426ec7a6
Fix for 'Code bug' #526
2017-02-20 23:29:51 +01:00
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
Ignacio
e115fe93a8
Methods for adding/removing/resetting classes (fix) ( #544 )
...
* fix ReferenceError: assignment to undeclared variable cleanStartTextContent
* fix ReferenceError: assignment to undeclared variable cleanStartTextContent
* Methods for adding/removing/resetting classes
* fix add member classes to settings
2017-02-07 11:29:22 -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
Ignacio
5da2544a9e
Methods for adding/removing/resetting classes ( #540 )
...
* fix ReferenceError: assignment to undeclared variable cleanStartTextContent
* fix ReferenceError: assignment to undeclared variable cleanStartTextContent
* Methods for adding/removing/resetting classes
2017-02-07 10:07:02 -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
Ignacio
10941242ff
fix ReferenceError: assignment to undeclared variable cleanStartTextContent ( #535 )
...
* fix ReferenceError: assignment to undeclared variable cleanStartTextContent
* fix ReferenceError: assignment to undeclared variable cleanStartTextContent
2017-01-31 09:23:10 -05:00
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
Fred Chasen
c345bdc59d
Merge pull request #531 from Sunil-bb/bug427-toc-nav-subitems
...
Fix for https://github.com/futurepress/epub.js/issues/427
2017-01-14 11:04:50 -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
MifRea1
f15cd45339
Replace forEach - push with map. ( #325 )
...
* Simplified code of generatePathComponent method.
* Replace .forEach() -> .push() with .map().
* Simplified code of isCfiString method.
2016-12-12 21:29:38 +01:00
Patrick G
a89621249b
Added some stuff to documentation ( #501 )
...
* Add Book.generatePagination
* Added links to Tips and Tricks
* Add deprecation note to Book.generatePagination()
* Added example output for Book.getMetadata()
2016-12-12 21:27:39 +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
40d41cb74d
Use es2015 for lib compile
2016-12-09 11:27:01 +01:00
Fred Chasen
67be213b65
Merge pull request #516 from futurepress/babel
...
Setup Babel and transition source to ES2015
2016-12-08 16:27:35 +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