Skip to content

Commit

Permalink
chore(release): v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasAlabes committed Mar 24, 2019
1 parent cecd76c commit 6f9a07d
Show file tree
Hide file tree
Showing 8 changed files with 617 additions and 2,297 deletions.
2 changes: 1 addition & 1 deletion dev/banner.txt
@@ -1,5 +1,5 @@
// ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐ \\
// │ Raphaël 2.2.7 - JavaScript Vector Library │ \\
// │ Raphaël 2.2.8 - JavaScript Vector Library │ \\
// ├───────────────────────────────────────────────────────────────────────────────────────────────────────┤ \\
// │ Copyright © 2008-2016 Dmitry Baranovskiy (http://raphaeljs.com) │ \\
// │ Copyright © 2008-2016 Sencha Labs (http://sencha.com) │ \\
Expand Down
12 changes: 12 additions & 0 deletions history.md
@@ -1,3 +1,15 @@
2.2.8
------------------
* Downgraded qunit to v1 to make tests work again
* Updated webpack to build dist
* Updated supportsTouch query from modernizr #1084
* Fix drag offsets passed to "drag.start" from touch drags in elproto.drag #1101
* Fix memory leak in `Element.removeData()` #1077
* Adding react-raphael to related projects #1072
* Added icons back to raphael's website
* Updated version in banner and raphael's website
* Updated site refs to `https`

2.2.7
------------------
* Updating package.json dependencies
Expand Down
9 changes: 5 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "raphael",
"version": "2.2.7",
"version": "2.2.8",
"description": "JavaScript Vector Library",
"main": "raphael.min.js",
"author": {
Expand All @@ -17,16 +17,17 @@
},
"devDependencies": {
"qunitjs": "^1.0.0",
"webpack": "4.2.0",
"webpack-cli": "2.0.12"
"webpack": "4.29.6",
"webpack-cli": "3.3.0"
},
"scripts": {
"build-dev": "webpack -d",
"build-no-deps": "webpack --env.noDeps -d --output-filename raphael.no-deps.js",
"build-no-deps-min": "webpack --env.noDeps -p --output-filename raphael.no-deps.min.js",
"build-prod": "webpack -p --output-filename raphael.min.js",
"build-all": "yarn build-dev && yarn build-no-deps && yarn build-no-deps-min && yarn build-prod",
"test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
"test": "echo \"Open dev/test/index.html with your browser\" && exit 1",
"prepublishOnly": "yarn build-all"
},
"repository": {
"type": "git",
Expand Down
31 changes: 23 additions & 8 deletions raphael.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion raphael.min.js

Large diffs are not rendered by default.

29 changes: 22 additions & 7 deletions raphael.no-deps.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion raphael.no-deps.min.js

Large diffs are not rendered by default.

0 comments on commit 6f9a07d

Please sign in to comment.