BoykoAlex
cdc4b07100
Angular 6 compiler: complete inline/compile/bundle/minify rework
2018-07-06 23:06:27 -04:00
BoykoAlex
c130c5cc59
Upgarde to Angular 6 + RxJS 6 (no rxjs-compat)
2018-07-03 18:39:03 -04:00
BoykoAlex
45503cc2d2
Upgrade to JointJS 2.1.3
2018-07-03 11:46:16 -04:00
BoykoAlex
9f3c37be64
Workaround selector issue in JQuery
2018-06-12 00:04:16 -04:00
BoykoAlex
4ee6b19a4f
Fixes for JointJS 2.1.2 adoption
2018-06-11 18:09:11 -04:00
BoykoAlex
901fce77f8
Adopt JointJS 2.1.2
2018-06-11 14:34:34 -04:00
Andy Clement
483faf1a1b
Continue to run validation even if graph-to-text conversion fails
2018-06-01 12:59:54 -07:00
Alex Boyko
f683c49591
Merge pull request #27 from vgordievskiy/master
...
Replace BrowserModule to CommonModule for the lazy loading problem.
2018-05-09 10:36:45 -04:00
Vladislav Gordievskiy
5f90e33fff
remove BrowserModule from FloModule and add CommonModule
2018-05-09 14:42:05 +03:00
BoykoAlex
7fcab0bfd1
chore(release): 0.7.5
2018-05-03 23:39:19 -04:00
BoykoAlex
8113fb9c05
Better fix for EditorContext.clearGraph() text and graph sync
2018-05-03 23:38:06 -04:00
BoykoAlex
a8558e2c8a
chore(release): 0.7.4
2018-05-01 16:11:03 -04:00
BoykoAlex
622c8279ad
Fix graph clear function in editor context
2018-04-26 11:37:12 -04:00
BoykoAlex
8b99fcb5df
chore(release): 0.7.3
2018-04-16 23:06:31 -04:00
BoykoAlex
7aea8806d6
chore(release): 0.7.2
2018-04-16 22:21:30 -04:00
BoykoAlex
b1b4150e66
Upgrade to Angular 5.2.9
2018-03-27 12:19:43 -04:00
BoykoAlex
4971131b51
Eliminate memory leaks via Paper object
2018-03-27 12:03:31 -04:00
BoykoAlex
a0571b7f5f
chore(release): 0.7.1
2018-03-08 12:13:51 -05:00
BoykoAlex
3039208573
Make properties dialog model re-usable outside of graph
2018-03-01 19:44:08 -05:00
BoykoAlex
c39d28dba2
Updated to angular 5.2.3 and rxjs 5.5.6
2018-02-15 12:35:46 -05:00
BoykoAlex
9e420d266e
chore(release): 0.7.0
2018-01-17 12:01:29 -05:00
BoykoAlex
0c2db4e755
Update screenshot
2018-01-17 11:43:23 -05:00
Alex Boyko
c79fc094e1
Merge pull request #22 from Lappro/patch-1
...
Fix broken link formatting in README
2018-01-10 11:46:26 -05:00
Paul van den Burg
20ad135434
Fix broken link formatting in README
2018-01-10 17:43:22 +01:00
BoykoAlex
0ee041142d
Fix validation event when graph->text sync is off
2017-12-22 12:46:06 -05:00
BoykoAlex
fef3d96a59
Switch to README.md from adoc
2017-11-20 15:54:13 -05:00
Alex Boyko
69a2879111
Update README.adoc
2017-11-17 11:13:32 -05:00
Alex Boyko
b0dec68cde
Update README.adoc
2017-11-17 11:12:46 -05:00
Alex Boyko
71d36bc848
Update README.adoc
2017-11-17 11:10:04 -05:00
Alex Boyko
9c5ae0d01a
Update README.adoc
2017-11-17 10:50:38 -05:00
Alex Boyko
97e6eda560
Update README.adoc
2017-11-17 10:48:15 -05:00
Alex Boyko
2d2460d3f3
Update README.adoc
2017-11-17 10:45:57 -05:00
BoykoAlex
fed41c7af7
Pre-release preparation
2017-11-16 14:20:34 -05:00
BoykoAlex
d08c0e5b57
Fix default true for a property and SELECT entry for options
2017-11-16 01:38:12 -05:00
BoykoAlex
0dcd872628
Fix dependency version to make the mysterious build error go away
2017-11-11 00:54:55 -05:00
BoykoAlex
cdb6709437
Port code-editor component
2017-11-10 16:53:18 -05:00
Tony Crisci
12d371ff69
Common jointjs reference
...
Give all parts of the library and app a common reference to jointjs.
This change is meant to harden against build systems that might split
the reference when building.
fixes #17
2017-11-08 18:14:32 -05:00
Andy Clement
fdf3b6ffbc
Turn on graph-text syncing when palette gets focus
...
Previously we were turning on graph-text syncing typically when
the text box loses focus (on blur) but that is driven when you
switch browser tabs. This means switching browser tabs and back
again could damage your text (if you were mid-something) even
though you hadn't actually touch the graph canvas. With this
change we only turn on graph-text syncing (and drive the
regeneration of the text from the graph) if you actively
interact with the palette
2017-11-08 10:06:28 -08:00
BoykoAlex
c8fadb1ba7
Maked rxjs version fixed to avoid ./operators issue with 5.5.2
2017-11-05 19:10:58 -05:00
Alex Boyko
12efc9d736
Merge pull request #15 from acrisci/feature/metamodel-listener
...
Implement metamodel listener
2017-11-05 14:18:19 -05:00
Tony Crisci
664215d85c
Implement metamodel listener
...
fixes #13
2017-11-05 12:07:33 -05:00
Gunnar Hillert
16d0d3daa7
gh-11 Fix postinstall issue when building under Windows
2017-10-31 18:30:43 -07:00
BoykoAlex
675194e9b0
Palette performance
2017-10-23 02:17:06 -04:00
BoykoAlex
e439e624fb
Fire editor ready and content validated events from Flo editor
...
PaletteReadt observable on editor
Switch to BehaviorSubject
2017-10-23 01:11:49 -04:00
BoykoAlex
2cc5e215aa
Correct graph-text subjects
...
Switch subjects to observables
2017-09-22 18:51:30 -04:00
BoykoAlex
e4782f11e3
Text-Graph conversion completed subjects
2017-09-13 16:57:11 -04:00
BoykoAlex
b584fed1ed
Validation
...
Validation
Validation
Validation
Validation markers emitter
DSL editor emitter
Validation
Validation
Validation
2017-09-12 17:44:08 -04:00
BoykoAlex
e0bdb77f8c
Change API for Renderer#handleLinkEvent(...)
2017-09-11 20:41:45 -04:00
BoykoAlex
b4e20eb9cd
Change API for Renderer#handleLinkEvent(...)
...
Change API for Renderer#handleLinkEvent(...)
Change API for Renderer#handleLinkEvent(...)
Bogus changes
Remove unnecessary file
2017-09-05 18:59:45 -04:00
BoykoAlex
a89903ceea
Simple list of string property control
2017-08-31 14:06:12 -04:00