Commit Graph

2076 Commits

Author SHA1 Message Date
Martin Stamm b56604d5f3 fix(paste): don't insert multiple shapes on flow
closes #1440
2021-05-04 14:03:30 +00:00
Nico Rehwaldt f3394441ad 8.3.1 2021-04-22 21:44:08 +02:00
Nico Rehwaldt 4077b0f5b5 chore(CHANGELOG): update to v8.3.1 2021-04-22 10:17:37 +02:00
Nico Rehwaldt 45bf92e2f5 deps: update to bpmn-moddle@7.0.5
Fixes `xml` attribute serialization bug.
2021-04-22 10:16:17 +02:00
Niklas Kiefer f4eb87188d 8.3.0 2021-04-07 13:46:25 +02:00
Niklas Kiefer f6e8866fd6 chore(CHANGELOG): update to v8.3.0 2021-04-07 11:35:38 +00:00
KHADIR Tayeb 40f1d3af52 feat: enable connection tool for text annotation
fixes upstream camunda/camunda-modeler#2042
2021-04-07 11:51:22 +02:00
dependabot[bot] c58af15811 chore: bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 08:28:18 +02:00
Philipp Fromme 2c1f6be824 fix: cross-envify all scripts
Makes the build run seamlessly on Windows (without
Posix sub-systems).
2021-03-17 08:17:22 +00:00
Nico Rehwaldt 992bc5fb05 deps: bump to puppeteer@8
Fixes disconnects in CI / on Linux.
2021-03-17 08:17:22 +00:00
Nico Rehwaldt bd3a075fd6 8.2.2 2021-03-15 14:59:39 +01:00
Nico Rehwaldt b641a57566 chore(CHANGELOG): update to v8.2.2 2021-03-15 14:57:39 +01:00
Nico Rehwaldt a33ec5a34d deps: bump to diagram-js@7.2.3 2021-03-15 14:55:50 +01:00
dependabot[bot] 56812cc371
deps: bump elliptic from 6.5.3 to 6.5.4 (#1421) 2021-03-12 12:56:50 +01:00
Nico Rehwaldt 994ce38387 deps: update to diagram-js@7.2.2 2021-03-04 18:22:51 +00:00
Nico Rehwaldt ca550a247a test(editor-actions): verify alignElements and distributeElements behavior 2021-03-04 18:22:51 +00:00
Nico Rehwaldt 58e1801f52 test: pacify PhantomJS 2021-03-03 23:50:44 +01:00
Nico Rehwaldt f7a4a3db7b style: pacify eslint 2021-03-03 23:45:11 +01:00
Nico Rehwaldt a7522ac5b1 test(Viewer): verify saveXML.done on no definitions loaded 2021-03-03 22:37:43 +00:00
Nico Rehwaldt 3567565514 fix(BaseViewer): always emit saveXML.done
This ensures we emit saveXML.done on error, too.
2021-03-03 22:37:43 +00:00
Nico Rehwaldt 39f1cbe92c 8.2.1 2021-03-03 10:42:33 +01:00
Nico Rehwaldt d369410476 chore(CHANGELOG): update to v8.2.1 2021-03-03 10:39:34 +01:00
Nico Rehwaldt 3b288f1383 deps: update to diagram-js@7.2.1
Closes https://github.com/bpmn-io/bpmn-js/issues/1387
2021-03-03 09:36:41 +00:00
Nico Rehwaldt aa57e148e9
chore: delete PR template
Reusing template from default community files.
2021-03-03 09:42:58 +01:00
Max Tru 82eaded072 chore(project): add explicit link to code of conduct 2021-02-26 08:55:40 +00:00
Nico Rehwaldt f93186ba22 8.2.0 2021-01-28 15:24:56 +01:00
Nico Rehwaldt df49d5e14d chore(workflows/CI): skip PhantomJS on MacOS, too 2021-01-28 14:04:58 +00:00
Nico Rehwaldt 92e92ab4c3 chore(CHANGELOG): update to v8.2.0 2021-01-28 14:04:58 +00:00
Nico Rehwaldt 12495b7ac4 deps: bump to diagram-js@7.2.0
Closes https://github.com/bpmn-io/bpmn-js/issues/1380
2021-01-28 14:04:58 +00:00
Philipp Fromme 0da1938ea3 fix: skip PhantomJS and Firefox on Windows CI
* PhantomJS times out on test
* Firefox times out on test distro
2021-01-28 10:44:01 +00:00
Nico Rehwaldt 8a40658b21 chore: wire dependencies in GitHub action 2021-01-28 10:44:01 +00:00
Nico Rehwaldt 84c1d44a4d chore: update shebang of helper scripts 2021-01-28 10:44:01 +00:00
Nico Rehwaldt f5e0c00cb7 chore: improve cross OS CI pipeline
* Upload coverage from a single source only
* Run all browser tests on Linux only
2021-01-28 10:44:01 +00:00
Nico Rehwaldt c4bb57799b chore: drop Travis coverage reporting
Now reported via GitHub CI action
2021-01-28 10:44:01 +00:00
Nico Rehwaldt ac6b8a6197 chore: create basic GitHub action CI 2021-01-28 10:44:01 +00:00
Philipp Fromme 67381bd8e0 Merge branch 'master' into develop 2021-01-28 11:15:57 +01:00
Nico Rehwaldt 6c02ecde34 fix(modeling): if we fix hover, we gotta fix out, too
This ensures our FixHoverBehavior (that ensures we drop onto /
connect to participants, not lanes) does fix the hover element
during *.out, too.

Otherwise there is no way for other behaviors to correctly
remove hover indicators.

Closes https://github.com/bpmn-io/bpmn-js/issues/1413
2021-01-28 11:11:27 +01:00
Nico Rehwaldt c96d61249f deps: bump eslint-plugin-bpmn-io 2021-01-28 11:11:20 +01:00
dependabot[bot] 80350017bc chore: bump socket.io from 2.3.0 to 2.4.1
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-21 10:16:33 +01:00
Nico Rehwaldt c44ba74b73 8.1.0 2021-01-15 13:08:06 +01:00
Nico Rehwaldt 52ec6a0d5d chore(CHANGELOG): update to v8.1.0 2021-01-15 13:04:09 +01:00
Nico Rehwaldt c87167c8c6 test: do not double add test-container class
This prevents the .test-container selector to appear twice in our test
markup:

```html
<div class="test-container passed" id="camunda-properties simple should
open stuff">
  <div class="title-row">
    <a href="#camunda-properties%20simple%20should%20open%20stuff">
<h3 class="test-titel">camunda-properties simple should open
stuff</h3>
    </a>
    <div class="test-result" style="float: right;">passed</div>
  </div>
  <div class="test-content-container test-container">
    <!-- test content -->
  </div>
</div>
```

With this commit we only add the .test-content-container marker in cases
where `mocha-test-container-support` is not present upon running
`bootstrapBpmnJS`.
2021-01-15 09:28:03 +00:00
Nico Rehwaldt 6563e49261 8.0.1 2021-01-08 16:15:17 +01:00
Nico Rehwaldt d39762206b chore(CHANGELOG): update to v8.0.1 2021-01-08 16:10:57 +01:00
Niklas Kiefer 9b0f82dd47 fix(palette): activate globalConnect tool instead of toggling
This prevents unwanted move events when triggered from the palette action.

Closes #1402
2021-01-07 13:58:54 +00:00
Nico Rehwaldt 00294e2994 test: increase spec timeout 2021-01-06 12:57:36 +00:00
Nico Rehwaldt af30817edb chore: make ChromeHeadless the default test browser during development 2021-01-06 12:57:36 +00:00
Nico Rehwaldt c2de0b26e1 chore: add ChromeHeadless to CI 2021-01-06 12:57:36 +00:00
Nico Rehwaldt 8e863dad3d Merge branch 'master' into develop 2021-01-06 11:48:44 +01:00
Maximilian Trumpf 2e9f617911 fix(replace-menu): only allow cancel boundary events on transactions
related to camunda/camunda-modeler#2026
2021-01-05 07:27:08 +00:00