Browse Source

9.1.8 release

Former-commit-id: 82da0c90c0e06d173019b8f9ce07f1ad82b34de1
Gaudenz Alder 7 years ago
parent
commit
471a434f1e

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+21-SEP-2018: 9.1.8
+
+- Fixes minor constraint check bug for new connections
+- Uses mxGraph 3.9.10
+
 21-SEP-2018: 9.1.7
 
 - Adds flow plugin

+ 1 - 1
VERSION

@@ -1 +1 @@
-9.1.7
+9.1.8

File diff suppressed because it is too large
+ 3 - 3
etc/mxgraph/mxClient.js


+ 1 - 1
src/main/webapp/cache.manifest

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 09/21/2018 10:56 AM
+# 09/21/2018 04:42 PM
 
 app.html
 index.html?offline=1

File diff suppressed because it is too large
+ 4 - 4
src/main/webapp/js/app.min.js


File diff suppressed because it is too large
+ 3 - 3
src/main/webapp/js/atlas-viewer.min.js


File diff suppressed because it is too large
+ 4 - 4
src/main/webapp/js/atlas.min.js


File diff suppressed because it is too large
+ 3 - 3
src/main/webapp/js/embed-static.min.js


File diff suppressed because it is too large
+ 3 - 3
src/main/webapp/js/reader.min.js


File diff suppressed because it is too large
+ 3 - 3
src/main/webapp/js/viewer.min.js


+ 1 - 1
src/main/webapp/plugins/flow.js

@@ -77,7 +77,7 @@ Draw.loadPlugin(function(ui)
 		{
 			if (ui.editor.graph.model.isEdge(me.getCell()))
 			{
-				toggleFlow(me.getCell());
+				toggleFlow([me.getCell()]);
 			}
 		};
 	}