-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish v1.14.0
- Loading branch information
Showing
36 changed files
with
135 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"packages": [ | ||
"modules/*" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/arc", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Arc shape for Pencil.js package.", | ||
"main": "arc.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.13.1", | ||
"@pencil.js/line": "^1.13.1", | ||
"@pencil.js/component": "^1.14.0", | ||
"@pencil.js/line": "^1.14.0", | ||
"@pencil.js/math": "^1.9.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/button", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Button user input for Pencil.js package.", | ||
"main": "button.js", | ||
"files": [], | ||
|
@@ -26,8 +26,8 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/input": "^1.13.1", | ||
"@pencil.js/text": "^1.13.1" | ||
"@pencil.js/input": "^1.14.0", | ||
"@pencil.js/text": "^1.14.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/checkbox", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Checkbox user input for Pencil.js package.", | ||
"main": "checkbox.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/input": "^1.13.1", | ||
"@pencil.js/square": "^1.13.1" | ||
"@pencil.js/input": "^1.14.0", | ||
"@pencil.js/square": "^1.14.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/circle", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Circle shape for Pencil.js package.", | ||
"main": "circle.js", | ||
"files": [], | ||
|
@@ -25,7 +25,7 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/ellipse": "^1.13.1", | ||
"@pencil.js/ellipse": "^1.14.0", | ||
"@pencil.js/math": "^1.9.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/component", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Abstract component for Pencil.js package.", | ||
"main": "component.js", | ||
"files": [], | ||
|
@@ -26,8 +26,8 @@ | |
"rendered" | ||
], | ||
"dependencies": { | ||
"@pencil.js/container": "^1.13.1", | ||
"@pencil.js/offscreen-canvas": "^1.13.1", | ||
"@pencil.js/container": "^1.14.0", | ||
"@pencil.js/offscreen-canvas": "^1.14.0", | ||
"@pencil.js/position": "^1.10.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/image", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Image loading and drawing for Pencil.js package.", | ||
"main": "image.js", | ||
"files": [], | ||
|
@@ -27,7 +27,7 @@ | |
], | ||
"dependencies": { | ||
"@pencil.js/network-event": "^1.9.0", | ||
"@pencil.js/rectangle": "^1.13.1" | ||
"@pencil.js/rectangle": "^1.14.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/input", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Abstract user input for Pencil.js package.", | ||
"main": "input.js", | ||
"files": [], | ||
|
@@ -27,10 +27,10 @@ | |
], | ||
"dependencies": { | ||
"@pencil.js/base-event": "^1.9.0", | ||
"@pencil.js/component": "^1.13.1", | ||
"@pencil.js/container": "^1.13.1", | ||
"@pencil.js/component": "^1.14.0", | ||
"@pencil.js/container": "^1.14.0", | ||
"@pencil.js/mouse-event": "^1.10.0", | ||
"@pencil.js/rectangle": "^1.13.1" | ||
"@pencil.js/rectangle": "^1.14.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/keyboard-event", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Keyboard related event for Pencil.js package.", | ||
"main": "keyboard-event.js", | ||
"files": [], | ||
|
@@ -26,7 +26,7 @@ | |
"keyboard" | ||
], | ||
"dependencies": { | ||
"@pencil.js/arc": "^1.13.1", | ||
"@pencil.js/arc": "^1.14.0", | ||
"@pencil.js/base-event": "^1.9.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/knob", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Knob user input for Pencil.js package.", | ||
"main": "knob.js", | ||
"files": [], | ||
|
@@ -26,13 +26,13 @@ | |
], | ||
"dependencies": { | ||
"@pencil.js/base-event": "^1.9.0", | ||
"@pencil.js/circle": "^1.13.1", | ||
"@pencil.js/component": "^1.13.1", | ||
"@pencil.js/input": "^1.13.1", | ||
"@pencil.js/line": "^1.13.1", | ||
"@pencil.js/circle": "^1.14.0", | ||
"@pencil.js/component": "^1.14.0", | ||
"@pencil.js/input": "^1.14.0", | ||
"@pencil.js/line": "^1.14.0", | ||
"@pencil.js/math": "^1.9.0", | ||
"@pencil.js/mouse-event": "^1.10.0", | ||
"@pencil.js/rotatable": "^1.13.1" | ||
"@pencil.js/rotatable": "^1.14.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/line", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Line stroke for Pencil.js package.", | ||
"main": "line.js", | ||
"files": [], | ||
|
@@ -25,7 +25,7 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.13.1", | ||
"@pencil.js/component": "^1.14.0", | ||
"@pencil.js/position": "^1.10.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pencil.js/path", | ||
"version": "1.13.1", | ||
"version": "1.14.0", | ||
"description": "Hand-free drawing tool for Pencil.js package.", | ||
"main": "path.js", | ||
"files": [ | ||
|
@@ -28,10 +28,10 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.13.1", | ||
"@pencil.js/line": "^1.13.1", | ||
"@pencil.js/component": "^1.14.0", | ||
"@pencil.js/line": "^1.14.0", | ||
"@pencil.js/position": "^1.10.0", | ||
"@pencil.js/spline": "^1.13.1", | ||
"@pencil.js/spline": "^1.14.0", | ||
"@pencil.js/vector": "^1.10.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
|
Oops, something went wrong.