Skip to content

Commit

Permalink
Bump to 1.15.0 for TypeScript Definitions.
Browse files Browse the repository at this point in the history
Also prep .gitignore for future releases
  • Loading branch information
oculus42 committed May 16, 2019
1 parent edc43df commit 76a48c0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/node_modules/
.idea
dist/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $('#kitty-one, #kitty-two, #kitty-three').printThis({


### Options
Now with TypeScript definitions.

#### debug
Debug leaves the iframe visible on the page after `printThis` runs, allowing you to inspect the markup and CSS.
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
05/15/2019 Added TypeScript definitions from nvirth
Bumped to 1.15.0

11/03/2018 Added fix for canvas data attribute removal from apires03
Bumped to 1.14.1

Expand Down Expand Up @@ -54,7 +57,7 @@

11/23/2016 added new base option. Preserves the BASE tag from the parent page.

11/07/2014 Fixed bug; Recent versions of Firefox are not applying the parent document domain to
11/07/2014 Fixed bug; Recent versions of Firefox are not applying the parent document domain to
elements without fully qualified srcs. Added a <base>.

10/25/2014 Fixed bug; <styles> being copied to print iframe were being removed from parent
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "print-this",
"version": "1.14.1",
"version": "1.15.0",
"description": "Printing plug-in for jQuery",
"main": "printThis.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion printThis.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "printThis",
"version": "1.14.1",
"version": "1.15.0",
"title": "printThis",
"description": "Printing plug-in for jQuery. Print specific page elements, add print options, maintain or add new styling using jQuery.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion printThis.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* printThis v1.14.1
* printThis v1.15.0
* @desc Printing plug-in for jQuery
* @author Jason Day
*
Expand Down

0 comments on commit 76a48c0

Please sign in to comment.