Skip to content

Commit db8f7c4

Browse files
Refactored out DOM manupulation fanctionality out of core
Fixed CSS scaling bugs Added cycle references tollerance to labels objects Removed jQuery UI OrgEditor Widget and Demo Removed PHP samples
1 parent 70bfb98 commit db8f7c4

File tree

112 files changed

+43673
-48861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+43673
-48861
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
.vscode

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### Version 5.4.0
2+
* Added OrgDiagram & FamDiagram React components and samples.
3+
* Extracted platform specific functionality out of core.
4+
* Added onButtonsRender event to TemplateConfig.
5+
* Added support of cycles in objects defenitions of labels.
6+
* Fixed CSS scale bugs.
7+
* Removed jQuery UI Widget Organizational Chart Editor.
8+
* Removed PHP samples.
19
#### Version 5.3.1
210
* Fixed performance issue in react demo.
311
#### Version 5.3.0

folders.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
## Folders
2-
3-
See min folder for official Basic Primitives library release files. Run index.html for demos and samples.
4-
Index.html is runable from local folder in browser. It does not require any preliminary command line scripts to run.
5-
Deploy this project to local web server in order to enable dynamic JavaScript data and sample code loading.
6-
This is needed in order to see PDFkit samples.
7-
2+
* min - production ready merged javacript files. The following files are official Basic Primitives release files:
3+
* primitives.latest.js
4+
* primitives.latest.css
5+
* packages - 3d party packges used in demos and samples.
6+
* samples - Demos and samples folder. See samples/javascript.controls folder for vanilla javascript demos and samples.
87
* src.primitives - JavaScript Controls & PDFkit Plugins Sources.
98
* src.primitives.jquery - jQuery Widgets Sources.
10-
* src.orgeditor - jQuery Organizational Diagram Editor Demo Sources.
119
* src.tests - Unit Tests Sources
12-
* pakages - 3d party packges used in demos and samples.
13-
* samples - Demos and samples folder grouped per 3d party package type. See samples/javascript.control folder for
14-
vanilla javascript demos and samples.
15-
* min - production ready minimized javacript files. The following files are official Basic Primitives release files:
16-
* primitives.latest.js
17-
* primitives.latest.css
1810

19-
In order to merge sources run "yarn merge"
11+
* index.html - demos and samples catalog
12+
* Tests.html - Unit Tests

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
jquery: "samples/jquery.widgets/DemoDynamicLoading.html"
4040
}
4141
},
42+
{
43+
label: "Matrix Layout",
44+
frameworks: {
45+
javascript: "samples/javascript.controls/DemoOrgDiagramMatrixLayout.html",
46+
jquery: "samples/jquery.widgets/DemoOrgDiagramMatrixLayout.html"
47+
}
48+
},
4249
{
4350
label: "Vertical Layout",
4451
frameworks: {
@@ -105,12 +112,6 @@
105112
{
106113
label: "jQuery specific Demos & Samples",
107114
items: [
108-
{
109-
label: "Organizational Chart Editor using jQuery UI bpOrgEditor Widget",
110-
frameworks: {
111-
jquery: "samples/jquery.widgets/DemoEditor.html"
112-
}
113-
},
114115
{
115116
label: "Drag & Drop Demo using jQuery UI Draggable & Droppable Widgets",
116117
frameworks: {

license.pdf

71.1 KB
Binary file not shown.

min/.npmignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
primitives.min.js
2-
primitives.tests.js
3-
primitives.jquery.min.js
4-
primitives.jquery.latest.js
5-
bporgeditor.min.js
6-
bporgeditor.latest.js
7-
bporgeditor.latest.css
1+
primitives.min.js
2+
primitives.tests.js
3+
primitives.jquery.min.js
4+
primitives.jquery.latest.js

min/bporgeditor.latest.css

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)