Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric update new canvas, new jsdom #5356

Merged
merged 27 commits into from
Mar 9, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ jobs:
node_js: "10"
- stage: Unit Tests
node_js: "8"
- stage: Unit Tests
node_js: "6"
- stage: Unit Tests
node_js: "4"
- stage: Unit Tests
env: CANVAS=canvas-prebuilt
node_js: "8"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"testem:ci": "testem ci"
},
"optionalDependencies": {
"canvas": "^1.6.12",
"jsdom": "^9.12.0",
"canvas": "^2.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Canvas 2.0 has some breaking changes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i know i know, did not read yet how to interact with new jsdom. Canvas is transparent for us

"jsdom": "^13.0.0",
"xmldom": "0.1.x"
},
"devDependencies": {
Expand All @@ -75,7 +75,7 @@
"chalk": "^2.4.1"
},
"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
},
"main": "./dist/fabric.js"
}