Commit eb61a0f7 authored by zhangbobell's avatar zhangbobell

feat(dist): rebuild dist and release v1.4.45

parent 47f4d084
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "kityminder-core", "name": "kityminder-core",
"title": "Kity Minder Core", "title": "Kity Minder Core",
"description": "Powerful online mind graphic visualization and editor (command based)", "description": "Powerful online mind graphic visualization and editor (command based)",
"version": "1.4.44", "version": "1.4.45",
"main": [ "main": [
"dist/kityminder.core.min.js", "dist/kityminder.core.min.js",
"dist/kityminder.core.css" "dist/kityminder.core.css"
......
/*! /*!
* ==================================================== * ====================================================
* kityminder - v1.4.44 - 2017-08-09 * kityminder - v1.4.45 - 2017-08-09
* https://github.com/fex-team/kityminder-core * https://github.com/fex-team/kityminder-core
* GitHub: https://github.com/fex-team/kityminder-core.git * GitHub: https://github.com/fex-team/kityminder-core.git
* Copyright (c) 2017 Baidu FEX; Licensed MIT * Copyright (c) 2017 Baidu FEX; Licensed MIT
...@@ -5536,6 +5536,7 @@ _p[48] = { ...@@ -5536,6 +5536,7 @@ _p[48] = {
}, },
update: function(link, node, box) { update: function(link, node, box) {
var href = node.getData("hyperlink"); var href = node.getData("hyperlink");
link.setHref("#");
var allowed = [ "^http:", "^https:", "^ftp:", "^mailto:" ]; var allowed = [ "^http:", "^https:", "^ftp:", "^mailto:" ];
for (var i = 0; i < allowed.length; i++) { for (var i = 0; i < allowed.length; i++) {
var regex = new RegExp(allowed[i]); var regex = new RegExp(allowed[i]);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "kityminder", "name": "kityminder",
"title": "kityminder", "title": "kityminder",
"description": "KityMinder Core Implement", "description": "KityMinder Core Implement",
"version": "1.4.44", "version": "1.4.45",
"homepage": "https://github.com/fex-team/kityminder-core", "homepage": "https://github.com/fex-team/kityminder-core",
"author": { "author": {
"name": "Baidu FEX", "name": "Baidu FEX",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment