소스 검색

14.6.0 release

David Benson [draw.io] 4 년 전
부모
커밋
b9dad26e7f

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+13-APR-2021: 14.6.0
+
+- Updates to workbox 6.1.2
+
+09-APR-2021: 14.5.10
+
+- Internal release
+
 09-APR-2021: 14.5.9
 
 - Improvement to sketch theme

+ 1 - 1
VERSION

@@ -1 +1 @@
-14.5.9
+14.6.0

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 225 - 223
src/main/webapp/js/app.min.js


+ 1 - 1
src/main/webapp/js/diagramly/Menus.js

@@ -179,7 +179,7 @@
 				document.exitFullscreen();
 			}
 		});
-		fullscreenAction.visible = document.fullscreenEnabled;
+		fullscreenAction.visible = document.fullscreenEnabled && document.body.requestFullscreen != null;
 		fullscreenAction.setToggleAction(true);
 		fullscreenAction.setSelectedCallback(function() { return document.fullscreenElement != null; });
 		

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 41 - 17
src/main/webapp/js/diagramly/Minimal.js


+ 2 - 1
src/main/webapp/js/grapheditor/Editor.js

@@ -458,7 +458,8 @@ Editor.prototype.resetGraph = function()
  */
 Editor.prototype.readGraphState = function(node)
 {
-	this.graph.gridEnabled = node.getAttribute('grid') != '0' && (!this.isChromelessView() || urlParams['grid'] == '1');
+	this.graph.gridEnabled = this.graph.defaultGridEnabled && node.getAttribute('grid') != '0' &&
+		(!this.isChromelessView() || urlParams['grid'] == '1');
 	this.graph.gridSize = parseFloat(node.getAttribute('gridSize')) || mxGraph.prototype.gridSize;
 	this.graph.graphHandler.guidesEnabled = node.getAttribute('guides') != '0';
 	this.graph.setTooltips(node.getAttribute('tooltips') != '0');

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 290 - 288
src/main/webapp/js/viewer-static.min.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 290 - 288
src/main/webapp/js/viewer.min.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
src/main/webapp/mxgraph/mxClient.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 611
src/main/webapp/service-worker.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
src/main/webapp/service-worker.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 0
src/main/webapp/workbox-f163abaa.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
src/main/webapp/workbox-f163abaa.js.map