jdotzki
22c0065d5d
fix(context pad): remove instantiating gateways from replace menu
...
close #212
2015-03-03 15:15:00 +01:00
jdotzki
7207d010db
feat(contextpad): add event to replace-menu
...
See #192
2015-03-02 13:43:06 +01:00
jdotzki
66801df111
feature(rules): add modeling rules for event based gateways
...
closes #193
2015-03-02 13:43:06 +01:00
jdotzki
18c2b0552e
feat(contextpad): add replace-menu to context pad
...
Support for Gateways and Task Types was added.
See #130
2015-03-02 13:43:06 +01:00
jdotzki
3873709141
feat(replace): add service that allows to replace elements
...
API
- BpmnReplace#replaceElement
see bpmn-io/bpmn-js#130
2015-03-02 13:43:06 +01:00
Nico Rehwaldt
4fa01649b5
fix(draw/BpmnRenderer): only display message flow marker if messageRef
...
Closes #205
2015-02-25 18:30:16 +01:00
Nico Rehwaldt
9898ad888c
chore(project): only hint + test during travis builds
2015-02-19 15:03:53 +01:00
Nico Rehwaldt
f19a64a346
docs(README): add travis status badge
2015-02-19 14:59:57 +01:00
Nico Rehwaldt
ef11c65dc8
chore(project): add travis configuration
2015-02-19 14:54:30 +01:00
Nico Rehwaldt
48f0e7a0d8
chore(project): add wiredeps config
2015-02-19 14:53:41 +01:00
Nico Rehwaldt
85d0ffd56a
fix(tests): re-enable all
2015-02-18 13:25:20 +01:00
Nico Rehwaldt
788b143f27
fix(Viewer): do not cache moddle
...
This may have unwanted side-effects, i.e. when using id
validation and caching.
We must ensure the meta-model element is actually instance stateless in
order to safely cache it.
2015-02-17 12:04:03 +01:00
Nico Rehwaldt
4854c96067
fix(import): correctly dispatch parse warnings
...
Fixes our bpmn-moddle integration to correctly dispatch parse warnings
from bpmn-moddle to the client.
Related to bpmn-io/moddle-xml#5
Closes #58
2015-02-17 11:00:00 +01:00
Nico Rehwaldt
f3a1c8a42c
chore(project): bump dependencies
2015-02-13 18:31:20 +01:00
Nico Rehwaldt
8c61906469
feat(bpmn-js): allow custom model extensions to be passed
...
Related to bpmn-io/bpmn-moddle#15
2015-02-12 15:50:23 +01:00
Nico Rehwaldt
04437a8354
chore(project): remove jquery
...
Related to bpmn-io/bpmn-js#189
2015-02-06 15:26:41 +01:00
Nico Rehwaldt
ae49bb719b
chore(bower): hide bpmn-js internals in bundle
...
Related to #188
2015-02-06 09:56:18 +01:00
Nico Rehwaldt
9272547af2
fix(draw): consistently use custom snapsvg
2015-02-06 09:55:23 +01:00
Nico Rehwaldt
3996408404
chore(project): migrate to modularized lodash@3
...
* use specialized lodash utilities
* consistently apply 'use strict'
Related to #185
2015-02-02 14:46:21 +01:00
Nico Rehwaldt
a899df2a12
chore(modeling/rules): reduce complexity
...
Related to #176
2015-01-29 14:03:17 +01:00
jdotzki
d8057a2acc
fix(rules): disallow circular connection
...
This temporarily disallows connections from and to the same element
because it rendered the connection unusable..
This change can be reverted once proper auto layout for circular connections is implemented.
Closes #176
2015-01-29 13:26:32 +01:00
Nico Rehwaldt
fef6e056a9
chore(build): consistently publish to bower-dir/dist
2015-01-23 15:47:47 +01:00
jdotzki
3af36c5924
chore(project): release v0.8.0
2015-01-21 12:25:04 +01:00
Nico Rehwaldt
85e512c97d
feat(modeler): add bendpoints
...
It is now possible to add bendpoints to flows or drag bendpoints to
update their position / trigger reconnects.
Upon bendpoint move a rule is checked to figure out whether or not a
bendpoint operation is allowed or not.
Closes #123
Closes #138
Closes #139
Closes #165
2015-01-20 17:19:56 +01:00
jdotzki
2236965d4b
feature(modeler): add lasso-tool to modeling modules
...
see bpmn-io/bpmn-js#168
2015-01-19 16:53:40 +01:00
Nico Rehwaldt
f278b2aed1
chore(bower): publish files to dist folder
2015-01-12 13:17:09 +01:00
Nico Rehwaldt
92141ccd43
feat(bpmn-js): build modeler / navigated viewer bundle
...
Closes #154
2015-01-12 12:02:51 +01:00
Nico Rehwaldt
5735a8bc3a
feat(library): add navigated viewer
...
This adds an additional viewer variant that contains canvas navigation
features.
Related to #169
2015-01-10 12:04:26 +01:00
Nico Rehwaldt
39d5fa2e9c
feat(modeling): inherit default handlers
2015-01-06 16:28:39 +01:00
jdotzki
41df1f378b
feature(keyboard): add keyboard service to modeling modules
...
This makes a default set of keystrokes available to the user
if applications bind the keyevents via keyboard.bind(someNode).
Related to bpmn-io/diagram-js#61
2015-01-06 16:07:21 +01:00
Nico Rehwaldt
2019c658df
feat(modeling): add property update mechanism
...
This adds the modeling#updateProperties(element, props) method to the
modeler that can be used to set BPMN 2.0 properties on elements.
By assigning the properties this way, the modeler is aware of the
elements that got changed and can update / redraw the elements
accordingly.
This hooks up with the modelers undo/redo chain, too.
Related to #167
2015-01-02 16:15:18 +01:00
Nico Rehwaldt
07ba58d805
fix(import): import message flows to dangling process
...
Closes #166
2015-01-02 12:56:32 +01:00
Nico Rehwaldt
74092d40a2
chore(Modeler): remove bpmn-js-cli
2014-12-30 22:53:58 +01:00
Nico Rehwaldt
5027179149
chore(project): release v0.7.0
2014-12-29 13:10:43 +01:00
Nico Rehwaldt
181e3ccc44
chore(project): bump dependencies
2014-12-29 13:02:06 +01:00
Nico Rehwaldt
6c8366ec84
chore(project): upgrade jsondiffpatch + karma-browserify
2014-12-23 16:56:35 +01:00
Nico Rehwaldt
2909847ac8
feat(direct-editing): rework editing
...
This commit updates the default direct editing behavior.
It activates on non-touch environments only and only on embedded
labels, too.
This provides a way smoother modeling experience.
2014-12-23 16:56:35 +01:00
Nico Rehwaldt
355059c30a
feat(modelling): unify drag/drop handling from palette/context-pad
...
Related to bpmn-io/diagram-js#60
2014-12-23 16:56:35 +01:00
jdotzki
1dd19fdb0d
fix(contextpad): different handling for deletion of shapes and connections
...
See bpmn-io/bpmn-js#121
2014-12-23 14:24:34 +01:00
jdotzki
fd76cc98dd
fix(BpmnImporter): Round diagram coordinates on import
...
The model coordinates stay intact until shape is changed.
2014-12-22 11:44:44 +01:00
Nico Rehwaldt
574af0814d
feat(bpmn-js): add #destroy method and allow custom position
...
Closes #100
2014-12-18 09:45:45 +01:00
Nico Rehwaldt
82952e7414
chore(project): release v0.6.1
2014-12-18 08:54:45 +01:00
Nico Rehwaldt
18784c5994
fix(label-editing): listen to correct events
2014-12-17 21:55:03 +01:00
Nico Rehwaldt
003b4f2be6
chore(project): release v0.6.0
2014-12-10 15:54:19 +01:00
Nico Rehwaldt
95c8e4ec81
chore(dependencies): bump versions
2014-12-10 15:54:06 +01:00
Nico Rehwaldt
799273b88d
chore(import): log import errors to console
2014-12-09 18:32:34 +01:00
Nico Rehwaldt
710ff1be58
test(import): do not check internals
2014-12-09 18:04:59 +01:00
Nico Rehwaldt
7246b75708
chore(Viewer): compress code
2014-12-08 14:04:44 +01:00
Nico Rehwaldt
ee4550867d
chore(dependencies): upgrade jasmine-test-container-support
...
Adds proper labels for test cases in Firefox.
2014-12-08 10:51:19 +01:00
Nico Rehwaldt
429a903dd5
style(*): fix jshint warnings
2014-12-07 15:10:02 +01:00