Skip to content

Commit

Permalink
upgrade katavorio to 0.19.2, bump jsplumb version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sporritt committed Mar 22, 2017
1 parent da7389e commit 7209c71
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsplumb",
"version":"2.3.1",
"version":"2.3.2",
"ignore": [
"node_modules",
"Gruntfile.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/apidocs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": {
"name": "jsplumb",
"description": "Visual connectivity for webapps",
"version": "2.3.1",
"version": "2.3.2",
"url": ""
},
"files": {
Expand Down
10 changes: 9 additions & 1 deletion dist/doc/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,15 @@
</ul>
</div>
<div class="markdown-body col-xs-9">
<h2>2.3.1</h2>
<h2>2.3.2</h2>

<p>22nd March 2017</p>

<ul>
<li>upgrade Katavorio to version 0.19.2, to fix a minor issue with droppables not being cleared after mouseup.</li>
</ul>

<h2>2.3.1</h2>

<p>15th March 2017</p>

Expand Down
6 changes: 4 additions & 2 deletions dist/js/jsplumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -1695,6 +1695,8 @@
dragEl = null;
}

intersectingDroppables.length = 0;

if (revertFunction && revertFunction(this.el, this.params.getPosition(this.el)) === true) {
this.params.setPosition(this.el, posAtDown);
_dispatch("revert", this.el);
Expand Down Expand Up @@ -2430,7 +2432,7 @@

};

root.Katavorio.version = "0.19.1";
root.Katavorio.version = "0.19.2";

if (typeof exports !== "undefined") {
exports.Katavorio = root.Katavorio;
Expand Down Expand Up @@ -3439,7 +3441,7 @@

var jsPlumbInstance = root.jsPlumbInstance = function (_defaults) {

this.version = "2.3.1";
this.version = "2.3.2";

if (_defaults) jsPlumb.extend(this.Defaults, _defaults);

Expand Down
4 changes: 2 additions & 2 deletions dist/js/jsplumb.min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions doc/wiki/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.2

22nd March 2017

- upgrade Katavorio to version 0.19.2, to fix a minor issue with droppables not being cleared after mouseup.

## 2.3.1

15th March 2017
Expand Down
2 changes: 1 addition & 1 deletion jekyll/test-apidocs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": {
"name": "jsplumb - Test Coverage",
"description": "Visual connectivity for webapps",
"version": "2.3.1",
"version": "2.3.2",
"url": ""
},
"files": {
Expand Down
Binary file modified jsplumb.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsplumb",
"version": "2.3.1",
"version": "2.3.2",
"description": "Visual connectivity for webapps",
"main": "dist/js/jsplumb.js",
"directories": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"grunt-jekyll": "~0.4.1",
"grunt-qunit-junit": "^0.3.1",
"jsbezier": "^0.9.1",
"katavorio": "^0.19.1",
"katavorio": "^0.19.2",
"mottle": "^0.8.0"
}

Expand Down

0 comments on commit 7209c71

Please sign in to comment.