-
-
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.9.0
- Loading branch information
Showing
41 changed files
with
188 additions
and
188 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.8.1", | ||
"version": "1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Arc shape for Pencil.js package.", | ||
"main": "arc.js", | ||
"files": [], | ||
|
@@ -25,9 +25,9 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.8.0", | ||
"@pencil.js/line": "^1.8.0", | ||
"@pencil.js/math": "^1.8.0" | ||
"@pencil.js/component": "^1.9.0", | ||
"@pencil.js/line": "^1.9.0", | ||
"@pencil.js/math": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Button user input for Pencil.js package.", | ||
"main": "button.js", | ||
"files": [], | ||
|
@@ -26,8 +26,8 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/input": "^1.8.0", | ||
"@pencil.js/text": "^1.8.0" | ||
"@pencil.js/input": "^1.9.0", | ||
"@pencil.js/text": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Checkbox user input for Pencil.js package.", | ||
"main": "checkbox.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/input": "^1.8.0", | ||
"@pencil.js/square": "^1.8.0" | ||
"@pencil.js/input": "^1.9.0", | ||
"@pencil.js/square": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Circle shape for Pencil.js package.", | ||
"main": "circle.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/ellipse": "^1.8.0", | ||
"@pencil.js/math": "^1.8.0" | ||
"@pencil.js/ellipse": "^1.9.0", | ||
"@pencil.js/math": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Color manager for Pencil.js package.", | ||
"main": "color.js", | ||
"files": [], | ||
|
@@ -25,7 +25,7 @@ | |
"color" | ||
], | ||
"dependencies": { | ||
"@pencil.js/math": "^1.8.0", | ||
"@pencil.js/math": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Abstract component for Pencil.js package.", | ||
"main": "component.js", | ||
"files": [], | ||
|
@@ -26,9 +26,9 @@ | |
"rendered" | ||
], | ||
"dependencies": { | ||
"@pencil.js/container": "^1.8.0", | ||
"@pencil.js/offscreen-canvas": "^1.8.0", | ||
"@pencil.js/position": "^1.8.0" | ||
"@pencil.js/container": "^1.9.0", | ||
"@pencil.js/offscreen-canvas": "^1.9.0", | ||
"@pencil.js/position": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Simple container for Pencil.js package.", | ||
"main": "container.js", | ||
"files": [], | ||
|
@@ -26,10 +26,10 @@ | |
"wrapper" | ||
], | ||
"dependencies": { | ||
"@pencil.js/base-event": "^1.8.0", | ||
"@pencil.js/event-emitter": "^1.8.0", | ||
"@pencil.js/math": "^1.8.0", | ||
"@pencil.js/position": "^1.8.0" | ||
"@pencil.js/base-event": "^1.9.0", | ||
"@pencil.js/event-emitter": "^1.9.0", | ||
"@pencil.js/math": "^1.9.0", | ||
"@pencil.js/position": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Allow component to be dragged in Pencil.js package.", | ||
"main": "draggable.js", | ||
"files": [], | ||
|
@@ -24,8 +24,8 @@ | |
"interaction" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.8.0", | ||
"@pencil.js/mouse-event": "^1.8.0" | ||
"@pencil.js/component": "^1.9.0", | ||
"@pencil.js/mouse-event": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Image loading and drawing for Pencil.js package.", | ||
"main": "image.js", | ||
"files": [], | ||
|
@@ -26,8 +26,8 @@ | |
"asset" | ||
], | ||
"dependencies": { | ||
"@pencil.js/network-event": "^1.8.0", | ||
"@pencil.js/rectangle": "^1.8.0" | ||
"@pencil.js/network-event": "^1.9.0", | ||
"@pencil.js/rectangle": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Abstract user input for Pencil.js package.", | ||
"main": "input.js", | ||
"files": [], | ||
|
@@ -26,11 +26,11 @@ | |
"UI" | ||
], | ||
"dependencies": { | ||
"@pencil.js/base-event": "^1.8.0", | ||
"@pencil.js/component": "^1.8.0", | ||
"@pencil.js/container": "^1.8.0", | ||
"@pencil.js/mouse-event": "^1.8.0", | ||
"@pencil.js/rectangle": "^1.8.0" | ||
"@pencil.js/base-event": "^1.9.0", | ||
"@pencil.js/component": "^1.9.0", | ||
"@pencil.js/container": "^1.9.0", | ||
"@pencil.js/mouse-event": "^1.9.0", | ||
"@pencil.js/rectangle": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Keyboard related event for Pencil.js package.", | ||
"main": "keyboard-event.js", | ||
"files": [], | ||
|
@@ -26,8 +26,8 @@ | |
"keyboard" | ||
], | ||
"dependencies": { | ||
"@pencil.js/arc": "^1.8.0", | ||
"@pencil.js/base-event": "^1.8.0" | ||
"@pencil.js/arc": "^1.9.0", | ||
"@pencil.js/base-event": "^1.9.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.8.0", | ||
"version": "1.9.0", | ||
"description": "Line stroke for Pencil.js package.", | ||
"main": "line.js", | ||
"files": [], | ||
|
@@ -25,8 +25,8 @@ | |
"shape" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.8.0", | ||
"@pencil.js/position": "^1.8.0" | ||
"@pencil.js/component": "^1.9.0", | ||
"@pencil.js/position": "^1.9.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/linear-gradient", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Linear gradient background for Pencil.js package.", | ||
"main": "linear-gradient.js", | ||
"files": [], | ||
|
@@ -25,7 +25,7 @@ | |
"wrapper" | ||
], | ||
"dependencies": { | ||
"@pencil.js/position": "^1.8.0" | ||
"@pencil.js/position": "^1.9.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.8.0", | ||
"version": "1.9.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.8.0", | ||
"@pencil.js/position": "^1.8.0" | ||
"@pencil.js/base-event": "^1.9.0", | ||
"@pencil.js/position": "^1.9.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/particles", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Particles generator for Pencil.js package.", | ||
"main": "particles.js", | ||
"files": [], | ||
|
@@ -26,9 +26,9 @@ | |
"wrapper" | ||
], | ||
"dependencies": { | ||
"@pencil.js/component": "^1.8.0", | ||
"@pencil.js/math": "^1.8.0", | ||
"@pencil.js/position": "^1.8.0" | ||
"@pencil.js/component": "^1.9.0", | ||
"@pencil.js/math": "^1.9.0", | ||
"@pencil.js/position": "^1.9.0" | ||
}, | ||
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)", | ||
"license": "MIT", | ||
|
Oops, something went wrong.