Skip to content

Commit

Permalink
5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sporritt committed Aug 23, 2022
1 parent 3807ae0 commit 073fbd5
Show file tree
Hide file tree
Showing 29 changed files with 73 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .npmrc
@@ -0,0 +1,3 @@
package-lock=false


13 changes: 13 additions & 0 deletions bundle/dist/package.json
@@ -0,0 +1,13 @@
{
"name": "@jsplumb/browser-ui-bundle",
"version": "5.11.3",
"description": "Visual connectivity for webapps",
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {},
"files": [
"jsplumb.bundle.js"
],
"main": "jsplumb.bundle.js",
"module": "jsplumb.bundle.js"
}
6 changes: 6 additions & 0 deletions changelog.md
@@ -1,3 +1,9 @@
## 5.11.3

August 23rd 2022

- Improved docs in the Toolkit edition

## 5.11.2

August 19th 2022
Expand Down
Binary file modified dist/browser-ui-lists/jsplumb-browser-ui-lists.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/browser-ui-lists/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui-lists",
"version": "5.11.2",
"version": "5.11.3",
"description": "Scrollable list manager for jsPlumb",
"main": "js/jsplumb.browser-ui-lists.cjs.js",
"module": "js/jsplumb.browser-ui-lists.es.js",
Expand Down Expand Up @@ -30,6 +30,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.11.2"
"@jsplumb/browser-ui": "5.11.3"
}
}
Binary file modified dist/browser-ui/jsplumb-browser-ui.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/browser-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui",
"version": "5.11.2",
"version": "5.11.3",
"description": "jsPlumb renderer for browsers that connects DOM/SVG elements to each other with individual SVG elements",
"main": "js/jsplumb.browser-ui.cjs.js",
"module": "js/jsplumb.browser-ui.es.js",
Expand Down Expand Up @@ -31,6 +31,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.11.2"
"@jsplumb/core": "5.11.3"
}
}
Binary file modified dist/common/jsplumb-common.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/common",
"version": "5.11.2",
"version": "5.11.3",
"description": "",
"main": "js/jsplumb.common.cjs.js",
"module": "js/jsplumb.common.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/util": "5.11.2"
"@jsplumb/util": "5.11.3"
},
"devDependencies": {}
}
Binary file modified dist/connector-bezier/jsplumb-connector-bezier.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/connector-bezier/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-bezier",
"version": "5.11.2",
"version": "5.11.3",
"description": "The Bezier and StateMachine connectors",
"main": "js/jsplumb.connector-bezier.cjs.js",
"module": "js/jsplumb.connector-bezier.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.11.2"
"@jsplumb/core": "5.11.3"
},
"devDependencies": {}
}
Binary file modified dist/connector-flowchart/jsplumb-connector-flowchart.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/connector-flowchart/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-flowchart",
"version": "5.11.2",
"version": "5.11.3",
"description": "The Flowchart connector",
"main": "js/jsplumb.connector-flowchart.cjs.js",
"module": "js/jsplumb.connector-flowchart.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.11.2"
"@jsplumb/core": "5.11.3"
},
"devDependencies": {}
}
Binary file modified dist/core/jsplumb-core.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/core",
"version": "5.11.2",
"version": "5.11.3",
"description": "Visual connectivity for webapps. This is the core package, which is imported by specific renderers. You probably want to import @jsplumb/browser-ui, as it is currently the only renderer available.",
"main": "js/jsplumb.core.cjs.js",
"module": "js/jsplumb.core.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/common": "5.11.2"
"@jsplumb/common": "5.11.3"
},
"devDependencies": {}
}
20 changes: 20 additions & 0 deletions dist/core/types/overlay/plain-label-overlay.d.ts
@@ -0,0 +1,20 @@
import { Overlay } from "./overlay";
import { JsPlumbInstance } from "../core";
import { Component } from "../component/component";
import { LabelOverlayOptions, PaintStyle } from "@jsplumb/common";
import { PointXY } from "@jsplumb/util";
export declare class PlainLabelOverlay extends Overlay {
instance: JsPlumbInstance;
component: Component;
static type: string;
type: string;
location: number;
paintStyle: PaintStyle;
label: string | Function;
constructor(instance: JsPlumbInstance, component: Component, p: LabelOverlayOptions);
private _resolveLocation;
draw(component: Component, currentConnectionPaintStyle: PaintStyle, absolutePosition?: PointXY): any;
updateFrom(d: any): void;
}
export declare function isPlainLabelOverlay(o: Overlay): o is PlainLabelOverlay;
//# sourceMappingURL=plain-label-overlay.d.ts.map
Binary file modified dist/test/jsplumb-test.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/test/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/test",
"version": "5.11.2",
"version": "5.11.3",
"description": "",
"main": "js/jsplumb.test.cjs.js",
"module": "js/jsplumb.test.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.11.2"
"@jsplumb/browser-ui": "5.11.3"
},
"devDependencies": {}
}
Binary file modified dist/util/jsplumb-util.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/util/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/util",
"version": "5.11.2",
"version": "5.11.3",
"description": "",
"main": "js/jsplumb.util.cjs.js",
"module": "js/jsplumb.util.es.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"private": true,
"version": "5.11.2",
"version": "5.11.3",
"workspaces": [
"ts/*"
],
Expand Down
4 changes: 2 additions & 2 deletions ts/browser-ui-lists/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui-lists",
"version": "5.11.2",
"version": "5.11.3",
"description": "Scrollable list manager for jsPlumb",
"main": "js/jsplumb.browser-ui-lists.cjs.js",
"module": "js/jsplumb.browser-ui-lists.es.js",
Expand Down Expand Up @@ -30,6 +30,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.11.2"
"@jsplumb/browser-ui": "5.11.3"
}
}
4 changes: 2 additions & 2 deletions ts/browser-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui",
"version": "5.11.2",
"version": "5.11.3",
"description": "jsPlumb renderer for browsers that connects DOM/SVG elements to each other with individual SVG elements",
"main": "js/jsplumb.browser-ui.cjs.js",
"module": "js/jsplumb.browser-ui.es.js",
Expand Down Expand Up @@ -31,6 +31,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.11.2"
"@jsplumb/core": "5.11.3"
}
}
4 changes: 2 additions & 2 deletions ts/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/common",
"version": "5.11.2",
"version": "5.11.3",
"description": "",
"main": "js/jsplumb.common.cjs.js",
"module": "js/jsplumb.common.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/util": "5.11.2"
"@jsplumb/util": "5.11.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/connector-bezier/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-bezier",
"version": "5.11.2",
"version": "5.11.3",
"description": "The Bezier and StateMachine connectors",
"main": "js/jsplumb.connector-bezier.cjs.js",
"module": "js/jsplumb.connector-bezier.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.11.2"
"@jsplumb/core": "5.11.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/connector-flowchart/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-flowchart",
"version": "5.11.2",
"version": "5.11.3",
"description": "The Flowchart connector",
"main": "js/jsplumb.connector-flowchart.cjs.js",
"module": "js/jsplumb.connector-flowchart.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.11.2"
"@jsplumb/core": "5.11.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/core",
"version": "5.11.2",
"version": "5.11.3",
"description": "Visual connectivity for webapps. This is the core package, which is imported by specific renderers. You probably want to import @jsplumb/browser-ui, as it is currently the only renderer available.",
"main": "js/jsplumb.core.cjs.js",
"module": "js/jsplumb.core.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/common": "5.11.2"
"@jsplumb/common": "5.11.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/test/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/test",
"version": "5.11.2",
"version": "5.11.3",
"description": "",
"main": "js/jsplumb.test.cjs.js",
"module": "js/jsplumb.test.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.11.2"
"@jsplumb/browser-ui": "5.11.3"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion ts/util/package.json
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/util",
"version": "5.11.2",
"version": "5.11.3",
"description": "",
"main": "js/jsplumb.util.cjs.js",
"module": "js/jsplumb.util.es.js",
Expand Down

0 comments on commit 073fbd5

Please sign in to comment.