Nico Rehwaldt
acb2d83856
chore(project): bump diagram-js dependency
...
Adds support for reacting to element.contextmenu.
Related to #750
2018-01-31 11:16:20 +01:00
Nico Rehwaldt
46cd6ea119
0.26.6
2018-01-29 20:26:36 +01:00
Nico Rehwaldt
3d17c37a42
0.26.5
2018-01-29 20:19:06 +01:00
Nico Rehwaldt
d32da90013
chore(lint): bump eslint
...
...and fix lint errors
2018-01-28 20:35:04 +01:00
Nico Rehwaldt
85dd6f6cd8
0.26.4
2018-01-18 16:04:56 +01:00
Nico Rehwaldt
f40b5c41b3
chore(project): bump bpmn-moddle dependency
...
Pulls in the following improvements:
* gracefully detect and handle attribute re-declaration in broken
BPMN 2.0 documents
2018-01-09 19:22:39 +01:00
Nico Rehwaldt
82ef31295a
0.26.3
2018-01-04 14:18:29 +01:00
Nico Rehwaldt
6e76f76ae4
0.26.2
2017-12-22 22:00:17 +01:00
Nico Rehwaldt
1c3d06ae2d
chore(project): bump diagram-js version
...
* inverts SHIFT+wheel scroll behavior (matching default
behavior in standard applications now)
2017-12-22 21:57:08 +01:00
Nico Rehwaldt
fdab6a852c
0.26.1
2017-12-22 15:51:21 +01:00
Nico Rehwaldt
562674e74b
chore(project): bump diagram-js dependency
...
Fixes text sometimes being selected during dragging.
* makes a ContextPad hack obsolete, too.
2017-12-22 15:49:00 +01:00
Nico Rehwaldt
01ed2bce68
0.26.0
2017-12-22 13:30:43 +01:00
Nico Rehwaldt
4b94f35d63
chore(project): bump diagram-js version
...
Adds support for create from contextPad (#742 ).
2017-12-22 10:38:37 +01:00
Nico Rehwaldt
ddd1dae25c
chore(project): bump diagram-js version
2017-12-18 22:52:13 +01:00
Nico Rehwaldt
36c6a7bf41
fix(package): make diagram-js* actual dependencies again
2017-12-14 22:55:18 +01:00
Nico Rehwaldt
495ab7ee9d
chore(project): bump diagram-js dependency
...
* update diagram-js to latest
* remove unused diagram-js-origin dependency
2017-12-14 11:55:48 +01:00
Nico Rehwaldt
76d44f33e7
chore(project): bump dependencies
...
+ diagram-js-direct-editing
+ min-dom
2017-12-13 23:00:01 +01:00
Nico Rehwaldt
61f3ac4cc2
chore(project): bump diagram-js dependency
2017-12-13 14:05:15 +01:00
Nico Rehwaldt
26f26945b6
chore(project): bump diagram-js dependency
...
Adds ability to distinguish create via touch / no touch.
2017-12-13 13:30:51 +01:00
Nico Rehwaldt
1bf07d7e85
chore(project): bump bpmn-moddle dependency
2017-12-13 12:17:21 +01:00
Nico Rehwaldt
25d5fb2967
chore(project): bump build dependencies
...
+ browserify
+ uglify-es
2017-12-10 23:19:19 +01:00
Nico Rehwaldt
105f326dad
chore(project): bump bpmn-moddle dependency
...
* unused namespace does not get serialized anymore
Closes #469
2017-12-09 22:30:56 +01:00
Nico Rehwaldt
db64aa1377
chore(project): bump bpmn-moddle
...
Closes #735
2017-12-08 00:18:51 +01:00
Philipp Fromme
bc0fd114d0
chore(project): bump diagram-js dependency
...
Closes camunda/camunda-modeler#463
Closes #734
2017-12-07 16:35:09 +01:00
Nico Rehwaldt
e34ca2feb2
chore(project): remove grunt-release
...
We do <np **> to release things.
2017-11-29 12:23:14 +01:00
Nico Rehwaldt
e02dd55493
chore(project): bump stringify dependency
2017-11-29 11:00:05 +01:00
Nico Rehwaldt
8de61c714a
0.25.2
2017-11-28 18:19:49 +01:00
Nico Rehwaldt
c92cbda54e
chore(project): bump bpmn-moddle dependency
2017-11-28 18:17:13 +01:00
Nico Rehwaldt
3908ac64c5
0.25.1
2017-11-23 09:54:47 +01:00
Nico Rehwaldt
6bb1128ccc
0.25.0
2017-11-21 09:29:58 +01:00
Nico Rehwaldt
8feb2eca97
chore(project): bump diagram-js version
...
* Fixes markers to be properly removed on connect/reconnect
in Internet Explorer / Edge.
Related to bpmn-io/diagram-js#236
2017-11-21 09:27:33 +01:00
Nico Rehwaldt
cfcf5ddd41
chore(project): shrink bundle sizes
...
Reduces the size of bpmn-js {Viewer, NavigatedViewer, Modeler}
bundles by roughly eight percent:
* module concat / tree-shake produced production bundle
* bump diagram-js version to fix <this> used in ManhattanLayout
utility
2017-11-20 15:04:37 +01:00
Nico Rehwaldt
447cb2be98
0.24.0
2017-11-15 20:29:17 +01:00
Nico Rehwaldt
ce45e9081b
chore(project): bump bpmn-moddle dep
...
This improves the import and export of BPMN 2.0 XML documents
+ improves di prefix collision handling
+ proper deconflicting of prefixes during export
+ validate and detect non-BPMN root elements
+ replace underlying XML parser for higher speed and smaller
bundle size
+ pass parse warnings with errors
NOTE:
* some error messages on broken XML may have changed
due to changes in the underlying XML parser
2017-11-15 19:55:34 +01:00
Nico Rehwaldt
24dad2eb54
0.23.3
2017-11-14 23:51:00 +01:00
Nico Rehwaldt
3108df3505
0.23.2
2017-11-06 23:03:45 +01:00
Nico Rehwaldt
746683d401
chore(project): bump bpmn-moddle dep
...
+ allows roundtripping of unprefixed elements
+ makes all miwg tests pass
2017-11-06 22:59:19 +01:00
Nico Rehwaldt
1926ce4494
0.23.1
2017-10-27 10:44:31 +02:00
Nico Rehwaldt
f6d46c0cdf
chore(project): bump diagram-js version
...
+ fixes overlay { maxZoom: 1 }
2017-10-27 10:40:56 +02:00
Nico Rehwaldt
dd3f9a1c57
0.23.0
2017-10-26 11:44:28 +02:00
Nico Rehwaldt
f8a4427157
chore(project): bump diagram-js dependency
2017-10-26 11:32:37 +02:00
Nico Rehwaldt
56d9a8b152
chore(project): bump tiny-svg dependency
2017-10-26 11:26:57 +02:00
Nico Rehwaldt
9416eae126
chore(project): bump test dependency versions
...
* remove redundant karma-chai
2017-10-22 23:22:58 +02:00
Nico Rehwaldt
90ddaeef5e
chore(tests): add Chrome headless as test browser
...
* include special non-sandbox launcher on Linux
* handle TEST_BROWSERS in karma config
2017-10-22 22:21:51 +02:00
Philipp Fromme
9033094473
fix(renderer): prevent duplicate marker IDs
...
* when having more than one instance of bpmn-js on a page marker IDs got duplicated
2017-09-29 11:08:37 +02:00
Philipp Fromme
22c628a056
chore(project): release v0.22.1
2017-09-01 10:17:40 +02:00
Philipp Fromme
6253ce4c67
chore(project): bump diagram-js dependency
2017-09-01 10:16:29 +02:00
Philipp Fromme
1066057d19
chore(project): release v0.22.0
2017-08-31 11:14:28 +02:00
Philipp Fromme
8dd7508338
chore(project): bump dependencies
2017-08-31 11:08:44 +02:00
pedesen
15cf8006f6
chore(project): release v0.21.0
2017-07-28 11:02:51 +02:00
pedesen
6ed4b9071a
chore(project): bump dependencies
2017-07-28 10:44:18 +02:00
Nico Rehwaldt
a5008381b3
0.20.7
2017-05-31 10:33:21 +02:00
Nico Rehwaldt
1d8ebd37f0
chore(project): bump diagram-js dependency
2017-05-31 10:25:06 +02:00
Nico Rehwaldt
85c9059467
chore(project): bump dev dependencies
2017-05-19 12:56:59 +02:00
Philipp Fromme
005d368045
chore(project): release v0.20.6
2017-05-03 15:38:24 +02:00
Nico Rehwaldt
84dc3b50e7
chore(project): bump diagram-js dependency
...
Closes #677
2017-05-03 14:53:35 +02:00
Philipp Fromme
8e64fc3a8b
chore(project): release v0.20.5
2017-03-22 13:45:50 +01:00
Philipp Fromme
b640551d9c
chore(project): bump diagram-js dependency
2017-03-22 13:45:03 +01:00
pedesen
948ca245e8
chore(project): release v0.20.4
2017-03-17 16:37:55 +01:00
pedesen
d8b7ad2650
chore(project): bump diagram-js dependency
2017-03-17 16:37:29 +01:00
Nico Rehwaldt
1eb11998f3
0.20.3
2017-03-10 12:50:59 +01:00
Nico Rehwaldt
497affe5e3
0.20.2
2017-03-07 15:25:35 +01:00
Nico Rehwaldt
5283c41198
0.20.1
2017-03-02 15:04:43 +01:00
Nico Rehwaldt
1de4c694a4
chore(project): bump diagram-js version
2017-03-02 15:02:06 +01:00
Philipp Fromme
d788c211d8
0.20.0
2017-03-02 13:34:16 +01:00
Philipp Fromme
9b4c8f2872
chore(project): bump dependencies
2017-03-02 13:00:11 +01:00
Nico Rehwaldt
c1c62823f6
chore(project): bump diagram-js dependency
2017-01-30 17:09:27 +01:00
Nico Rehwaldt
a03288b49d
chore(project): bump dependencies
...
* diagram-js bug fix release
* bpmn-moddle fixes with support for <meta> attribute (used for
proper copying of elements)
2017-01-30 16:38:43 +01:00
Nico Rehwaldt
dc78c86551
Revert "chore(project): bump object-refs"
...
This reverts commit decd23360a
.
Reason: Not needed at the moment.
2017-01-30 13:32:29 +01:00
Christian Kaps
6dc4af5396
feat(Viewer): allow dynamic attach / detach from DOM
...
Closes #655
BREAKING CHANGE:
* Viewer / Modeler do not attach to `body` anymore per
default. Use `new Viewer({ container: 'body' })` to
restore the old behavior.
2017-01-27 13:28:27 +01:00
Nico Rehwaldt
decd23360a
chore(project): bump object-refs
...
* fixes inverse de-referencing of 1:n properties
2017-01-27 09:24:24 +01:00
Nico Rehwaldt
dd60e47136
chore(project): release v0.19.0
2016-12-21 10:40:53 +01:00
Nico Rehwaldt
eab9ac9bef
chore(project): bump bpmn-moddle dependency
...
* adds support bioc:{fill,stroke} and rendering
colors
2016-12-05 16:53:33 +01:00
Nico Rehwaldt
07aa4de80b
chore(project): release v0.18.4
2016-12-01 15:40:17 +01:00
Nico Rehwaldt
2beddede23
chore(project): update diagram-js dependency
...
Closes #636
2016-12-01 15:37:06 +01:00
Nico Rehwaldt
80cfd36876
chore(project): release v0.18.3
2016-12-01 13:33:56 +01:00
Ricardo Matias
983d89e1c4
chore(project): release v0.18.2
2016-11-18 15:13:20 +01:00
Nico Rehwaldt
a2d7140cdf
fix(Viewer): correctly export SVG
...
Use upstream patch of tiny-svg to address this.
Closes #631
2016-11-18 15:11:31 +01:00
Nico Rehwaldt
3bbbfab5bc
chore(project): release v0.18.1
2016-11-15 15:14:53 +01:00
Nico Rehwaldt
06915e2e6b
chore(project): update diagram-js version
2016-11-15 15:14:29 +01:00
Philipp Fromme
d05fd2c2df
chore(project): release v0.18.0
2016-11-11 10:35:48 +01:00
Philipp Fromme
611d5fdfe7
chore(project): bump dependencies
2016-11-11 10:35:07 +01:00
pedesen
ad7fcbbd50
chore(project): update diagram-js-origin dependency
2016-11-08 11:32:20 +01:00
pedesen
aa2b68f1f2
chore(project): update tiny-svg dependency
2016-11-07 17:05:49 +01:00
Philipp Fromme
72c4687b35
fix(internet-explorer): fix bugs due to internet explorer
2016-11-01 15:20:22 +01:00
Philipp Fromme
db0ce65aa4
feat(graphics): remove snapsvg
...
Related to bpmn-io/diagram-js#50
2016-11-01 15:20:22 +01:00
pedesen
772112a646
chore(project): release v0.17.3
2016-10-19 14:12:47 +02:00
Nico Rehwaldt
738622b813
chore(project): bump bpmn-moddle version
2016-10-19 11:08:52 +02:00
Nico Rehwaldt
4fe7719a07
chore(project): release v0.17.2
2016-10-07 14:35:41 +02:00
pedesen
466ec559d9
chore(project): release v0.17.1
2016-09-26 13:16:08 +02:00
pedesen
7177e3af27
chore(project): release v0.17.0
2016-09-06 12:55:20 +02:00
pedesen
c6a33444f2
chore(project): update dependencies
2016-09-06 12:54:06 +02:00
Nico Rehwaldt
3d9ae2fcfb
chore(project): bump diagram-js-direct-editing dependency
2016-08-31 13:19:39 +02:00
Nico Rehwaldt
39ff8dc780
chore(project): release v0.16.2
2016-07-26 10:54:36 +02:00
Nico Rehwaldt
ff2443a6a9
chore(project): bump bpmn-moddle dep
2016-07-26 10:18:57 +02:00
Nico Rehwaldt
2352843783
chore(project): release v0.16.1
2016-07-18 13:03:11 +02:00
Nico Rehwaldt
cc5e1d1d63
chore(project): bump diagram-js version
2016-07-18 13:03:04 +02:00
Nico Rehwaldt
cc431605b3
chore(package): add distro script
2016-07-05 14:35:08 +02:00
Nico Rehwaldt
fb30339c00
chore(project): release v0.16.0
2016-07-05 13:49:02 +02:00
Nico Rehwaldt
5eff3b3c4c
chore(project): bump diagram-js dep
2016-07-05 13:26:22 +02:00
Nico Rehwaldt
d1ed126e69
chore(project): bump diagram-js version
2016-07-05 08:27:35 +02:00
Nico Rehwaldt
a48e5615f1
chore(project): bump diagram-js version
2016-06-29 10:40:04 +02:00
Nico Rehwaldt
ca9a33d61b
chore(project): add dev script
2016-06-15 12:59:16 +02:00
Nico Rehwaldt
2a989465fb
test(project): use spec reporter
2016-06-07 10:25:39 +02:00
Nico Rehwaldt
0ba239bbce
chore(project): switch to eslint
...
Use eslint instead of jshint for linting.
* better linting results
* test files linted, too
* consistent code style checks
Closes #568
2016-06-07 09:55:32 +02:00
Ricardo Matias
d3ad9cfea6
chore(project): release v0.15.2
2016-05-24 10:56:08 +02:00
Nico Rehwaldt
be8fbfd30f
chore(project): release v0.15.1
2016-05-19 14:56:37 +02:00
Nico Rehwaldt
8df2374c23
chore(project): bump dependency versions
2016-05-19 14:56:01 +02:00
Ricardo Matias
1135c033ce
chore(project): release v0.15.0
2016-05-13 08:32:59 +02:00
Vladimirs Katusenoks
28cc4e8e10
feat(i18n/build): add grunt task for translation extraction
...
Use `grunt extract-translations` to run extraction.
Will run all test cases to extract the available translations.
Closes #497
2016-05-03 17:31:49 +02:00
Nico Rehwaldt
cb60af5912
chore(project): release v0.14.1
2016-03-23 15:44:30 +01:00
Nico Rehwaldt
22ef807bcd
chore(project): release v0.14.0
2016-03-18 13:22:45 +01:00
Nico Rehwaldt
d81087fd44
chore(project): bump diagram-js dependencies
2016-03-18 13:19:30 +01:00
Nico Rehwaldt
ebfc2a40ea
chore(project): bump bpmn-moddle dependency
2016-03-17 17:27:13 +01:00
Nico Rehwaldt
f573a36071
chore(Modeler): remove bpmn-moddle id-support
...
* Handle id tracking ourself.
* Do not reinstantiate moddle on re-import (now stateless)
* <3
Closes #493
2016-03-17 17:27:13 +01:00
Nico Rehwaldt
4b941bf7cc
chore(project): release v0.13.3
2016-03-07 08:30:20 +01:00
Nico Rehwaldt
916086b39c
chore(project): bump diagram-js version
2016-03-03 17:29:37 +01:00
Nico Rehwaldt
b89b9be65a
chore(project): release v0.13.2
2016-02-24 09:13:32 +01:00
Nico Rehwaldt
6b14523991
chore(travis): use explicit travis build
...
* provide grunt-cli
* use npm run travis on travis
2016-02-24 09:10:37 +01:00
Nico Rehwaldt
57338b41ab
chore(dependencies): bump diagram-js
2016-02-22 12:47:40 +01:00
pedesen
05f56891ee
chore(project): remove unused didi dependency
2016-02-22 11:49:03 +01:00
Nico Rehwaldt
8e7accbadf
chore(project): release v0.13.1
2016-01-29 14:23:44 +01:00
Nico Rehwaldt
8d29e5eb02
chore(project): up diagram-js version
2016-01-29 13:53:25 +01:00
pedesen
571d22a7e9
chore(project): release v0.13.0
2016-01-28 10:59:47 +01:00
pedesen
6f2eebd222
chore(project): update dependencies
2016-01-28 10:56:45 +01:00
Nico Rehwaldt
d64629df9a
chore(dependencies): update launchers + downgrade phantomjs
2016-01-27 16:11:20 +01:00
Nico Rehwaldt
2985908357
chore(project): update dev dependencies
2016-01-27 13:31:17 +01:00
Nico Rehwaldt
9cd5f58ee4
chore(project): release v0.12.1
2015-11-19 14:34:32 +01:00
Nico Rehwaldt
40d0580c82
chore(project): up dependency versions
2015-11-19 14:05:12 +01:00
pedesen
b17d63e883
chore(project): release v0.12.0
2015-10-23 14:35:52 +02:00
pedesen
983b86086f
chore(project): update dependencies
2015-10-23 14:32:12 +02:00
Nico Rehwaldt
5b2308df32
chore(project): bump bpmn-moddle dependency
2015-10-22 08:43:05 +02:00
Nico Rehwaldt
238e4f14f8
chore(project): remove jsdoc"
...
Documentation is now generated _better_ externally.
Related to #378
2015-10-21 16:31:26 +02:00
Kristin Polenz
188487ebdc
feat(modeling/UpdateProperties): unclaim old business object id
2015-10-05 16:13:46 +02:00
Nico Rehwaldt
9367f7e5c8
chore(project): bump ids dependency
2015-10-05 15:41:13 +02:00
Nico Rehwaldt
6e4ae72eea
chore(deps): update karma deps
2015-09-09 16:44:17 +02:00
Nico Rehwaldt
bfa568dbca
chore(package): upgrade object-refs
...
This fixes a number of refs related bugs.
2015-08-19 17:24:49 +02:00
Nico Rehwaldt
4e518656c5
chore(dependencies): upgrade to karma@0.13
2015-08-11 11:31:33 +02:00
Nico Rehwaldt
0c8e2f6b18
chore(project): release v0.11.0
2015-08-06 12:36:32 +02:00
Nico Rehwaldt
e5f5a9840a
chore(project): update dependencies
2015-08-06 12:31:06 +02:00
Nico Rehwaldt
912c384a24
chore(package): fix license expression
2015-07-20 10:54:28 +02:00
Nico Rehwaldt
f9d47d94be
chore(package): add mocha as direct dependency
...
This is required for npm@3
2015-07-20 10:54:28 +02:00
pedesen
c3e4ad3e40
test(project): replace jasmine with mocha
...
Closes #204
2015-07-15 17:42:37 +02:00
Nico Rehwaldt
77c5cea43a
chore(package): adjust author name
2015-06-17 12:03:48 +02:00
Nico Rehwaldt
a679b8ea31
fix(package): correct license field
...
Old syntax is deprecated in favor of SPDX.
2015-06-09 11:39:52 +02:00
Ricardo Matias
0a08433249
chore(dependency): add karma's safari launcher
2015-06-08 09:16:14 +02:00
Nico Rehwaldt
8973434552
chore(project): release v0.10.3
2015-05-18 16:39:15 +02:00
Nico Rehwaldt
0ff1e4a3b5
chore(project): upgrade dependencies
2015-05-18 16:36:03 +02:00
Nico Rehwaldt
9b88fceb28
chore(project): release v0.10.2
2015-05-13 12:13:58 +02:00
Nico Rehwaldt
7a412a2788
fix(navigation): revert mousewheel scroll
2015-05-13 12:13:41 +02:00
Nico Rehwaldt
770e582e05
chore(project): release v0.10.1
2015-05-13 08:03:33 +02:00
Ricardo Matias
500971e101
chore(project): release v0.10.0
2015-05-12 16:16:27 +02:00
Ricardo Matias
6cc0a44027
chore(package): update diagram-js and diagram-js-direct-editing to v0.10.0
2015-05-12 16:16:00 +02:00
Nico Rehwaldt
e6885eaebc
test(project): replace brfs with stringify
...
This _could_ fix the various bundle building issues we are seeing on
travis-ci and locally.
Closes #234
2015-03-31 14:22:53 +02:00
Nico Rehwaldt
e7bbb5d6bf
chore(project): use inherits util
2015-03-23 15:15:32 +01:00
Nico Rehwaldt
8eff06fb0c
chore(project): release v0.9.2
2015-03-19 16:19:08 +01:00
Nico Rehwaldt
2dbb5ffd81
chore(dependencies): upgrade karma-browserify
...
This allows windows users to execute our test suite.
2015-03-13 15:53:07 +01:00
Nico Rehwaldt
63189006a6
chore(project): release v0.9.1
2015-03-13 10:48:15 +01:00
Nico Rehwaldt
f22682542d
chore(project): release v0.9.0
2015-03-12 14:21:00 +01:00
Nico Rehwaldt
00ab8cc2ba
chore(project): bump dependency versions
2015-03-12 14:20:47 +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
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
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
jdotzki
3af36c5924
chore(project): release v0.8.0
2015-01-21 12:25:04 +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
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
82952e7414
chore(project): release v0.6.1
2014-12-18 08:54:45 +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
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
3d66502ee8
chore(test): assign fixed height to test containers
2014-11-21 09:22:51 +01:00
Nico Rehwaldt
c2fe8ec5d9
chore(dependencies): upgrade karma-bro -> karma-browserify
2014-11-17 18:26:07 +01:00
Nico Rehwaldt
31c02f4a70
chore(dependencies): revert to brfs@1.0.2
...
This fixes a module not found bug introduced in browserify@4.x +
brfs@1.2.0.
2014-09-24 11:46:34 +02:00
Nico Rehwaldt
2f07988abb
chore(project): release v0.5.1
2014-09-17 09:07:11 +02:00
Nico Rehwaldt
4e5cc064a9
chore(project): update diagram-js
...
This fixes a text layouting regression.
2014-09-17 09:06:31 +02:00
Nico Rehwaldt
01b03611c4
chore(project): release v0.5.0
2014-09-17 08:19:44 +02:00
Nico Rehwaldt
224c81fdfa
chore(project): bump dependency versions
2014-09-17 08:18:42 +02:00
Nico Rehwaldt
5a2c5c425c
chore(navigation): move features to diagram-js
...
This commit moves the navigation features from bpmn-js to diagram-js so
that they can be reused in other modeling / viewer tools.
Related to #124
BREAKING CHANGE:
Navigation features have been moved to diagram-js. If you use them in
custom bundles, update their location accordingly:
bpmn-js/lib/features/movecanvas -> diagram-js/lib/navigation/movecanvas
bpmn-js/lib/features/zoomscroll -> diagram-js/lib/navigation/zoomscroll
bpmn-js/lib/features/touch -> diagram-js/lib/navigation/touch
2014-08-27 15:43:18 +02:00
Nico Rehwaldt
88fbe05ae4
chore(project): remove browserify bundle
...
Bundling must be done by users of the library in some way anyway.
All those that do not bundle it will use the bower version.
Removing the bundle function to keep the build slim.
2014-08-21 15:34:37 +02:00
jdotzki
3e369dc305
fix(build): remove 'bpmn-js' dependency
2014-08-18 10:47:26 +02:00
Nico Rehwaldt
ac3669f0ca
feat(Modeler): include bpmn-js-cli
2014-08-08 14:42:50 +02:00
Nico Rehwaldt
ad5e4845ed
chore(project): release v0.4.1
2014-08-06 15:22:18 +02:00
jdotzki
f5a6e3d768
chore(project): release v0.4.0
2014-08-06 14:47:20 +02:00
jdotzki
47131e546b
chore(package.json): bump up dependency versions
2014-08-06 14:43:57 +02:00
Nico Rehwaldt
cb21721210
fix(build): correctly generate source maps
2014-08-06 09:30:02 +02:00
Nico Rehwaldt
198ac665f9
chore(package.json): update dependencies
2014-08-05 08:15:54 +02:00
Nico Rehwaldt
4a824911c2
feat(modeling): validate + create unique ids
...
This adds id logging + validation to the Modeler. As a result the
modeler will throw hard exeptions on colliding id mappings and may
generated unique ids.
Related to bpmn-io/bpmn-js#92
2014-08-04 16:34:37 +02:00
jdotzki
113126ca9f
chore(build): remove grunt-jasmine
2014-07-30 16:26:08 +02:00
jdotzki
00247d8001
chore(dependency): use karma-bro ~0.6.0
2014-07-30 14:46:35 +02:00
Nico Rehwaldt
816396139f
chore(project): release v0.3.0
2014-07-21 08:50:36 +02:00
Nico Rehwaldt
dc6036d4de
chore(package.json): bump up dependency versions
2014-07-21 08:50:04 +02:00
Nico Rehwaldt
4fe5bbc0f5
feat(features/bpmn-modeling): implement appendNode
...
Related to #6
2014-07-17 14:11:28 +02:00
Nico Rehwaldt
55d9215e62
chore(project): release v0.2.1
2014-06-19 18:32:22 +02:00
Nico Rehwaldt
42284669f1
chore(project): release v0.2.0
2014-06-19 11:52:49 +02:00
Nico Rehwaldt
dc146f67e4
chore(package.json): bump dependencies
2014-06-19 11:52:39 +02:00