Skip to content

Commit

Permalink
Release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus committed Aug 1, 2018
1 parent 322a8a8 commit 95c5d3a
Show file tree
Hide file tree
Showing 35 changed files with 531 additions and 519 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
1-8-2018 (v2.1.4)
* reconfigure eslint
* add .editorconfig
* dia.LinkView - stop preventing propagation for legacy link tools events

29-6-2018 (v2.1.3)
* dia.CellView - fix ambigious magnet selector
* dia.LinkView - trigger missing link:pointerdown event on label pointerdown
Expand Down
10 changes: 4 additions & 6 deletions dist/geometry.js
@@ -1,4 +1,4 @@
/*! JointJS v2.1.3 (2018-06-29) - JavaScript diagramming library
/*! JointJS v2.1.4 (2018-08-01) - JavaScript diagramming library
This Source Code Form is subject to the terms of the Mozilla Public
Expand Down Expand Up @@ -30,9 +30,9 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
// Geometry library.
// -----------------

var g = (function() {
var g = {};

var g = {};
(function(g) {

// Declare shorthands to the most used math functions.
var math = Math;
Expand Down Expand Up @@ -4873,9 +4873,7 @@ var g = (function() {
return this.regexSupportedData.test(d);
}

return g;

})();
})(g);


return g;
Expand Down
6 changes: 3 additions & 3 deletions dist/geometry.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/joint.core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95c5d3a

Please sign in to comment.