-
-
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.4.0
- Loading branch information
Guillaume Martigny
committed
Dec 19, 2018
1 parent
9c33451
commit 7ca5b7f
Showing
37 changed files
with
170 additions
and
170 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.3.1", | ||
"version": "1.4.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.3.1", | ||
"version": "1.4.0", | ||
"description": "Arc shape for Pencil.js package.", | ||
"main": "arc.js", | ||
"files": [], | ||
|
@@ -25,9 +25,9 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.3.0", | ||
"@pencil.js/line": "^1.3.0", | ||
"@pencil.js/math": "^1.3.0" | ||
"@pencil.js/component": "^1.4.0", | ||
"@pencil.js/line": "^1.4.0", | ||
"@pencil.js/math": "^1.4.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
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.3.1", | ||
"version": "1.4.0", | ||
"description": "Button user input for Pencil.js package.", | ||
"main": "button.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/input": "^1.3.0", | ||
"@pencil.js/text": "^1.3.0" | ||
"@pencil.js/input": "^1.4.0", | ||
"@pencil.js/text": "^1.4.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.3.1", | ||
"version": "1.4.0", | ||
"description": "Checkbox user input for Pencil.js package.", | ||
"main": "checkbox.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/input": "^1.3.0", | ||
"@pencil.js/square": "^1.3.0" | ||
"@pencil.js/input": "^1.4.0", | ||
"@pencil.js/square": "^1.4.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.3.1", | ||
"version": "1.4.0", | ||
"description": "Circle shape for Pencil.js package.", | ||
"main": "circle.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/ellipse": "^1.3.0", | ||
"@pencil.js/math": "^1.3.0" | ||
"@pencil.js/ellipse": "^1.4.0", | ||
"@pencil.js/math": "^1.4.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/color", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Color manager for Pencil.js package.", | ||
"main": "color.js", | ||
"files": [], | ||
|
@@ -25,7 +25,7 @@ | |
"color" | ||
], | ||
"dependencies": { | ||
"@pencil.js/math": "^1.3.0", | ||
"@pencil.js/math": "^1.4.0", | ||
"color-convert": "^1.9.3" | ||
}, | ||
"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.3.1", | ||
"version": "1.4.0", | ||
"description": "Abstract component for Pencil.js package.", | ||
"main": "component.js", | ||
"files": [], | ||
|
@@ -25,9 +25,9 @@ | |
"rendered" | ||
], | ||
"dependencies": { | ||
"@pencil.js/container": "^1.3.0", | ||
"@pencil.js/offscreen-canvas": "^1.3.0", | ||
"@pencil.js/position": "^1.3.0" | ||
"@pencil.js/container": "^1.4.0", | ||
"@pencil.js/offscreen-canvas": "^1.4.0", | ||
"@pencil.js/position": "^1.4.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/container", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Simple container for Pencil.js package.", | ||
"main": "container.js", | ||
"files": [], | ||
|
@@ -25,12 +25,12 @@ | |
"wrapper" | ||
], | ||
"dependencies": { | ||
"@pencil.js/base-event": "^1.2.0", | ||
"@pencil.js/event-emitter": "^1.2.0", | ||
"@pencil.js/math": "^1.3.0", | ||
"@pencil.js/offscreen-canvas": "^1.3.0", | ||
"@pencil.js/position": "^1.3.0", | ||
"@pencil.js/vector": "^1.3.0" | ||
"@pencil.js/base-event": "^1.4.0", | ||
"@pencil.js/event-emitter": "^1.4.0", | ||
"@pencil.js/math": "^1.4.0", | ||
"@pencil.js/offscreen-canvas": "^1.4.0", | ||
"@pencil.js/position": "^1.4.0", | ||
"@pencil.js/vector": "^1.4.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/draggable", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Allow component to be dragged in Pencil.js package.", | ||
"main": "draggable.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"interaction" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.3.0", | ||
"@pencil.js/mouse-event": "^1.3.0" | ||
"@pencil.js/component": "^1.4.0", | ||
"@pencil.js/mouse-event": "^1.4.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
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.3.1", | ||
"version": "1.4.0", | ||
"description": "Image loading and drawing for Pencil.js package.", | ||
"main": "image.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"asset" | ||
], | ||
"dependencies": { | ||
"@pencil.js/network-event": "^1.2.0", | ||
"@pencil.js/rectangle": "^1.3.0" | ||
"@pencil.js/network-event": "^1.4.0", | ||
"@pencil.js/rectangle": "^1.4.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.3.1", | ||
"version": "1.4.0", | ||
"description": "Abstract user input for Pencil.js package.", | ||
"main": "input.js", | ||
"files": [], | ||
|
@@ -25,11 +25,11 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/base-event": "^1.2.0", | ||
"@pencil.js/component": "^1.3.0", | ||
"@pencil.js/container": "^1.3.0", | ||
"@pencil.js/mouse-event": "^1.3.0", | ||
"@pencil.js/rectangle": "^1.3.0" | ||
"@pencil.js/base-event": "^1.4.0", | ||
"@pencil.js/component": "^1.4.0", | ||
"@pencil.js/container": "^1.4.0", | ||
"@pencil.js/mouse-event": "^1.4.0", | ||
"@pencil.js/rectangle": "^1.4.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.3.1", | ||
"version": "1.4.0", | ||
"description": "Keyboard related event for Pencil.js package.", | ||
"main": "keyboard-event.js", | ||
"files": [], | ||
|
@@ -26,8 +26,8 @@ | |
"keyboard" | ||
], | ||
"dependencies": { | ||
"@pencil.js/arc": "^1.3.0", | ||
"@pencil.js/base-event": "^1.2.0" | ||
"@pencil.js/arc": "^1.4.0", | ||
"@pencil.js/base-event": "^1.4.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.3.1", | ||
"version": "1.4.0", | ||
"description": "Line stroke for Pencil.js package.", | ||
"main": "line.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.3.0", | ||
"@pencil.js/position": "^1.3.0" | ||
"@pencil.js/component": "^1.4.0", | ||
"@pencil.js/position": "^1.4.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
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/mouse-event", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Mouse related event for Pencil.js package.", | ||
"main": "mouse-event.js", | ||
"files": [], | ||
|
@@ -26,8 +26,8 @@ | |
"mouse" | ||
], | ||
"dependencies": { | ||
"@pencil.js/base-event": "^1.2.0", | ||
"@pencil.js/position": "^1.3.0" | ||
"@pencil.js/base-event": "^1.4.0", | ||
"@pencil.js/position": "^1.4.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
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.3.1", | ||
"version": "1.4.0", | ||
"description": "Hand-free drawing tool for Pencil.js package.", | ||
"main": "path.js", | ||
"files": [], | ||
|
@@ -25,11 +25,11 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.3.0", | ||
"@pencil.js/line": "^1.3.0", | ||
"@pencil.js/position": "^1.3.0", | ||
"@pencil.js/spline": "^1.3.0", | ||
"@pencil.js/vector": "^1.3.0" | ||
"@pencil.js/component": "^1.4.0", | ||
"@pencil.js/line": "^1.4.0", | ||
"@pencil.js/position": "^1.4.0", | ||
"@pencil.js/spline": "^1.4.0", | ||
"@pencil.js/vector": "^1.4.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
"license": "MIT", | ||
|
Oops, something went wrong.