Nico Rehwaldt
Nico Rehwaldt
__Is your feature request related to a problem? Please describe__ We should not hide _element templates_ as a feature, but encourage its use. __Describe the solution you'd like__ * Create...
As a user I'd like to be able to extend bpmn-js to contribute my own behavior. __Goals__ * [ ] Users get an understanding of what _behavior_ consists of *...
Showcase how to use `bpmn-js` + `bpmn-js-properties-panel` + element templates.
_This is an umbrella issue to track DMN Level 3 modeling support._ __What should we do?__ Allow users to model advanced constructs defined in DMN Level 3 as supported by...
As per DMN spec we should serialize a `variable` tag with decisions that are backed up by a decision table: ```xml ... ... ``` We already do this for literal...
__Is your feature request related to a problem? Please describe.__ It is dangerous to rely on inferno as being used as a peer dependency, as our version of inferno may...
As a general recommendation the variable name exposed by a decision should equal the decision ID (cf. https://github.com/bpmn-io/dmn-js/issues/350).  __Tasks__ * [ ] Pre-populate variable name with decision ID *...
Users can always simply start typing in input and output cells. If the user types `FEEL` we validate the result and give feedback in an unobtrusive way (`window.alert(...)` preferable). ###...
The test suite fails with with `Unexpected end of input`. ``` ok 28 should be equivalent # file outputs /factor-bundle/node_modules/tape/index.js:75 throw err ^ SyntaxError: Unexpected end of input at WriteStream....
This PR ships the foundations to [support cross-browser/application copy and paste](https://github.com/bpmn-io/internal-docs/issues/614): * Makes canvas selectable (previously incorporated via https://github.com/bpmn-io/diagram-js/issues/661, but later reverted as we could not follow up on the...