Skip to content

Commit

Permalink
Release v3.5.1 (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus authored Feb 2, 2022
1 parent e568cff commit 8faee7a
Show file tree
Hide file tree
Showing 37 changed files with 19,407 additions and 19,404 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
02-02-2022 (v3.5.1)
* dia.Paper - fix `mvc.View` import

01-02-2022 (v3.5.0)
* Add Curves Demo
* Add Fills Demo
Expand Down
2 changes: 1 addition & 1 deletion dist/geometry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JointJS v3.5.0 (2022-02-01) - JavaScript diagramming library
/*! JointJS v3.5.1 (2022-02-02) - JavaScript diagramming library
This Source Code Form is subject to the terms of the Mozilla Public
Expand Down
2 changes: 1 addition & 1 deletion dist/geometry.min.js

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

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.

4 changes: 2 additions & 2 deletions dist/joint.core.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JointJS v3.5.0 (2022-02-01) - JavaScript diagramming library
/*! JointJS v3.5.1 (2022-02-02) - JavaScript diagramming library


This Source Code Form is subject to the terms of the Mozilla Public
Expand Down Expand Up @@ -31569,7 +31569,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
Control: Control
});

var version = "3.5.0";
var version = "3.5.1";

var Vectorizer = V;
var layout = { PortLabel: PortLabel, Port: Port };
Expand Down
2 changes: 1 addition & 1 deletion dist/joint.core.min.css

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

4 changes: 2 additions & 2 deletions dist/joint.core.min.js

Large diffs are not rendered by default.

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

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

2 changes: 1 addition & 1 deletion dist/joint.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JointJS v3.5.0 (2022-02-01) - JavaScript diagramming library
/*! JointJS v3.5.1 (2022-02-02) - JavaScript diagramming library
This Source Code Form is subject to the terms of the Mozilla Public
Expand Down
Loading

0 comments on commit 8faee7a

Please sign in to comment.