Commit Graph

1489 Commits

Author SHA1 Message Date
Nico Rehwaldt dce2425c5c chore(ci): simplify stages 2018-02-26 09:29:32 +01:00
Nico Rehwaldt 06c7a12a4e 0.27.5 2018-02-22 08:43:25 +01:00
Nico Rehwaldt dfd442888f chore(project): bump bpmn-moddle dependency 2018-02-22 08:40:11 +01:00
Nico Rehwaldt 54c3abb037 0.27.4 2018-02-20 11:44:22 +01:00
Nico Rehwaldt b35aa48d14 fix(label-editing): complete on autoPlace start
Closes #764
2018-02-20 11:33:28 +01:00
Nico Rehwaldt 25dc30df06 fix(modeling/rules): make compensation activity a message flow source
Related to camunda/camunda-modeler#661
2018-02-20 11:32:52 +01:00
Nico Rehwaldt b063addb76 0.27.3 2018-02-19 09:14:45 +01:00
Nico Rehwaldt b070be5855 fix(powered-by): correctly display logo in IE/Edge 2018-02-19 09:11:23 +01:00
Nico Rehwaldt 50828815e1
docs(README): fix BPMN 2.0 standard link 2018-02-14 22:42:19 +01:00
Nico Rehwaldt b94ca73eb0 0.27.2 2018-02-14 22:23:47 +01:00
Nico Rehwaldt 8c92800bd2 test(Viewer): bump SVG export timeout 2018-02-14 22:22:30 +01:00
Nico Rehwaldt de63fd49a3 style(tests): reformat DropOnFlowBehaviorSpec 2018-02-14 22:20:11 +01:00
Philipp Fromme f5afc732fe fix(drop-on-flow): don't insert on accidentally found intersection
Related to camunda/camunda-modeler#727
2018-02-14 22:15:33 +01:00
Nico Rehwaldt 607866d6ef 0.27.1 2018-02-14 22:11:56 +01:00
Nico Rehwaldt c96741df03 chore(replace): minor reformat 2018-02-14 22:08:04 +01:00
Philipp Fromme ef52dff84c fix(bpmn-replace): correctly replace sub process -> call activity
* when not morphing collapsed sub process with children
  into expanded sub process children must be removed

Related to camunda/camunda-modeler#739
2018-02-14 22:07:28 +01:00
Nico Rehwaldt efaeeddf19 chore(project): make .npmignore more stable
* explicitly whitespace non-ignored files
2018-02-14 17:00:01 +01:00
Nico Rehwaldt 79e2b8e6b9 chore(project): use shared linter config 2018-02-14 16:42:52 +01:00
Nico Rehwaldt 46c6eb0b70
docs(README): minor rephrase 2018-02-08 23:02:14 +01:00
Nico Rehwaldt 372eed6b46 chore(project): remove unused dev dependencies 2018-02-08 20:44:01 +01:00
Nico Rehwaldt 888fe9f0e3 0.27.0 2018-02-08 09:15:56 +01:00
Nico Rehwaldt 37d70a19ca chore(ci): update examples during release 2018-02-06 12:06:41 +01:00
Nico Rehwaldt 68bfa10351 chore(ci): don't update pre-built + seed anymore
Related to #760
2018-02-06 12:06:41 +01:00
Nico Rehwaldt 1dcbf68d48 docs(README): link examples in usage section 2018-02-06 12:06:41 +01:00
Nico Rehwaldt d629817f08 docs(README): split installation and usage 2018-02-06 12:06:41 +01:00
Nico Rehwaldt 5595fce934 chore(project): scale down screencast 2018-02-06 12:06:41 +01:00
Nico Rehwaldt e22a0b660a fix(README): correct screencast url 2018-02-06 12:06:41 +01:00
Nico Rehwaldt 0f80ce4516 docs(README): add rendering hint 2018-02-06 12:06:41 +01:00
Nico Rehwaldt 908c29c0d5 docs(README): rework installation guide
* remove dedicated install sections
* link to examples

Related to #760
2018-02-06 12:06:41 +01:00
Nico Rehwaldt d8fc6b0f23 0.27.0-1 2018-02-05 11:13:46 +01:00
Nico Rehwaldt d023f13eed chore(project): bump diagram-js dependency
* corrects error on connection hover
2018-02-02 15:30:45 +01:00
Nico Rehwaldt a185853915 0.27.0-0 2018-02-02 13:44:18 +01:00
Nico Rehwaldt da2a8be7e5 chore(project): es5ify scripts
...until we decide to switch to ES2015+
2018-02-02 11:24:00 +01:00
Nico Rehwaldt 5b2b053230 chore(distro): add integration test
Add a test that ensures the distribution works.

Related to #725
2018-02-02 11:24:00 +01:00
Nico Rehwaldt f1082a563f chore(distro): build bower distro using new scripts 2018-02-02 11:24:00 +01:00
Nico Rehwaldt da4f321284 chore(project): use external bpmn-font
This is a breaking change for users that may rely on `assets/bpmn-font`
being present in the library.

BREAKING CHANGE:

* use `bpmn-font` package, specifically `bpmn-font/dist` if you need the
font previously contained in the assets directory.
2018-02-02 11:24:00 +01:00
Nico Rehwaldt 1184cbd271 chore(distro): apply envify transform 2018-02-02 11:24:00 +01:00
Nico Rehwaldt ea17632311 chore(distro): rename dist files and omit .map
This renames distribution files to:

  {variant}.development.js
  {variant}.production.min.js

Additional changes:

* drops .map file; users should use .development bundle
  for easier debugging

Related to #725

BREAKING CHANGE:

* distribution files have been renamed; users must update their
  apps accordingly if they'd like to use newer bpmn-js dists
2018-02-02 11:24:00 +01:00
Nico Rehwaldt d9d0d9dcdb chore(distro): consolidate into single task 2018-02-02 11:24:00 +01:00
Nico Rehwaldt f7cb94244d chore(project): update copyright banner
* {start}-present
2018-02-02 11:24:00 +01:00
Nico Rehwaldt dc9b06d1b1 chore(project): build distro pre-publish
Closes #725
2018-02-02 11:24:00 +01:00
Nico Rehwaldt 1a0e14efa5 chore(project): package dist folder
Related to #725
2018-02-02 11:24:00 +01:00
Nico Rehwaldt 0b159674e2 chore(package): rebuild package-lock.json 2018-02-02 11:24:00 +01:00
Nico Rehwaldt e3bf356461 chore(project): drop grunt + bundle assets to dist directory
* replace grunt with npm scripts
* copy static assets to dist directory
* build and copy library variants to dist directory

Related to #725
2018-02-02 11:24:00 +01:00
Philipp Fromme f047fefd89 fix(update-properties-handler): fix typo 2018-01-31 18:21:16 +01:00
Nico Rehwaldt ce791b8e17 test(Modeler): verify color support
Related to #756
2018-01-31 12:22:31 +01:00
Nico Rehwaldt cbb2f9f600 fix(modeling): correct DI updating
Don't assign <di> property to businessObject; will
be serialized as di="[Object...]" otherwise.

Closes #756
2018-01-31 12:22:31 +01:00
Nico Rehwaldt 3124f9ba96 chore(modeling): minor SetColorHandler cleanup 2018-01-31 12:16:08 +01:00
Nico Rehwaldt 953574eefb style(tests): reformat UpdatePropertiesSpec
* line width = 80
2018-01-31 12:06:17 +01:00
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