Fred Chasen
363be16fd9
Add Storage
2018-10-28 22:31:24 -07:00
Fred Chasen
14af4539f5
Fix spread method for rendition
2018-10-23 10:37:27 -07:00
Fred Chasen
1270f55a4d
Version bump to 0.3.75
2018-10-23 10:19:29 -07:00
Fred Chasen
acea0cd025
Merge pull request #856 from futurepress/update_image_css
...
Update image css
2018-10-23 10:18:24 -07:00
Fred Chasen
a526ad6419
Merge branch 'master' into update_image_css
2018-10-23 10:11:09 -07:00
Fred Chasen
8417efaaa7
Move type deffinitions, update image css
2018-10-23 10:10:47 -07:00
Fred Chasen
d52dc90454
Merge pull request #853 from nielslanting/patch-3
...
Parse nxcItem with namespace
2018-10-22 16:11:47 -07:00
Niels Lanting
6333d008fe
Parse nxcItem with namespace
...
Some Ncx files have a namespace. A normal navpoint looks like this:
```
<navPoint id="id3" playOrder="3">
```
But a namespaced navPoint looks like this:
```
<ncx:navPoint id="id3" playOrder="3">
```
This change will remove the namespace of the nodeName. This way we'll get a properly nested TOC.
2018-10-18 15:59:17 +02:00
Fred Chasen
96141d1de3
Update types, version bump to 0.3.74
2018-10-17 15:48:33 -07:00
Fred Chasen
41d34949e7
Merge branch 'master' of https://github.com/futurepress/epub.js
2018-10-13 17:59:43 -07:00
Fred Chasen
950da08f78
Version bump to 0.3.73
2018-10-13 17:59:36 -07:00
Fred Chasen
81dfdc553f
Merge pull request #851 from KitaitiMakoto/unique-identifier
...
Find and set Unique Identifier
2018-10-13 16:37:22 -07:00
Fred Chasen
a3760d92a6
Replace marks after reframe
2018-10-13 16:35:53 -07:00
KITAITI Makoto
83fcea01a5
Find and set Unique Identifier
2018-10-14 00:15:31 +09:00
Fred Chasen
7b61265404
Merge pull request #842 from nielslanting/patch-2
...
Navigation href fallback for parent detection
2018-10-04 18:20:32 -07:00
Fred Chasen
21cb6c599d
Merge pull request #843 from viking2917/compare-doc-fix
...
correct documentation for compare method
2018-10-04 13:49:06 -07:00
viking2917
428f54d86d
correct documentation for compare method, which confuses which situation returns 1 / -1.
2018-10-04 10:33:27 -10:00
viking2917
9c2ebacb83
correct documentation for compare method, which confuses which situation returns 1 / -1.
2018-10-04 10:07:23 -10:00
Niels Lanting
6d328c02dc
Navigation href fallback for parent detection
...
The navItem function assumes that every item has an id attribute.
In practice this is not always the case, this will use the href attribute as fallback for the id attribute.
2018-10-03 16:37:03 +02:00
Fred Chasen
7fd362bb82
Add readingOrder for json manifest parsing
2018-09-29 21:32:11 -07:00
Fred Chasen
2ae764e2f9
version bump to 0.3.72
2018-09-28 17:41:42 -07:00
Fred Chasen
605211046d
Fix width for spreads
2018-09-26 21:45:32 -07:00
Fred Chasen
9c98ca303a
Add types for jszip, fix path URL import
2018-09-20 18:15:45 -07:00
Fred Chasen
edf3f2ef79
Merge pull request #826 from christianmemije/fixFindNcxPath
...
Use querySelector instead of getElementById on manifest node
2018-09-20 11:55:54 -07:00
Fred Chasen
259a6c068e
Merge pull request #821 from nielslanting/patch-1
...
Added MANAGERS.REMOVED event
2018-09-20 11:55:14 -07:00
Christian Memije
5d84819ddb
Use querySelector instead of getElementById on manifest node
2018-09-19 15:09:15 -07:00
Niels Lanting
1b9623537a
Added MANAGERS.REMOVED event
...
This constant is undefined even though the start function in the rendition required this constant.
2018-09-11 16:45:27 +02:00
Fred Chasen
bf8df2a99a
Merge pull request #817 from graydrago/fix_ie11
...
Fixes for Internet Explorer
2018-09-07 13:41:18 -07:00
Fred Chasen
ac6807b26b
Merge pull request #819 from wiscat/fix_epubcfi_null
...
fix EpubCFI(null) Uncaught TypeError: Cannot read property 'startCont…
2018-09-07 13:37:35 -07:00
olegp
93df8afa54
fix EpubCFI(null) Uncaught TypeError: Cannot read property 'startContainer' of null
2018-09-06 17:03:51 +03:00
Sergey Andreev
92ff286ff9
[fix] URL.constructor error on ie11, xmldom import on ie browsers
2018-09-05 15:00:29 +03:00
Fred Chasen
83fe1dba84
Version bump to 0.3.71
2018-08-28 16:08:32 -07:00
Fred Chasen
96a62d2d00
Account for body offset in iframe view size calculations
2018-08-28 16:00:35 -07:00
Fred Chasen
864851ab88
Version bump to 0.3.70
2018-08-24 12:43:06 -07:00
Fred Chasen
1dbd61a687
Remind Safari to redraw iframe on show
2018-08-24 12:42:40 -07:00
Fred Chasen
8a07db29c0
Update Stage size to allow resizing
2018-08-24 11:56:50 -07:00
Fred Chasen
c3b074e9cf
Convert fullsize to setting
2018-08-23 18:59:47 -07:00
Fred Chasen
831ffa5424
Allow setting height on fullsize rendition
2018-08-23 18:36:08 -07:00
Fred Chasen
110dd9ed0e
Version bump to 0.3.67
2018-08-23 17:50:08 -07:00
Fred Chasen
0bfa5f152a
Merge pull request #813 from futurepress/v0.3
...
#748 Feature: Media Overlays basic info access
#755 V0.3 add options do disable orientation event programmatically
2018-08-23 17:48:36 -07:00
Fred Chasen
da7575e123
Merge pull request #811 from futurepress/types
...
Added type declarations
2018-08-20 22:30:12 -07:00
Fred Chasen
6bfcd1e4eb
Added type declarations
2018-08-20 22:21:26 -07:00
Fred Chasen
0da286b0a2
Updated JSDoc types
2018-08-20 19:01:31 -07:00
Fred Chasen
8ba1270a7d
Merge pull request #808 from jianwwpro/master
...
If type is epub , request xhr with settings requestCredentials
2018-08-14 17:07:41 -07:00
剑舞
82b61eb967
If type is epub , request xhr with settings requestCredentials
2018-08-13 17:44:43 +08:00
Fred Chasen
7d947d9a7f
Update example urls
2018-07-26 14:43:02 -07:00
Fred Chasen
f9f6c126e0
Move EPUBJS_VERSION to Constants
2018-07-26 11:28:55 -07:00
Fred Chasen
2df8eefd3b
Account for Body padding if fullscreen
2018-07-23 15:25:12 -07:00
Fred Chasen
49cd45152a
Version bump to 0.3.64
2018-07-20 16:47:00 -07:00
Fred Chasen
54d8d548d8
Merge pull request #796 from futurepress/update_padding
...
Update padding to allow overrides
2018-07-20 16:35:35 -07:00