forked from jasonday/printThis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
31 lines (22 loc) · 1.36 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
11/07/14 Fixed bug; Recent versions of Firefox are not applying the parent document domain to
elements without fully qualified srcs. Added a <base>.
10/25/14 Fixed bug; <styles> being copied to print iframe were being removed from parent
Added ability to use loadCSS with multiple stylesheets
9/21/2014 added import of style tags
5/12/2014 added formValues option. Preserves entered form data for print.
10/11/2013 added printDelay option. Sometimes 333 isn't enough
added header option -- inserts html before selected content, for images ensure to use full path
3/08/2013 added option to remove inline styles from print elements
3/04/2013 fixed showstopper with IE and document.domain
major rework of file structure/methods
added "pageTitle" option
some minor rework of other areas
11/23/2012 fixed showstopper with Firefox:
moved variable $doc to within setTimeout function
11/11/2012 reworked plugin to use a jQuery object
removed document.write
added setTimeout (waits for iframe to full render before action)
11/07/2012 added support for loading css files
removed Opera option, left in by default
added timeout to remove iframe after 60 seconds
added unique name to iframe